BODY{
background-color: #20303c;
margin-left: auto;
margin-right: auto;
margin-top: auto;
margin-bottom: auto;

background-image: 
url('images/bg.jpg');
background-repeat: repeat-x
}

BODY, TD, TH, TR{
color: #000;
font-size: 7pt;
font-family: verdana, sans-serif;
}

input, select, textarea {
background-color:#ffffff;
color:black;
font-weight:bold;
font-family: Arial;
font-size: 12pt
}


hr {
border: 0;
color: #000000;
background-color: #000000;
height: 1px;
}

A:link {text-decoration: none; color: #FF0000;}
A:visited {text-decoration: none; color: #FF0000;}
A:active {text-decoration: none; color: #FF0000;}
A:hover {text-decoration: none; color: #FF7D40;}


.barText{
font-weight:bold;
color:#ffffff;
}

table { border-collapse:collapse; }
table#row1 { background-color: #f3faff; }
table#row2 { background-color: #e6edf3; }


















h3 {
	font-size: 130%;
	}

h4 {
	font-size: 100%;
	color: #999;
	margin: 0;
	}


#navCircle {
	margin: 0;
	padding: 0 0 20px 10px;
	border-bottom: 1px solid #9FB1BC;
	}

#navCircle li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}
	
#navCircle a:link, #navCircle a:visited {
	float: left;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	padding: 0 12px 6px 12px;
	text-decoration: none;
	color: #708491;
	}

#navCircle a:link.active, #navCircle a:visited.active, #navCircle a:hover {
	padding-bottom: 6px;
	color: #000;
	background: url(images/tab_circle.gif) no-repeat bottom center;
	}

#footer {
	color: #999;
	}

