﻿A
{
	COLOR : #ffff00;
	TEXT-DECORATION : none;
}

A:link
{
	COLOR : #006699;
	TEXT-DECORATION : none;
}

A:visited
{
	COLOR : #006699;
	TEXT-DECORATION : none;
}

A:hover
{
	COLOR : #006699;
	TEXT-DECORATION : underline;
}

A:active
{
	COLOR : #006699;
	TEXT-DECORATION : none;
}
A.nav
{
	COLOR : #000000;
	TEXT-DECORATION : none;
	FONT-WEIGHT : normal;
}

A.nav:link
{
	COLOR : #000000;
	TEXT-DECORATION : none;
	
}

A.nav:visited
{
	COLOR : #000000;
	TEXT-DECORATION : none;
	
}

A.nav:hover
{
	COLOR : #000000;
	TEXT-DECORATION : none;
	
}

A.nav:active
{
	COLOR : #000000;
	TEXT-DECORATION : none;
	
}



BODY, p, tr, td {
	font : 8pt Verdana, Geneva, Arial, Helvetica, sans-serif; color : #000000;

}
.subHdIt12 {
	font : italic 14pt Arial, Helvetica, sans-serif;
	color : #003399;
}

.hdBlue9B {
	font : bold 9pt Arial, Helvetica, sans-serif; color : #006699
}

.hdBlue12B {
	font : bold 12pt Arial, Helvetica, sans-serif; 
	color : #003399;
}
.ansblue {
	COLOR : #840000;
	FONT-SIZE : 10pt;
	FONT-FAMILY : Arial, Helvetica, sans-serif;
}
.ansred {
	COLOR : #840000;
	FONT-SIZE : 10pt;
	FONT-FAMILY : Arial, Helvetica, sans-serif;
	TEXT-DECORATION : underline;
}

.evred {
	COLOR : #840000;
	FONT-SIZE : 9pt;
	FONT-FAMILY : Arial, Helvetica, sans-serif;
	TEXT-DECORATION : underline;
}
.footer {
	COLOR : #000000;
	FONT-SIZE : 8pt;
	FONT-FAMILY : arial, helvetica, sans-serif;
}
.text8 {
	COLOR : #000000;
	FONT-SIZE : 8pt;
	FONT-STYLE : normal;
	FONT-FAMILY : arial, helvetica, sans-serif;
}
.black {
	COLOR : #000000;
	}

.footerB8
{
	COLOR : #003399;
	FONT-SIZE : 8pt;
	FONT-FAMILY : arial, helvetica, sans-serif;
	font-weight : bold;
	TEXT-DECORATION : none;
}
.text9  
{
	font : 9pt Verdana, Geneva, Arial, Helvetica, sans-serif; color : #000000;
}
.q            
{ 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-weight: normal; 
	color: #000000; 
	background-color: #E8E8E8;
}
.ans         
{ 
	text-indent: 0; 
	line-height: 100%; 
	text-align: left; 
	margin-left: 25 
}

/* horizontal nav from 10mins  */

ul#navigation {
	margin-left:0;
	padding-left:0px;
	margin:0;
	padding:0;
	list-style: none;
	float:left;
	width:100%;
	
}
ul#navigation li {
	display:inline;	
	padding:0;
	margin:0;
}
ul#navigation a {
	display:block;	
	float:left;
	padding: .2em 1em;
	text-decoration:none;
	color:black;
	border-right:1px solid #000;
}

ul#navigation a:hover {
	
	/*background-image: url(images/bullet_onF.gif); 
	background-position: left;
	background-repeat: no-repeat; */
	background-color: #eaeaea;
	
	
}