.text {
	font-family: "Tahoma", "Arial";
	font-size: 11px;
	font-style: normal;
}
input {
	font-family: "Tahoma", "Arial";
	font-size: 10px;
}
select {
	font-family: "Tahoma", "Arial";
	font-size: 10px;
}
textarea {
	font-family: "Tahoma", "Arial";
	font-size: 10px;
}
.border {
	border: 1px solid #efb036;
}
.a:link {
	color: #cccccc;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #cccccc;
}
a:hover {
	text-decoration: underline;
	color: #ff0000;
}
a:active {
	text-decoration: none;
	color: #ff0000;