
/*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*/
.header{
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size: 10pt;
	font-weight : bold;
	color:#003366 
}

.subheader{
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size: 10pt;
	font-weight : bold;
	color:#336699
}

.small{
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size: xx-small
}
/*don't add size or color since will be used across types*/

.tableheader{
	font-family:Arial, Helvetica, Verdana, sans-serif;
	background : #336699;
	color : #ffffff;
	font-size: small
}

body{
	font-family:Arial, Helvetica, Verdana, sans-serif;
}

td{
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size: x-small;
}

p{
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size: x-small;

li{
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size: x-small;
}

A:link
{
    COLOR: #336699
}
A:visited
{
    COLOR: #999999
}
A:hover
{
    COLOR: #666666
}

