.text {
	font-family: Tahoma, Arial;
	font-size: 11px;

}
input {
	font-family: Tahoma, Arial;
	font-size: 11px;



}
textarea {
	font-family: Tahoma, Arial;
	font-size: 11px;
}
select {
	font-family: Tahoma, Arial;
	font-size: 11px;
}

a.bluelink:link {
	color: #0B38B3;
	text-decoration: none;
}
a.bluelink:visited {
	text-decoration: none;
	color: #0B38B3;
}
a.bluelink:hover {
	text-decoration: none;
	color: #FFA200;
}
a.bluelink:active {
	text-decoration: none;
	color: #0B38B3;
}