body {
	background-color: #000000;
	margin: 0px;
	font-family: Georgia, Times, serif, "Times New Roman";
	font-size: 14px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #EEECD9;
}
.footerNav:link {color: #EEECD9;	text-decoration: none;}
.footerNav:visited {color: #EEECD9;	text-decoration: none;}
.footerNav:visited:hover {color: #EEECD9;	text-decoration: underline;}
.footerNav:hover {color: #EEECD9;	text-decoration: underline;}
.footerNav:active {color: #EEECD9;	text-decoration: none;}
.footerNav:active:hover {color: #EEECD9;	text-decoration: none;}

a:link {color: #981b1e;	text-decoration: none;}
a:visited {color: #981b1e;	text-decoration: none;}
a:visited:hover {color: #981b1e;	text-decoration: underline;}
a:hover {color: #981b1e;	text-decoration: underline;}
a:active {color: #981b1e;	text-decoration: none;}
a:active:hover {color: #981b1e;	text-decoration: none;}

.liRed  {
	color: #981b1e;
}

select {
	background-color: #EEECD9;
	font-family: Georgia, Times, serif, "Times New Roman";
	font-size: 12px;
	border: 1px solid #981B1E;
	width: 250px;
}

input {
	background-color: #EEECD9;
	font-family: Georgia, Times, serif, "Times New Roman";
	font-size: 12px;

}

textarea {
	background-color: #EEECD9;
	font-family: Georgia, Times, serif, "Times New Roman";
	font-size: 12px;

}
.formText {
	font-family: Georgia, Times, serif, "Times New Roman";
	font-size: 12px;
	border: 1px solid #981B1E;
	width: 250px;
}

.small {
	font-family: Georgia, Times, serif, "Times New Roman";
	font-size: 10px;
}

