body {
	font-family: Arial, Helvetica, sans-serif;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}.Content1 {
	font-size: small;
}
.ContentTitle1 {
	font-size: large;
	font-weight: bold;
	color: #8A2923;
}
.Link1 {
	font-size: small;
	font-weight: bold;
	color: #8A2923;
}

.FormEntryDropDownList
{
	FONT-SIZE: 9pt;
	COLOR: #7e0a06;
	FONT-FAMILY: Arial;
	border: medium outset #7E0A06;
	background-color: #EFEFEF;
}
.FormEntryButton
{
	FONT-WEIGHT: bolder;
	FONT-SIZE: 9pt;
	COLOR: #7e0a06;
	FONT-FAMILY: Arial;
	border: thin outset #EFEFEF;
	background-color: #EFEFEF;
}
.FormTextBox
{
	FONT-SIZE: 9pt;
	COLOR: #7e0a06;
	FONT-FAMILY: Arial;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	background-color: #EFEFEF;
}
.FormTextBoxReadOnly
{
	FONT-SIZE: 9pt;
	COLOR: #7e0a06;
	FONT-FAMILY: Arial;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	background-color: #EFEFEF;
}
.FormRadioButton {
	color: #7e0a06;
}
.FormEntryCoulmnHeadRow
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 9pt;
    COLOR: #ffff99;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: #7e0a06
}
.FormEntrySectionTitle
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: medium;
    COLOR: #7e0a06;
}
.FormEntrySurroundingTable
{
    BORDER-RIGHT: #7e0a06;
    BORDER-TOP: #7e0a06;
    FONT-SIZE: 9pt;
    BORDER-LEFT: #7e0a06;
    BORDER-BOTTOM: #7e0a06;
}
.FormData {
	font-size: small;
	font-weight: normal;
}

.FormFieldEmphasized1 {
	font-size: small;
	font-weight: bold;
	color:#7e0a06;
}

.off {
	display:none;
	visibility: hidden;
}

.on {
	visibility: visible;
}
.RequriedField {
	color: #7e0a06;
	font-size:large;
	font-weight:bold;
}
.ErrorMessage
{
	color:#D90000;
	font-size:small;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #7e0a06;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
