body {
	font-family: arial,sans-serif;
	background-color: #A0B487;
	color: #555;
	font-size: 12px;
	margin-top: 20px;
}

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

table {
	border-spacing: 0px;
}

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

a, a:link, a:active, a:visited {
	color: #55F;
	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-weight: bold;
	font-size: 16px;
}

.subhead1 {
	font-weight: bold;
	font-size: 14px;
}

.subhead2 {
	font-weight: bold;
	font-size: 12px;
}

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


/* Input Forms */
form {
	margin: 0px;
}

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;
}

/* Footer */
a.footer, a.footer:link, a.footer:visited, a.footer:hover {
	text-align:center;
	background-color:#A4B68B;
	color:#3D4C7A;
	font-weight:normal;
	font-size:9px;
	padding-top:24px;
	text-decoration:none;
}

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

div.HeaderPanel {
	display:block;
}
div.ContentPanel {
	clear:both;
	min-height:300px;
	padding:25px 12px 25px 12px;
}
div.FooterPanel {
	text-align:center;
	background-color:#A4B68B;
	color:#3D4C7A;
	font-weight:normal;
	font-size:9px;
	padding-top:24px;
}
