body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/mainBack2.gif);
	background-repeat: repeat-x;
	background-position: top;
	color: #666666;
}

.style1 {color: #333333;
	font-weight: 500;
}
a:link {
	color: #CC0000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #CC0000;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: underline;
}
.contentTd{
border: 1px solid #ccced1;
padding: 15px;
}
.dropDowns {
	font-size: 9px;
	height: 16px;
	color: #666666;
	border: 1px solid #333333;
	background-color: #EFEFEF;
}
.inputBoxes {
	font-size: 10px;
	height: 13px;
	border: 1px solid #333333;
	background-color: #EFEFEF;
	color: #666666;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	z-index: 100;
}

#nav img {
	display: block;
}

#nav li a, #nav li a ul li a {
	display: block;
	width: auto;
	color: #666666;
	text-decoration: none;
}

#nav li { /* all list items */
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: white;
	width: 16em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border: 1px solid #CCCCCC;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li ul li {
	width: 14.95em;
	_width: 16em;
	display: block;
	font-size: 11px;
	font-weight: bold;
	padding: 6px;
}

#nav li ul li:hover, #nav li ul li.sfhover {
	background: #EEEEEE;
}
.lowWarning { border: 1px dashed red; background-color: #ffcccc; }
.highWarning { border: 1px dashed red; background-color: #ccffcc; }