body{
font-family:Trebuchet,Tahoma,Verdana;
font-size:11 px;
color:#000000;
}

table{font-family:Trebuchet,Tahoma,Verdana;
font-size:11 px;
color:#000000;
text-align:justify;
}

td.mail{font-family:Trebuchet,Tahoma,Verdana;
font-size:11px;
color:#FFF280;
}

A{font-family:Trebuchet,Tahoma,Verdana;
font-size:11px;
text-decoration: none;
color:#994A15
}

A:HOVER {text-decoration:none;
color:#C70234;
}

input, select, textarea {Font-Family : Verdana, Tahoma, Arial;
	Color : #000000;
	Background:#F7F7F7;
	Font-Size : 11px;
	border: 1 solid #000000;
}



INPUT,select{
	font-family: Trebuchet,Tahoma,Verdana, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
	background: #FFFFFF url(img/bg_input.gif);
	border: 1px solid #0F2446;
	height: 20px;
	padding-left: 3px;
	width: 150px;
}

INPUT.error {
	background: #FFFFFF url(../img/bg-input-error.gif);
	border-left: 2px solid #FF0000;
}

INPUT.submit {
	background: #FFFFFF url(img/bg_input.gif) repeat-x;
	font-family: Trebuchet,Tahoma,Verdana,sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	color: #0F2446;
	border: 1px solid #0F2446;
	width: 80px;
	height: 21px;
}

TEXTAREA{
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
	background: #FFFFFF url(/img/bg_textarea.gif);
	border: 1px solid #0F2446;
	padding-left: 3px;
	width: 250px;
}

TEXTAREA.error {
	background: #FFFFFF url(../img/bg-input-error.gif);
	border-left: 2px solid #FF0000;
}

