.subHDR {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
}

a:link {
	color: #0000CC;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
a:visited {
	color: #0000CC;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
a:hover {
	color: #990000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
a:active {
	color: #990000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.errortext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	font-weight: bold;
}
.pageTITLE {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.largetext {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}
.headertext {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}.ButtonStyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #F7F5F1;
	padding: 1px;
	border: thin outset #CABC93;
	width: 100px;
}
.FieldStyle {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #AB998C;
}
.TableStyleRightBottom {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #AB998C;
	border-bottom-color: #AB998C;
}
.TableStyleRightBottomLeft {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-left-color: #AB998C;
	border-right-color: #AB998C;
	border-bottom-color: #AB998C;
}
