body {
	font-family: verdana, arial, geneva, sans-serif;
	font-size: 12px;
	background: #fff;
	color: #333;
	padding: 10px;
}

table {
	border: 0;
	border-spacing: 0;
	padding: 0;
}

td {
	font-family: verdana, arial, geneva, sans-serif;
	font-size: 12px;
	color: #333;
}

h3, h4 {
	margin-bottom: 5px;
}

a:link, a:visited {font-family: verdana,arial,geneva; color: #5F8F47; text-decoration: none; }
a:active, a:hover {font-family: verdana,arial,geneva; color: #6A9F4F; text-decoration: underline; }
wbr:after { content: "\00200B" }

.normal {
	font-family: verdana, arial, geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #333;
}

.nowrap { white-space: nowrap; }
.hidden { display: none; }
.valign { vertical-align: middle; }
.valigntop { vertical-align: top; }
.alignleft { text-align: left; }
.aligncenter { text-align: center; }
.alignright { text-align: right; }
.floatleft { float: left; }
.floatright { float: right; }
.noborder { border: 0; }
.autocenter { margin-left: auto; margin-right: auto; }
.autovcenter { margin-top: auto; margin-bottom: auto; }
.nomargin { margin: 0px; }
.noTextDecoration:hover { text-decoration: none; }
b, .b, .bold { font-weight: bold; }
form { margin-top: 0em; margin-bottom: 0em; }
input { font-family: verdana, arial, geneva, sans-serif; font-size: 11px; padding-left: 3px; }
textarea { font-family: verdana, arial, geneva, sans-serif; font-size: 11px; margin-top: 0em; margin-bottom: 0em; padding-left: 3px; }
select { font-family: verdana, arial, geneva, sans-serif; font-size: 11px; margin-top: 0em; margin-bottom: 0em; }
ul {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 12px;
	padding-left: 12px;
	list-style-type: disc;
	line-height: 1.2em;
}

.footer {
	font-family: verdana, arial, geneva, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	text-decoration: none;
	color: #999;
}

.smallText { font-size: 11px; }
.errorText { color: #cc0000; font-weight: bold; }
.statusText { color: #0000ff; font-weight: bold; }
.greenText { color: #006600; }
.redText { color: #cc0000; }
.colorDisabled { color: #888; }
.colorNormal { color: #333; }
.clear { clear: both; }
.cursorPointer { cursor: pointer; }
.cursorDefault { cursor: default; }

.widgetSpacer {
	height: 10px;
	width: 10px;
}

.photoBorder {
	border: 1px solid #ccc;
	padding: 3px;
}

a.hover:hover img, tr.hover:hover, input.hover:hover input {
	opacity: 0.80;
	filter: alpha(opacity=80);
}

.indexCellOn {
	padding: 10px;
	background: #C41300;
	border: 1px solid #ccc;
	color: white;
	font-size: 14px;
	font-weight: bold;
}

.indexCellOff {
	padding: 10px;
	background: #dedede;
	border: 1px solid #ccc;
	color: black;
	font-size: 14px;
	font-weight: bold;
}

.indexCellOn a {
	color: white;
}

.indexCellOff a {
	color: black;
}