/*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: 12pt;
	font-weight : bold;
	color:#333333 
}

.subheader{
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size: 11pt;
	font-weight : bold;
	color:#666666
}

.small{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt;
}
/*don't add size or color since will be used across types*/

.tableheader{
	font-family:Arial, Helvetica, Verdana, sans-serif;
	background : #666666;
	color : #ffffff;
	font-size: 12;
	font-weight : bold;
}

body, td, p, li, span, div, .standard{
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size: 12;
}


A:link
{
    COLOR: #00a3e6
}
A:visited
{
    COLOR: #666666
}
A:hover
{
    COLOR: #ed8115
}

A.sidenavlink:link
{
   COLOR: #666666;
   	text-decoration: none;
	font-weight : bold;
	line-height: 8pt;
}

A.sidenavlink:hover
{
	COLOR: #ed8115;
	text-decoration: none;
	font-weight : bold;
	line-height: 8pt;
}

A.sidenavlink:visited
{
	text-decoration: none;
	font-weight : bold;
	line-height: 8pt;
}


.topnav{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt;
	line-height: 8pt;
	font-weight : bold;
}

.sidenav{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt;
	line-height: 8pt;
	font-weight : bold;
}

.sidenav_on{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt;
	COLOR: #666666;
	line-height: 8pt;
	font-weight : bold;
}
.landing_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #FF6600;
}

A.landing:link
{
	COLOR: #333333;
	text-decoration: none;
}

A.landing:visited
{
	COLOR: #333333;
	text-decoration: none;
}

A.landing:hover
{
	COLOR: #ed8115;
	text-decoration: underline;
}



.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;
}
