/* CSS Document */
body {
	font-family: Verdana, Geneva, Arial, Helvetica; 
	font-size: 11px; 
	color: #4E768A;
	background:#4E768A; 

}

p	{
	font-family:  Verdana, Geneva, Arial, Helvetica;	
	font-size : 11px;
	}

td	{
	font-family:  Verdana, Geneva, Arial, Helvetica;	
	font-size : 11px;
	}
	
hr	{
	color: #ffffff;
}

h1	{
	font-family:  Verdana, Geneva, Arial, Helvetica;
	font-size: 16pt;
	color: #000000;
}

h2	{
	font-family:  Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	color: #000000;
}

h3	{
	font-family:  Verdana, Geneva, Arial, Helvetica;
	font-size: 14px;
	color: #990000;
}

pre	{
	font-family : Courier ;
	font-size : 11px;
	line-height: 16px;
	}

.Whead	{
	font-family:  Verdana, Geneva, Arial, Helvetica;
	font-size: 14px;
	color: #ffffff;
}
/*following mostly used with forms - exceptions are the ids formLabel and note and the th selector*/	
textarea  {
	font-size : 11px;
	font-family : Verdana, Geneva, Arial, Helvetica;
	}	

select  {
	font-size : 11px;
	font-family : Verdana, Geneva, Arial, Helvetica;
	}	
	
input  {
	font-size : 11px;
	font-family : Verdana, Geneva, Arial, Helvetica;
	}

form {
	font-size : 11px;
	color: #FFFFFF;
}

.freepoll { font-size : 0px; color: #555555;}
.freepoll a:link { font-size : 0px; color: #555555;}
.freepoll a:visited { font-size : 0px; color: #555555;}
.freepoll a:hover { font-size : 0px; color: #555555;}

/*end following mostly used with forms*/
/*----- link styles ----*/

.dummy a:hover {
	background: none;
}
/*work around for broswers that support hover. hover background color is red that 
shows on the products gif because of the transparent corners. this changes that to 
backgrouns color of white so it doesn't show*/
 
.white {
	color: #ffffff;
}
.white a:link {
	text-decoration : none;
	color: #ffffff;
}

.white a:visited {
	text-decoration : none;
	color: #ffffff;
}

.white a:hover {
	text-decoration : underline;
	color: #6699cc;
}

a:link {
	text-decoration : none;
	color: #9D080D;
}

a:visited {
	text-decoration : none;
	color: #9D080D;
}

a:hover {
	text-decoration : underline;
	color: #4E768A;
}	
.links a:link {	
	text-decoration : none;	
	color: #00466B; 
	display:block; 
	background:transparent; 
	padding-top: 2px; 
	padding-bottom: 2px; 
	padding-left: 2px;
	padding-right: 2px;
}
.links a:visited {
	text-decoration : none;	
	color: #00466B; 
	display:block; 
	background:transparent; 
	padding-top: 2px; 
	padding-bottom: 2px; 
	padding-left: 2px;
	padding-right: 2px;
}
.links a:hover {
	text-decoration: none;	
	color: #FFFFFF; 
	display:block; 
	background: #4E768A;
	padding-top: 2px; 
	padding-bottom: 2px; 
	padding-left: 2px;
	padding-right: 2px;
}
	
.backto {font-size: 10px;	color: #FFFFFF;}	
.backto a:link {font-size: 10px;text-decoration : none;	color: #FFFFFF;}
.backto a:visited {font-size: 10px;text-decoration : none;	color: #FFFFFF;}
.backto a:hover {font-size: 10px;text-decoration : underline;color: #FFFFFF;}
/*following mostly used with forms - exceptions are the ids formLabel and note and the th selector*/	

textarea  {
	font-size : 11px;
	font-family : Verdana, Geneva, Arial, Helvetica;
	}	

select  {
	font-size : 11px;
	font-family : Verdana, Geneva, Arial, Helvetica;
	}	
	
input  {
	font-size : 11px;
	font-family : Verdana, Geneva, Arial, Helvetica;
	}

.formLabel {
	font-size : 11px;
	line-height: 14px;
}		
/*end following mostly used with forms*/

.head {
	font-size: 14pt;
	}
	
.date {
	font-size: 10px;
	color: #000000;
	}

.copyright { 
	font-family : Verdana, Geneva, Arial, Helvetica;
	color: #ffffff;
	font-size:10px; 
	}
.copyright a:link {
	font-family : Verdana, Geneva, Arial, Helvetica;
	color:#D3BE9B;
	text-decoration:none;
	font-size:10px;
}

.copyright a:visited {
	font-family : Verdana, Geneva, Arial, Helvetica;
	color:#9D080D;
	text-decoration:none;
	font-size:10px;
}

.copyright a:hover {
	font-family : Verdana, Geneva, Arial, Helvetica;
	color:#CC0000;
	background: none;
	text-decoration: underline;
}

.tableHead {font-size: 12px; color: FFFFFF}
.tableSubHead {font-size: 12px; color: CCCCCC}
.tableBody {color:000000; font-size:11px}
.tableBody a:link {color:000000; font-size:11px}
.tableBody a:visited {color:000000; font-size:11px}
.tableBody a:hover {color:990000; font-size:11px; text-decoration: underline}

ul {line-height: 20pt;
	list-style-type: &#187;;
	}

