.text {
	font-family: Tahoma, Arial;
	font-size: 11px;

}
input {
	font-family: Tahoma, Arial;
	font-size: 11px;
	background-color: #FFFFFF;


}
textarea {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #333333;
}
select {
	font-family: Tahoma, Arial;
	font-size: 9px;
	color: #000000;
	background-color: #FBF9FA;
}

/* General page style. The scroll bar colours only visible in IE5.5+ */
a:link, a:active, a:visited, a.postlink{color:#0000FF;text-decoration:none}
a:hover{
	color:#FF0000;
	text-decoration: underline;
	font-weight: 500;
	background-color: #FFFFFF;
}
