/*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:#003366 
}

.tableheader{
	font-family:Arial, Helvetica, Verdana, sans-serif;
	background : #336699;
	color : #ffffff;
	font-size: x-small
}

.small{
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size: x-small
}
/*don't add size or color since will be used across types*/

body{
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size: small;
}

p{
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size: small;
}

td{
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size: small;
}

li{
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size: small;
}

A:link
{
    COLOR: #336699
}
A:visited
{
    COLOR: #666666
}
A:hover
{
    COLOR: #666666
}

A.sidenavlink:link
{
   COLOR: #666666;
   	text-decoration: none;
	font-size: 9pt;
	font-weight : bold;
	line-height: 9pt;
}

A.sidenavlink:hover
{
	COLOR: #336699;
	text-decoration: none;
	font-size: 9pt;
	font-weight : bold;
	line-height: 9pt;
}

A.sidenavlink:visited
{
	text-decoration: none;
	font-size: 9pt;
	font-weight : bold;
	line-height: 9pt;
}


.sidenav{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt;
	line-height: 9pt;
	font-weight : bold;
}

.sidenav_on{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt;
	COLOR: #336699;
	line-height: 9pt;
	font-weight : bold;
}

.news_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
}

.news_headline{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt;
	color: #666666;
}
