body{
	background-color: #FFFFFF;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;	
}
.p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;	
	margin-left: 15px;
	margin-right: 35px;
}
td {
	font-size: 11px; 
	color: #000000; 
	font-family: Verdana, Arial, sans-serif
}
.td{
	font-size: 12px; 
	color: #000000; 
	background-color: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	border-right: thin;
	border-style: solid;
	border-color: #000000;
}
h1{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #003399;
}
h2{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #000000;
}
h3{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
}
h4{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.special
hr{
margin-bottom: 1px;
margin-top: 1px;
}

/* this is the default link */
a:link {
	color: #003399; 
	text-decoration: underline; 
	font-weight: normal; 
	font-size: 11px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
a:visited {
	color: #800080; 
	text-decoration: underline;  
	font-weight: normal; 
	font-size: 11px; 
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
a:hover {
	color: #FF0000; 
	text-decoration: underline; 
	font-weight: normal; 
	font-size: 11px; 
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
/* this is a white link to be used on a dark background */
a.alt:link {
	color: #FFFFFF; 
	text-decoration: underline; 
	font-weight: normal; 
	font-size: 12px; 
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
a.alt:visited {
    color: #FFFFFF; 
	text-decoration: underline; 
	font-weight: normal;  
	font-size: 12px; 
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
a.alt:hover {
	color: #FFCC33; 
	text-decoration: underline; 
	font-weight: normal;  
	font-size: 12px; 
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
/*this cell is  light blue r*/
.topnav{
    background-color: #003366;
	color : White;
	font-size: 11px;
	}
/*this is a font link attached to lite blue topnav cell*/
.topnav a:link {font-size: 11px; font-weight : normal; color: #FFFFFF;}
.topnav a:visited {font-size: 11px; font-weight : normal; color: #FFFFFF;}
.topnav a:hover {font-size: 11px; font-weight : normal; color: #FFC529;}
.topnav a:active {font-size: 11px; font-weight : normal; color: #FFC529;}
/*this cell is light blue. left and right columns use this */
.cell1{
    background-color: #F1F1F1;
	color : 000000;
	font-size: 11px;
	}
/*this is a font link attached to lite blue cell*/
.cell1 a:link{font-size: 11px; font-weight : normal; color: #000000;}
.cell1 a:visited{font-size: 11px; font-weight : normal; color: #003399;}
.cell1 a:hover{font-size: 11px; font-weight : normal; color: #FF0000;}
.cell1 a:active{font-size: 11px; font-weight : normal; color: #FF0000;}
/*this cell is dark blue */
.cell2{
    background-color: #003399;
	color : #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;	
}
/*this cell is penske yellow*/
.cell3{
    background-color: #FFCC33;
	color : #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/*this cell is whiter*/
.cell4{
    background-color: #FFFFFF;
	color : #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/*this cell is light yellow*/
.cell5{
	background-color: #E0E0E0;
	color : #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
li{
list-style: disc;
font-family:  Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;}
}
/* thin vertical line to create column lines*/
.vline{
   border-left: solid;
   border-width: 1px;
   border-color: dcdcdc;
}

