
/*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*/
font.heading{
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size: 12pt;
	font-weight : bold;
	color:#003399 
}


 font.subheading{
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size: 10pt;
	font-weight : bold;
	color:#003399 
}

/*don't add size or color since will be used across types*/
 font{
	font-family:Arial, Helvetica, Verdana, sans-serif;
	
}

.small{
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size: x-small
}
/*don't add size or color since will be used across types*/

p{
	font-family:Arial, Helvetica, Verdana, sans-serif;
	
	
}

A:link
{
    COLOR: #003399
}
A:visited
{
    COLOR: #999999
}
A:hover
{
    COLOR: #333333
}