BODY, INPUT, TD, SELECT, TEXTAREA {
	color: black; 
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration : none;
}

A {
	color: #f55913;
	text-decoration : underline; 
}

body {
	font-family : Trebuchet MS, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
	background : #810000;
}

.link{
	color:#ffffff;
	font-size : 12px;
	text-decoration : none;
}
a.link:HOVER{
	color:#d6a34d;
	text-decoration : underline;
}
.white{
	color:#FFFFFF;
	font-size : 12px;
	font-weight: regular;
}
.input{
	border-color : #35291e; 
	border-width : 1px;
	font-family : Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 12px;
	width : 250px;
	height : 18px;
	border-style : solid;

}
.textarea{
	border-color : #35291e; 
	border-width : 1px;
	font-family : Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 12px;
	width : 515px;
	height : 50px;
	border-style : solid;

}
