@charset "UTF-8";
a:link {
	font-family: Georgia, "Times New Roman";
	font-size: 16px;
	font-style: normal;
	font-weight: lighter;
	color: #CC9966;
	text-decoration: none;
}
a:visited {
	font-family: Georgia, "Times New Roman";
	font-size: 16px;
	font-style: normal;
	font-weight: lighter;
	color: #CC9966;
	text-decoration: none;
}
a:hover {
	font-family: Georgia, "Times New Roman";
	font-size: 16px;
	font-style: normal;
	font-weight: lighter;
	color: #CC6633;
	text-decoration: none;
}
a:active {
	font-family: Georgia, "Times New Roman";
	font-size: 16px;
	font-style: normal;
	font-weight: lighter;
	color: #CC6633;
	text-decoration: none;
}
.subhead {
	font-family: Georgia, "Times New Roman";
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	color: #988C7B;
	text-decoration: none;
	text-align: center;
}
.copy {
	font-family: Georgia, "Times New Roman";
	font-size: 14px;
	line-height: 20px;
	font-weight: inherit;
	color: #988C7B;
	text-decoration: none;
	text-align: left;
}
.copyright {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: lighter;
	color: #CC9966;
	text-decoration: none;
}
.blacktext {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: lighter;
	color: #988C7B;
	text-decoration: none;
}
input {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: lighter;
	color: #988C7B;
	text-decoration: none;
	background-color: #080000;
	clear: both;
	border: thin solid #CC9966;
}
textarea {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #988C7B;
	background-color: #080000;
	border: thin solid #CC9966;
	line-height: 16px;
	font-weight: lighter;
	text-decoration: none;
}
button {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #080000;
}

