.track1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 21px;
	color: 878684;
}

.formstyleSmall {
	font-family: Arial, Helvetica, Sans-serif; 
	font-size:9pt; 
	width: 50px;
	font-weight:normal; 
	color:<%=gsColorBlack%>; 
	background-color:<%=gsColorWhite%>;
	}	

.formstyleLong {
	font-family: Arial, Helvetica, Sans-serif; 
	font-size:9pt; 
	width: 210px;
	font-weight:normal; 
	color:<%=gsColorBlack%>; 
	background-color:<%=gsColorWhite%>;
	}	


.formstyleMed {
	font-family: Arial, Helvetica, Sans-serif; 
	font-size:9pt; 
	width: 110px;
	font-weight:normal; 
	color:<%=gsColorBlack%>; 
	background-color:<%=gsColorWhite%>;
	}	

a:link {


....font-weight: normal;
....color: #878684;
....text-decoration: none;}
a:visited {
....font-weight: normal;
....color: #878684;
....text-decoration: none}
a:active {
....font-weight: normal;
....color: #4E8F31;
....text-decoration: none;
}
a:hover {
....font-weight: normal;
....color: #4E8F31;
....text-decoration: none;

