<style type="text/css">
body {font-size: 11px;}
body {font-family: Arial, Verdana, sans-serif;}

table {font-size: 11px;}
table {font-family: Arial, Verdana, sans-serif;}

A:link{color: navy; text-decoration: underline}
A:visited{color: navy;text-decoration: underline}
A:active{color: navy; text-decoration: underline}
A:hover {color:red; text-decoration: underline}

A:link.gray {color: #A5AABD;}
A:visited.gray {color: #A5AABD;}
A:active.gray {color: #A5AABD;}
A:hover.gray {color:red; text-decoration: underline;}

A:link.red {color:#ff0000; text-decoration: underline}
A:visited.red{color: #ff0000;text-decoration: underline}
A:active.red{color: #ff0000; text-decoration: underline}
A:hover.red {color:#0000ff; text-decoration: underline}

A:link.blue{color: blue; text-decoration: underline}
A:visited.blue{color: blue;text-decoration: underline}
A:active.blue{color: blue; text-decoration: underline}
A:hover.blue{color:red; text-decoration: underline}

A:link.bluebold{color: blue; text-decoration: underline; font-weight: bold}
A:visited.bluebold{color: blue;text-decoration: underline; font-weight: bold}
A:active.bluebold{color: blue; text-decoration: underline; font-weight: bold}
A:hover.bluebold{color:red; text-decoration: underline; font-weight: bold}

A:link.white{color: white; text-decoration: underline}
A:visited.white{color: white;text-decoration: underline}
A:active.white{color: white; text-decoration: underline}
A:hover.white{color:red; text-decoration: underline}

A:link.orange{color: #DE9C42; text-decoration: underline}
A:visited.orange{color: #DE9C42;text-decoration: underline}
A:active.orange{color: #DE9C42; text-decoration: underline}
A:hover.orange{color:black; text-decoration: underline}

A:link.titles_blue{font-size: 12px; color: blue; text-decoration: underline}A:visited.titles_blue{font-size: 12px; color: blue;text-decoration: underline}A:active.titles_blue{font-size: 12px; color: blue; text-decoration: underline}A:hover.titles_blue{font-size: 12px; color:red; text-decoration: underline}

.basefont {font-size: 11px; font-family: Arial, Verdana, sans-serif; color: #000000}
.basefont_white {font-size: 11px; font-family: Arial, Verdana, sans-serif; color: #ffffff}
.basefont_italics {font-size: 11px; font-family: Arial, Verdana, sans-serif; color: #000000; font-style: italic}

.12basefont_bold {font-size: 12px; font-family: Arial, Verdana, sans-serif; color: #000000; font-weight: bold}

.motto {font-size: 11px; font-family: Arial, Verdana, sans-serif; color: #DE9C42}

.smaller {font-size: 10px; font-family: Arial, Verdana, sans-serif}

.9ptfont {font-size: 9px; font-family: Arial, Verdana, sans-serif}

.time {font-size: 11px; font-family: Arial, Verdana, sans-serif; color: #808080}

.titles {font-size: 12px; font-family: Arial, Verdana, sans-serif; color: #000000; font-weight: bold}

.redtext {font-size: 11px; font-family: Arial, Verdana, sans-serif; color: #FF0000}

.bluetext {font-size: 11px; font-family: Arial, Verdana, sans-serif; color:blue}

.bttn	
{	border-style: solid;
	border-color: #C0C0C0; 
	border-width: 1px; 
	background-color: #FFCC99; 
	text-align: center;		
	font-family: Arial, Verdana;
	font-size: 11px;
	text-decoration: none;	
	color: black;
	font-weight: normal;
	cursor: hand;	
}
.bttn_ghosted
{	border-style: solid;
	border-color: #C0C0C0; 
	border-width: 1px; 
	background-color: #FFFFFF; 
	text-align: center;		
	font-family: Arial, Verdana;
	font-size: 11px;
	text-decoration: none;	
	color: #C0C0C0;
	font-weight: normal;
	cursor: hand;	
}
.bttn_left
{	border-style: none;
	border-color: none; 
	border-width: 0px; 
	background-color: #FFCC99; 
	text-align: left;		
	font-family: Arial, Verdana;
	font-size: 11px;
	text-decoration: underline;	
	color: blue;
	font-weight: bold;
	cursor: hand;	
}
.bttn_left_gray
{	border-style: none;
	border-color: none; 
	border-width: 0px; 
	background-color: #c0c0c0; 
	text-align: left;		
	font-family: Arial, Verdana;
	font-size: 11px;
	text-decoration: underline;	
	color: blue;
	font-weight: bold;
	cursor: hand;	
}


.field
{	border-style: ridge;		
	border-color: #C0C0C0;		
	border-width: 1px;		
	background-color: #FFFFFF;
	font-family: Arial, Verdana;
	font-size: 11px;
	text-decoration: none;
	color: black;
	font-weight: normal;
}

.cleanForm
	{
	padding: 0 0;
	margin:0;
	}


</style>