/* CSS Document */

body {
	background-color: #F8F8F8;
	margin-left: 0px;
	margin-top: 0px;
}

body,td,th {
	font-family: Arial;
	font-size: 11px;
	color: #666666;
}
a:link {
	color: #405072;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #405072;
}
a:hover {
	text-decoration: none;
	color: #6484BF;
}
a:active {
	text-decoration: underline;
}

.main_titles {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #405072;
}
.main_titles_orange {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #F77118;
}


.spacer {
	font-family: Arial;
	font-size: 6px;
	color: #ffffff;
}
.upstate {
	font-family: Arial;
	color: #ffffff;
	font-size: 11px;
	background-color: #778FBD;
	border: 1px solid #999999;
	}
.overstate {
	font-family: Arial;
	color: #333333;
	font-size: 11px;
	background-color: #C8D3E7 	;
	border: 1px solid #000000;
}
.downstate {
	font-family: Arial;
	font-size: 11px;
	color: #333333;
	background-color: ##F2F2F4;
	border: 1px dotted #000000;
}

.highlight {color: #FF6600}

