@charset "ISO-8859-1";
body {
	background: #200d04 url(images/background.jpg) repeat-x;
}
.formtext {
	font: 10px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
}

TEXTAREA {
	background-color: #E9D8C4;
	border: 1px inset #333333;
	color: #333333;
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	font-weight: normal;
	height: 80px;
	width: 225px;
	padding: 0px;
} 

.longTEXTAREA {
	background-color: #F1D492;
	border: 1px inset #333333;
	color: #333333;
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	font-weight: normal;
	height: 30px;
	width: 275px;
	padding: 0px;
} 

.altButtonFormat {
	background-color: #396B8B;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border: 1px outset #333;
	font-size: 10px;
	color: #FFF;
	float: none;
	height: 20px;
	width: 75px;
	margin: 1px;
} 
.heading {
	font: 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #AA2B1A;
}
.bodytext {
	font: 11px/14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
}
.copyright {
	font: 11px/14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #F0F0E8;
}

.altTextField {
	background-color: #EBEBE3;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #333333;
	border: 1px inset #666666;
	height: 15px;
	width: 100px;
} 

.radioStyle {
background-color: #CCCCCC;
border: #000000 solid 1px;
font-family: "Times New Roman", Times, serif;
font-size: 11px;
color: #000000
}
a:link, a:visited{
	font: 11px/14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #441105;
	text-decoration: underline;
}
a:hover{
	font: 11px/14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #B4251C;
	text-decoration: underline;
}
