/* use C-style comments to comment things out */
/* note that NS 4.x seems to have trouble with inheritance, so you have to 
   have all the block elements here */


BODY, P, TABLE, TD, TH, DL, UL, OL, FORM, BLOCKQUOTE, CAPTION
	{ 	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 12px; color: #000000;
		line-height: 18px;
	} 

INPUT, TEXTAREA
	{ 	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		vertical-align: middle;
		font-size: 12px; color: #000000;
		line-height: 18px;
	} 

A:link    {text-decoration: underline; font-weight: bold; color: #445066;}
A:visited {text-decoration: underline; font-weight: bold; color: #445066;}
A:active  {text-decoration: underline; font-weight: bold; color: #445066;}
A:hover   {text-decoration: underline; font-weight: bold; color: #cc0033;} 


.defaultsmall {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #ffffff;
		line-height: 14px;
} 
	
.defaultbody {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #000000;
		line-height: 18px;
} 

.defaultHeader {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		FONT-SIZE: 14px;
		font-weight: bold;
		COLOR: #000000;
}
.sectionHeader {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		FONT-SIZE: 11px;
		font-weight: bold;
		COLOR: #000000;
}
.page_header {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		background-color: #445066;
		color: white;
		font-weight:bold;
		font-size: 12px;
	}
.table_header {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		background-color: #445066; 
		color: white;
		font-weight:bold;
		font-size: 11px;
	}

.footer_text {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		FONT-SIZE: 10px;
		COLOR: #ffffff;
}

.footer_nav {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 10px;
		COLOR: #666666;
		font-family: verdana;
}



.text_block {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		FONT-SIZE: 14px;
		font-weight: bold;
		COLOR: #666666;
		line-height: 20px;
		}

td.grey_header {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		background-color: #445066; 
		color: white; 
		font-weight:bold;
		font-size: 14px;
	}
