body {
background-color: #FFFFFF;
}

P,BR,TD,TH {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
}

TABLE.main {
	background-color: #FFFFFF;
/*	border-style: solid;  */
/*	border-width: 3px;  */
/*	border-color: #CCCC00;  */ 
}

TH {
	background-color: #CCCC99;
}

TD.footer {
	background-image: url(images/nddc_footer750.gif);
/*	background-color: #993333;
}

TD.medium_red {
/*	background-image: url(images/red_mottle_ff0000.jpg);  */
/*	background-color: #993333;
}

TD.light_red {
/*	background-image: url(images/red_mottle_ff0000.jpg);  */
/*	background-color: #FFDDDD;
	padding: 1em;
}

H1 {
	color: #336666;
	font-family: Arial;
	font-size: 60 px;
	text-align: left;
	margin-left: 10px;
}

H2 {
	color: #336666;
	font-family: Arial;
	font-size: 60 px;
	text-align: left;
}

ul
{
	list-style-type: none;
	padding: 0;
	margin: 2.0em;
}

li
{
	background-image: url(images/quaver.gif);
	background-repeat: no-repeat;
	background-position: 0 0.0em;
/* 	next line is indent to where text starts  */
	padding-left: 2.8em;
/* 	next line is spacing between list items  */
	margin-bottom: 0.4em
}


hr {
	color: #336666; 
	border: thin dotted;
}

A.button:link {
	color: #000000;
	text-decoration: none;
}

A.button:hover {
	color: #990000;
	text-decoration: none;
}

A.button:active {
	color: #DD0000;
	text-decoration: none;
}

A.button:visited {
	color: #000000;
	text-decoration: none;
}

A:link {
	color: #336666;
}

A:hover {
	color: #000000;
	text-decoration: none;
}

A:active {
	color: #000000;
	text-decoration: none;
}

A:visited {
	color: #000000;
}

div.whitebox {
	background-color: #CCCC99;
	border-style: solid;
	border-width: 1px;
	border-color: #336666; 
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

span.dark_red {
	color: #DD0000;
	font-style: italic;
}

span.yellow {
	background-color: #FFFF66;
}

.forminput { 
	font-family: Arial, sans-serif;
	}

#suppressprint {
	display: none;
	}


