BODY {
	background-color:#ffffff; 
	margin-top: 0; 
	margin-right: 0; 
	margin-bottom: 0; 
	margin-left: 0;
	}

A {
	font-family: Verdana, Arial, Helvetica, Sans-Serif; 
	font-size: 8pt; 
	font-weight: bold;
	color:#5175A9;
	text-decoration: none;
	border-bottom: none;
	}
	a:hover { background:transparent; 
text-decoration:none; font-weight: bold; color: #141414;
} 

P, UL, LI, TD {
	font-family: Verdana, Arial, Helvetica, Sans-Serif; 
	font-size: 11px;
	font-style: normal; 
	font-weight: normal;
	line-height: 18px;
	color:#141414;
	text-decoration: none;
}	
	

.alert {
	color:#993333;
}

.boldwhite {
	color:<%=gsColorWhite%>;
	font-weight:bold;	
}

.bolddark {
	color:<%=gsColorBackground%>;
	font-weight:bold;	
}

.small {
	font-size: 8pt;
}

.header {
	font-family: Verdana, Arial, Helvetica, Sans-Serif; 
	font-size: 12pt;
	color: #000000;
	font-weight: bold;
	text-decoration: none;		
}

.nav {
	font-family: Verdana, Arial, Helvetica, Sans-Serif; 
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
	text-decoration: none;		
}

.content {
	font-family: Verdana, Arial, Helvetica, Sans-Serif; 
	font-size: 10pt;
	color: #000000;
	font-weight: normal;
	text-decoration: none;		
}

.formbutton {
	font-family: Arial, Helvetica, Sans-serif; 
	font-size:10pt; 
	font-weight:bold; 
	color:#000000; 
	background-color:#FFFFFF;
	}

@media print {
	.formbutton {display: none;}
	.noprint {display: none;}
}
		
.formstyle {
	font-family: Verdana, Arial, Helvetica, Sans-serif; 
	font-size:8pt; 
	width: 250px;
	font-weight:normal; 
	color:<%=gsColorBlack%>; 
	background-color:<%=gsColorWhite%>;
	}
	
.footer {
	font-family: Verdana, Arial, Helvetica, Sans-serif; 
	font-size:9px; 
	font-weight:normal; 
	color:#FFFFFF; 
	}
	
	
	
	
		