body {
	font-family:Verdana;font-size:10px;
	color: #3f606a;
}

.regular {
	font-size: 11px;
}

.heading {

	font-size: 15px;
	font-weight: bold;
}

.enate {
	color: #ce9824;
	font-weight: bold;
}

.totals {
	color: #0000CC;
	font-weight: bold;
}

a.redUnderline {
	font-size: 12px;
	font-family: Arial;
	color: #AA0000;
	text-decoration:underline;
}

a.redUnderline:hover {
	font-size: 12px;
	font-family: Arial;
	color: #FF0000;
	text-decoration:underline;
}

.formFont {
	font-weight: bold;
}

.ulList {
	list-style-image:url(../img/list.gif);
}

.title {
	font-size: 17px;
	font-family: Verdana;
	font-weight: 600;
	color: #3f606a;
	
}

a.redLink {
	font-size: 12px;
	font-family: Arial;
	color: #AA0000;
	text-decoration:underline;
}

a.redLink:hover {
	color: #FF0000;
	font-size: 12px;
	font-family: Arial;
	text-decoration:underline;
}

a.blueLink {
	font-size: 12px;
	font-family: Arial;
	color: #0000AA;
	text-decoration:underline;
}

a.blueLink:hover {
	font-size: 12px;
	font-family: Arial;
	color: #0000FF;
	text-decoration:underline;
}

.subtitle {
	font-size: 12px;
	font-family: Verdana;
	color: #3f606a;
	font-weight: bold;
}

a {
	color:#083751;
	text-decoration: none;
}

a.hover {
	color:#906300;
	text-decoration: none;
}


/* TABS */
div#tabs{
	width:925px;
	margin:0px auto;
	
	font-size:11px;
	/*border:solid 1px #232343;*/
	
	
}	
/* DIV that holds each tab*/
div.my_tab{
	width:910px;
	margin:0px auto;
	left: -40px;
		
}
	
/* Title of each tab, used when user don't have Javascript'*/	
div.my_tab h5{
	color:#414141;
	border-bottom:solid 1px #cacaca;
		left: -40px;
}
	
/* Tab Bar, created via JS*/
div#tab-bar{
	position:relative;
	left:0px;
	padding:0px 0px 0px 10px;
	height:23px;
	border-bottom:solid 1px #8da2ae;
	margin-bottom:20px;
	/*font:normal 12px "Trebuchet MS";*/

}

div#tab-bar:hover div.mt-tab:hover {
	color:#906300;
}
	
/* Single Tab */
div#tab-bar div.mt-tab{
	float:left;
	
	display:inline;
	position:relative;
	text-align:center;
	margin:-1px 5px -2px 0px;
	cursor:pointer;
	left:10px;
	/*font:normal 13px "Trebuchet MS";*/
	background: url(../img/tab-dyn-inactive.gif);
	height:24px;
	color:#636669;	
}
	
/* Single Tab, when active */
div#tab-bar div.mt-tab-active{
	float:left;
	
	display:inline;
	text-align:center;
	margin:-1px 5px -5px 0px;
	cursor:pointer;
	height:25px;
	background:url(../img/tab-dyn-active.png);
	color:#000000;
	/*font-weight:bold;*/

}