body {
	font-family: arial, helvetica, sans-serif;
	background-color: #E8E8E8;
	font-size: 12px;
	margin-top: 10px;
	line-height: 20px;

}

body.BareWindow {
	font-family: arial,helvetica,sans-serif;
	background-color: white;
}

table {
	border-spacing: 0px;

}

td {
	text-align: left;
	vertical-align: top;
}

a, a:link, a:active, a:visited {
	color: #55F;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

fieldset {
	border: 1px #BBB solid;
}

legend {
	color: #777;
}

img {
	border: 0px;
}

/* WYSIWYG editor uses these styles */
.headline1 {
	font-family: helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #713666;
}

.subhead1 {
	color: #713666;
	font-family: helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

.subhead2 {
	color: black;
	font-family: helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}


/* Page layout */
div.PageArea {
	margin: 0 auto;
	width: 800px;
	text-align: left;
	background-color: #DAD896;
}

div.ContentArea, td.ContentArea {
    padding: 10px 10px 10px 10px;
    background-color: white;
}

/* Main Navigation */
a.MainNavOffL1, a:link.MainNavOffL1, a:active.MainNavOffL1, a:visited.MainNavOffL1 {
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #8D8C6F;
	text-align: left;
	display: block;
	text-decoration: none;
	padding: 10px 0 10px 0;
	line-height: 10px;
	background-color: #DAD896;
	border-bottom: 1px white dotted;
	border-bottom: 1px white dotted;
}

a.MainNavOnL1, a:link.MainNavOnL1, a:active.MainNavOnL1, a:visited.MainNavOnL1, a:hover.MainNavOffL1 {
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #7B3A12;
	text-align: left;
	display: block;
	text-decoration: none;
	padding: 10px 0 10px 0;
	line-height: 10px;
	background-color: #DAD896;
	border-bottom: 1px white dotted;
}

a.MainNavOffL2, a:link.MainNavOffL2, a:active.MainNavOffL2, a:visited.MainNavOffL2 {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFDCC;
	display: block;
	text-decoration: none;
	line-height: 15px;
	background-color: #DAD896;
	margin: 5px 0 5px 0;
}

a.MainNavOnL2, a:link.MainNavOnL2, a:active.MainNavOnL2, a:visited.MainNavOnL2, a:hover.MainNavOffL2 {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: white;
	display: block;
	text-decoration: none;
	line-height: 15px;
	background-color: #DAD896;
	margin: 5px 0 5px 0;
}


.RegNav, a.RegNav, a:link.RegNav, a:active.RegNav, a:visited.RegNav {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-left: 10px;
	color: white;
}

/* Footer */
td.Footer, div.Footer {
	text-align: center;
	color: gray;
}

b.FooterNav {
	margin: 0px 2px 0px 2px;
	color: gray;
}

a.FooterNav, a:link.FooterNav, a:active.FooterNav, a:visited.FooterNav {
	font-size: 10px;
	color: gray;
	text-decoration: none;
}

a:hover.FooterNav {
	text-decoration: underline;
}

/* Input Forms */
div.FormError {
	border: 1px red solid;
	background-image: url(/_images/warn.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding: 1px 2px 1px 28px;
	background-color: #EDD;
	color: black;
	clear: both;
	margin: 5px 0px 5px 0px;
}

div.FormElement, div.DataElement {
	display: inline;
	float: left;
	margin-right: 4px;
	margin-bottom: 15px;
}

div.FormLabel, div.DataLabel {
	margin-bottom: 5px;
}

div.DataCell {
	padding: 0px;
	border: 1px #EEE solid;
	background-color: #EEE;
	color: #333;
}

div.FormButtonRow {
	text-align: center;
	padding-top: 10px;
}

input.text {
	font-family: arial,helvetica,sans-serif;
	font-size: 1em;
	border: 1px #BBB solid;
	color: #333;
}

input.password {
	font-family: arial,helvetica,sans-serif;
	font-size: 1em;
	border: 1px #BBB solid;
	color: #333;
}

input.file {
	font-family: arial,helvetica,sans-serif;
	font-size: 1em;
	border: 1px #BBB solid;
	color: #333;
}

input.radio {
	vertical-align: text-bottom;
}

input.button {
	font-family: arial,helvetica,sans-serif;
	font-size: 1em;
}

select.select {
	font-family: arial,helvetica,sans-serif;
	font-size: 1em;
	border: 1px #BBB solid;
	color: #333;
}

textarea.textarea {
	font-family: arial,helvetica,sans-serif;
	font-size: 1em;
	border: 1px #BBB solid;
	color: #333;
}
