/* 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, TABLE, TD, TH	{ font-family: Verdana, Helvetica, Arial, Sans-Serif; font-size: .85em;} 
	

A:link    {text-decoration: none; color: #2B4A80;}
A:visited {text-decoration: none; color: #2B4A80;}
A:active  {text-decoration: none; color: #2B4A80;}
A:hover   {text-decoration: underline; color:#666666;}

.largeblueheader {
	color: #4e7e92;
	font-size: 1.25em;	
	font-weight: bold;
	text-transform: capitalize;
}

.smallblueheader {
	color: #4e7e92;
	font-weight: bold;
}

.largeredheader {
	color: #842124;
	font-size: 1.25em;	
	font-weight: bold;
	text-transform: capitalize;
}

.smallredheader {
	color: #842124;
	font-weight: bold;
}

P {
	margin-top: 0px;
	margin-bottom:8px;
	
}