body {
	margin-left: 0px;
	margin-top: 8px;
	background-color: #ede5d0;
}

a:link {
	color: #b19146;
	text-decoration: underline;
}
a:visited {
	color: #b19146;
	text-decoration: underline;
}
a:hover {
	color: #b19146;
	text-decoration: underline;
}
a:active {
	color: #b19146;
	text-decoration: underline;
}
a.txtNav:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.txtNav:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.txtNav:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a.txtNav:active {
	color: #FFFFFF;
	text-decoration: none;
}
a.txtSecNav:link {
	color: #787676;
	text-decoration: none;
}
a.txtSecNav:visited {
	color: #787676;
	text-decoration: none;
}
a.txtSecNav:hover {
	color: #787676;
	text-decoration: none;
}
a.txtSecNav:active {
	color: #787676;
	text-decoration: none;
}
a.txtSm:link {
	color: #838180;
	text-decoration: none;
}
a.txtSm:visited {
	color: #838180;
	text-decoration: none;
}
a.txtSm:hover {
	color: #838180;
	text-decoration: none;
}
a.txtSm:active {
	color: #838180;
	text-decoration: none;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: bold;
	margin: 0px;
	color: #8b8a89;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	margin: 0px;
	color: #8b8a89;
}

.coWhite {
	color: #FFFFFF;
}
.coGreen {
	color: #1b4b3b;
}
.weBold {
	font-weight: bold;
}
.stItalic {
	font-style: italic;
}

.frmFormat {
	margin-bottom:0;
}
.frmField {
	border-width: 1;S
	border-color: #999999;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.frmFieldReq {
	border-width: 1;S
	border-color: #999999;
	background-color: #FEE9EA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.frmButton {
	border-width: 1;
	border-color: #C50000;
	background-color: #F55C00;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	vertical-align: top;
	cursor:hand; cursor:pointer;
}

.lstHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #F55C00;
	padding: 4px;
}
.lstItems {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #FFFFFF;
	padding: 4px;
}
.lstItems2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #F5F5F5;
	padding: 4px;
}
.lstItemsH {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	background-color: #FFFFB3;
	padding: 4px;
}

.txtLg {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
}
.txtBody {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #234073;
}
.txtSm {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #234073;
}
.txtNav {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	font-weight: bold;
	color: #234073;
}
.txtSecNav {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #787676;
}
.txtAlert {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #990000;
	font-weight: bold;
}
