body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
}
body,td,th {
	font-family: Trebuchet MS;
	font-size: small;
}
.navText {
	font: 11px Trebuchet MS;
	color: #000000;
}
#upperNav a {
	font: 16px Trebuchet MS;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	line-height: 36px;
}
#upperNav a:hover {
	color: #000000;
}
#lowerNav a {
	font: 12px Trebuchet MS;
	color: #000000;
	text-decoration: none;
	display: block;
}
#lowerNav a:hover {
	text-decoration: underline;
	color: #666666;
}
#sideNav a {
	font: 14px Trebuchet MS;
	color: #333333;
	text-decoration: none;
	display: block;
	padding-left: 50px;
	line-height: 40px;
}
#sideNav a:hover {
	text-decoration: none;
	color: #4C70B9;
	padding-left: 70px;
	background-color: #F6F6F6;
}
#sideNav a:active {
	text-decoration: none;
	color: #4C70B9;
	padding-left: 70px;
	background-color: #F6F6F6;
}
#dropmenudiv {
	position:absolute;
	background-color: #E8E8F5;
	border:1px solid gray;
	border-bottom-width: 0;
	font: 12px Arial;
	color: #330066;
	letter-spacing: .1em;
	line-height:25px;
	z-index:100;
}
#dropmenudiv a {
	font: 14px Trebuchet MS;
	color: #333333;
	text-decoration: none;
	display: block;
	width: 100%;
	text-indent: 5px;
	border-bottom: 1px solid gray;
	padding: 1px 0;
	text-decoration: none;
}
#dropmenudiv a:hover {
	text-decoration: none;
	color: #4C70B9;
	background-color: #F6F6F6;
}
.footerText {
	font: 11px Trebuchet MS;
	color: #000000;
}
#footerNav a {
	font: 11px Trebuchet MS;
	color: #666666;
	text-decoration: none;
}
#footerNav a:hover {
	color: #999999;
}
hr.line {
	border: 1px solid black; 
	width: 80%;
	height: 1px;
	text-align: center;
}
hr.lineGray {
	border: 1px solid gray; 
	width: 100%;
	height: 1px;
	text-align: center;
}
.red {
	color: #D10000;
}
.orange {
	color: #F99A3A;
}
a:link {
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}
a:active {
	text-decoration: none;
}
.error { 
	color: red; 
}
.txtField {
	background-image:url(images/bg_txtField.gif);
	background-position:top;
	background-repeat:repeat-x;
	font: 12px Arial;
}
.style1 {
	font-size: x-small
}
.style2 {
	font-size: medium
}