html, body {
	margin: 0;
	border-style: none;
	padding: 0;
}

body {
	background: #fff;
	color: #000;
	font: 80% 'Helvetica', 'Arial', sans-serif;
}

h1 {
	color: #336;
}

h1 {
	margin: 0 0 1em 0;
	font-size: 225%;
	font-weight: bold;
}

h2 {
	margin: 1em 0 0;
	font-size: 110%;
}

h3 {
	margin: 1em 0 0;
	font-size: 100%;
}

p,
address {
	margin: 0 0 1em;
}

address {
	font-style: normal;
}

#content,
#quickSearch,
#tools {
	line-height: 1.4em;
}

#content h1 {
	font-size: 175%;
	line-height: 1.2em
}

a {
	color: #336;
	font-weight: bold;
}

a img {
	border-style: none;
}

table, th, td {
	font-size: 100%;
}



/*
MASTHEAD
*/

#masthead {
	padding: 41px 20px 20px 0;
}

/*
END MASTHEAD
*/



/*
COVER PAGES
*/

p.coverpage_date {
	margin-bottom: 2.5em;
	font-weight: bold;
}

p.coverpage_fulltext {
	margin-bottom: 2.5em;
}

p.coverpage_fulltext a {
	font-size: 110%;
}

p.coverpage_isbn {
	margin-top: 2.5em;
}

a.coverpage_order {
	font-size: 110%;
}

/*
END COVER PAGES
*/

/*
ALERT PAGES
*/
div.alertForm table 
{
	width: 85%;
}

div.alertForm th,
div.alertForm td
{
	text-align: left;
	border: 0;
}

.redBox
{
	border: 1px solid #850017;
	background: #ffcccc;
	margin-top: 1.5em;
}

.greenBox	
{
	border: 1px solid #006431; 
	background: #ccffcc;
	margin-top: 1.5em;
}


/*
END ALERT PAGES
*/


/*
STYLES FOR VERSION 4 BROWSERS
*/

body {
	padding: 20px;
}

/*
END STYLES FOR VERSION 4 BROWSERS
*/