.text {
	font-family: Tahoma, Arial;
	font-size: 11px;
}
input {
	font-family: Tahoma, Arial;
	font-size: 11px;
}
select {
	font-family: Tahoma, Arial;
	font-size: 11px;
}
textarea {
	font-family: Tahoma, Arial;
	font-size: 11px;
}
a {
	color : #FF3300;
	text-decoration:none;
}

a:visited {
	color : #FF3300;
}

a:hover {
	color : #FF3300;
	text-decoration : underline;
}

a.toplink {
	color : #FF3300;
}