body {
background-color: #660000;
}

input, textarea {
	background-color: transparent;
}

.main_bg {
	background-repeat: no-repeat;
	padding-bottom: 5px;
	padding-top: 5px;
}

.main {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-align: justify;
}

.menulinks {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	font-variant: normal;
}
a:link {
	color: #660000;
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #0033CC;
	text-decoration: underline;
}
a:active {
	color: #0033CC;
	text-decoration: none;
}
.subheader {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
.legal {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	color: #748A4F;
}

