
/*need classes for entire site to override problems seen in Netscape and Opera when style sheet applied to <p> tags - nesting didn't work appropriately and correctly tagged pages lost their presentation integrity*/
BODY 
{ 
	FONT-FAMILY: Arial, helvetica, Verdana, sans-serif 
} 
font.heading{
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size: 10pt;
	font-weight : bold;
	color:#003366 
}


 font.subheading{
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size: 10pt;
	font-weight : bold;
	color:#003366 
}

/*don't add size or color since will be used across types*/
 font{
	font-family:Arial, Helvetica, Verdana, sans-serif;
	
}

font.small{
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size: xx-small
}
/*don't add size or color since will be used across types*/

p{
	font-family:Arial, Helvetica, Verdana, sans-serif;

	
}
td{
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size: x-small;
	
}

A:link
{
    COLOR: #666633;
}
A:visited
{
    COLOR: #666666;
}
A:hover
{
    COLOR: #333366;
}



