body {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	color: #663300;
	margin: 0px;
}
table {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	color: #663300;
}
img {
	border: 0pt;
}
h1 {
	font-size: 16pt;
	font-weight: bold;
}
h2 {
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
}
a:link {
	color: #003300;
	text-decoration: none;
}
a:visited {
	color: #003300;
	text-decoration: none;
}
a:hover {
	color: #B05800;
	text-decoration: none;
}
.normal {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	font-weight: normal;
	color: #663300;
}
.whatsnew {
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	font-weight: normal;
	color: #663300;
}
.navcell {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	font-weight: bold;
}
.bodycell {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	font-weight: normal;
	color: #663300;
	padding: 12px;
}
.help {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	font-weight: normal;
	padding: 12px;
	color: #663300;
}
.reference {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
	color: #663300;
}
.news {
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	color: #E3DCCE;
	background-color: #722C02;
}
.newsMargin {
	margin-left: 10px;
	margin-right: 10px;
}
.searchTerm {
	text-decoration: underline;
	color: #000000;
}
.confirmation {
	color: green;
	font-size: 11pt;
	font-style: italic;
	font-weight: bold;
}
.errormessage {
	color: red;
	font-size: 11pt;
	font-weight: bold;
}
.alertCell {
	background-color: #FFFFCC;
	border-style: solid;
	border-width: 1px;
	border-color: red;
}
.confirmCell {
	background-color: #DDFFCC;
	border-style: solid;
	border-width: 1px;
	border-color: green;
}
.setCellTopBorder {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #D1B58D;
}
.altCellEven {
	background-color: #FFF5E1;
}
.altCellOdd {
	background-color: #FFFFFF;
}
.calTable {
	background-color: #D3B9AB;
}
.calMonthCell {
	background-color: #4E3629;
	border-color: #000000;
	color: #FFFF00;
	font-weight: bold;
}
.calWeekdayCell {
	background-color: #865C46;
	border-color: #000000;
	color: #FFFF00;	
	font-weight: bold;
}
.calDayCell {
	background-color: #D3B9AB;
	color: #000000;
}
.calTodayCell {
	background-color: #EDE2DC;
	color: #000000;
	font-weight: bold;
}
.calEventSummary {
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
}
/* Bar Graphs
--------------------*/
.graph {
	background-color: #C8C8C8;
	border: solid 1px black;
}
.graph td {
	font-family: verdana, arial, sans serif;
}
.graph thead th {
	border-bottom: double 3px black;
	font-family: verdana, arial, sans serif;
	padding: 1em;
}
.graph tfoot td {
	border-top: solid 1px #999999;
	font-size: x-small;
	text-align: center;
	padding: 0.5em;
	color: #666666;
}
.bar {
	background-color: white;
	text-align: right;
	border-left: solid 1px black;
	padding-right: 0.5em;
	width: 450px;
}
.bar div { 
	border-top: solid 2px #0077DD;
	background-color: #004080;
	border-bottom: solid 2px #002266;
	text-align: right;
	color: white;
	float: left;
	padding-top: 0;
	height: 1em;
}
/* Subsection Tabs
--------------------*/
#main ul.subsection_tabs {
	list-style:none;
	margin:0;
	padding:0;
	clear:both;
	border-bottom:1px solid #cccccc;
	height:20px;
	clear:both;
}

#main ul.subsection_tabs li {
	float:left;
	margin-right:7px;
	text-align:center;
}

#main ul.subsection_tabs li a {
	display:block;
	height:20px;
	padding:0 6px 0 6px;
	background-color:#ffffff;
	color:#666666;
	width:120px;
}

#main ul.subsection_tabs li a:hover {
	color:#666666;
}

#main ul.subsection_tabs li a.active {
	background-color:#dddddd;
}

#main ul.register_tabs {
	border-bottom:none;
}

#main ul.register_tabs li a.active {
	background-color:#6d7a81;
	color:#ffffff;
}

/* CSS to hide form spam trap
--------------------*/
#mst {display: none;}