td
{
	font-family: verdana;
	font-size:11px;
	color:#000000;
}
input
{
	font-family: verdana;
	font-size:11px;
	height:18px;
	border:solid 1px #9A0002;
}

SELECT, OPTION {
	height:18px;
	font-family: verdana;
	font-size: 11px;
	background-color: #ffffff;
}

a
{
color: #9A0002;
text-decoration: none;
}
a:hover
{
color: #9A0002;
text-decoration: underline;
}
a.white
{
color: #ffffff;
text-decoration: none;
}
a.white:hover
{
color: #ffffff;
text-decoration: underline;
}
textarea.error {
border : 0px;
color : #ff0000;
background-color : #EEEFDD; 
font-family : Verdana;
font-size : 11px;
overflow : hidden;
width : 275px;
height: 30px
}
textarea.error_small {
border : 0px;
color : #ff0000;
background-color : #E2E4CE; 
font-family : Verdana;
font-size : 11px;
overflow : hidden;
width : 135px;
height: 28px
}
img
{
	border:0px;
}