body {
	font-family: helvetica,arial,sans-serif;
	background-color: #DAD5BF;
	color: #653600;
	font-size: 11px;
	margin-top: 20px;
	line-height: 20px;

}

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

table {
	border-spacing: 0px;
}

td {
	text-align: left;
	vertical-align: top;
	font-size: 11px;
}

a, a:link, a:active, a:visited {
	color: #281600;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

fieldset {
	border: 1px #BBB solid;
}

legend {
	color: #777;
}

img {
	border: 0;
}

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

.subhead1 {
	font-family: helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}

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

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


/* Page layout */
div.PageArea {
	margin: 0 auto;
	width: 751px;
	text-align: left;
	background-image: url(/_images/bg_top.gif);
	background-repeat: repeat-y;
}

td.NavigationArea {
	width: 190px;
	padding-left: 29px;
}

td.ContentArea {
	padding: 150px 30px 20px 44px;
}

.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: #C18AB4;
}

/* 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: 2px 1px;
	padding: 2px 2px 2px 25px;
	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;
}
