@charset "utf-8";

a:link {
	color: #822820;
	font-weight:bold;
	text-decoration: underline;
}
a:active {
	font-weight:bold;
	color: #822820;
}
a:visited {
	color: #822820;
	font-weight:bold;
	text-decoration: underline;
}
a:hover {
	color: #822820;
	font-weight:bold;
	text-decoration: none;
}
.footerText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
}
.text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	line-height: 14pt;
}
.leftMargin {
	margin-left: 10px;
}
.largeText {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
.border {
	border: 1px solid #CCC;
}
.aTable {
	border: 1px solid #CCC;	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	line-height: 14pt;
}

input {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	border: 1px solid #000;
	background-color: #ECBB95;
}
.error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
	font-weight:bold;
}
#button {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color: #822820;
	padding:2px;
	cursor: pointer;
	height: 21px;
}
#unsubscribe {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color: #822820;
	padding:2px;
	cursor: pointer;
	height: 21px;
}
.required {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #F0A27C;
	font-weight: normal;
}select {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	background-color: #ECBB95;
	border: 1px solid #000;
}
textarea {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	background-color: #ECBB95;
	border: 1px solid #000;
	width: 320px;
	height: 200px;
}