body {
	margin-top:0;
	background-color: #651414;
}
a:link {
	color: #815707;
	text-decoration: underline;
}
a:visited {
	color: #815707;
	text-decoration: underline;
}
a:hover {
	color: #815707;
	text-decoration: underline;
}
a:active {
	color: #815707;
	text-decoration: underline;
}

a.txtSecNav:link {
	color: #e6e0c1;
	text-decoration: underline;
}
a.txtSecNav:visited {
	color: #e6e0c1;
	text-decoration: underline;
}
a.txtSecNav:hover {
	color: #e6e0c1;
	text-decoration: underline;
}
a.txtSecNav:active {
	color: #e6e0c1;
	text-decoration: underline;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: normal;
	margin: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 125%;
	font-weight: normal;
	margin: 0px;
}
.frmFormat {
	margin-bottom:0;
}
.frmField {
	border-color: #999999;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.frmFieldReq {
	border-color: #999999;
	background-color: #FEE9EA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.frmButton {
	border-color: #b7b163;
	background-color: #b7b163;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	vertical-align: top;
	cursor:pointer;
}

.txtBody{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.txtLarge{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.txtSmall{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #272847;
}
.txtSecNav{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #e6e0c1;
}
.txtAlert {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	font-weight: bold;
}