select, input, textarea { font-family: Arial, Helvetica; 
						  font-size: 0.85em; 
						  color: #333333; 
						  background-color: #FFFFFF;
						 
}

H1 {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 1.1em; 
	color: #FFEC02;
	line-height: 1.4;
	font-weight: bold;
}

H2 {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 1.0em; 
	margin: 0px 0px;
	color: #FFEC02;
	line-height: 1.4;
	font-weight: bold;
}

body {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 0.9em
	color: #362C0E;
	line-height: 1.3;
}

td {  
	font-family: Arial, Helvetica, sans-serif; 
	color: #FFEC02;
	line-height: 1.3;
}

p {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 0.9em ;
	color: #362C0E;
	line-height: 1.3;
}

a:link {  
	font-family: Arial, Helvetica, sans-serif; 
	color: #362C0E; 
	text-decoration: underline;
}

a:visited {   
	color: #362C0E; 
	text-decoration: underline;
}

a:hover {   
	color: yellow; 
	text-decoration: underline;
}

a:active {   
	color: yellow; 
	text-decoration: none;
}


li {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 0.9em ;
	color: #362C0E;
	line-height: 1.3;
}

.yellow {  
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 0.8em; 
	color: #FFEC02;
	line-height: 1.3;
}


.yellow a:link {  
	font-family: Arial, Helvetica, sans-serif; 
	color: #FFEC02;
	line-height: 1.4;
	text-decoration:underline ;
}

.yellow a:visited {  
	font-family: Arial, Helvetica, sans-serif; 
	color: #FFEC02;
	text-decoration:underline ;
}

.yellow a:hover {  
	font-family: Arial, Helvetica, sans-serif; 
	color: #FFFFFF;
	text-decoration:underline ;
}

.small {  
	font-family: Arial; 
	font-size: 0.7em; 
	color: #362C0E;
}

.small a:link {  
	font-family: Arial; 
	color: #362C0E; 
	text-decoration: underline;
}

.small a:visited {  
	font-family: Arial; 
	color: #362C0E; 
	text-decoration: underline;
}

.small a:hover {  
	font-family: Arial;  
	color: red; 
	text-decoration: underline;
}

.small a:active {  
	font-family: Arial; 
	color: red; 
	text-decoration: underline;
}


