.orange {
	font-size: 10px;
	color: #FF6F1C;
	text-decoration: none;
	font-weight: bold;
}
.txt {  
	font-size: 10px; 
	color: #000000; 
	text-decoration: none;
}
.txt:hover {
	font-size: 10px;
	color: #000000;
	text-decoration: underline;

}
.txt2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: #000000; 
	text-decoration: none;
}
.txt2:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;

}
.txt3 {  
	font-size: 10px; 
	color: #000000; 
	text-decoration: none;
}
.form {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #000000; 
	text-decoration: none;
	border: #000000 solid 1px;
	background-color: #FFFFFF;
}
a.footer:link {
	color: #666666;
	text-decoration: none;
}
a.footer:visited {
	color: #666666;
	text-decoration: none;
}
