@charset "utf-8";
/* CSS Document */

img { border:none; }

body  {
	font: 90% "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #444444;
}
#container { 
	width: 96%;  
	background: #FFFFFF;
	margin: 0 auto; 
	text-align: left;
} 
#header { 
	background-image:url(../images/bg_header.gif);
	background-position: center;
	height:80px;
	
	border-left:#8cabb2 solid 1px;
	border-right:#8cabb2 solid 1px;	
} 

#nav { 
	height:42px; 
	background-image: url(../images/bg_nav.gif); 
	background-repeat:repeat-x; 
	border-left:#8cabb2 solid 1px;
	border-right:#8cabb2 solid 1px;	
}

#mainContent { 
	margin:0;
	padding:0;
	border-bottom:#8cabb2 solid 1px;
	border-left:#8cabb2 solid 1px;
	border-right:#8cabb2 solid 1px;
}

#mainContent p { margin:0px; }

#mainContent a:link { color:#444444; text-decoration:none;}
#mainContent a:visited { color:#444444; text-decoration:none;}
#mainContent a:hover { color:#444444; text-decoration: underline;}
#mainContent a:active { color:#444444; text-decoration:none;}

#footer { 
	background-image:url(../images/bg_footer1.gif);
	background-position:left;
	background-repeat:no-repeat;
	width:96%;
	margin:0 auto;
	background-color:#68B7C1;
	height:21px;
} 

.mainHeader { color:#3c7d8d; font-weight:bold; font-size:130%; }
.subHeader { color:#3c7d8d; font-weight:bold; font-size:100%; }
.hightTxt { color:#9e290a; font-weight:bold; font-size:100%; }

/*************************************************************************************/

.table_chart { font-size:80%;}

.table_header { background-color:#68B7C1; padding:5px; border-left: solid 1px #aed4d9; color:#FFFFFF; }
.table_header_nobdr { background-color:#68B7C1; padding:5px; color:#FFFFFF; }

.table_cell { border-bottom: solid 1px #68B7C1; border-left: solid 1px #68B7C1; cursor:pointer; }

.table_cell_nobdr { border-bottom: solid 1px #68B7C1; border-right: solid 1px #68B7C1; border-left: solid 1px #68B7C1; }

/****************************************************************************************/

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

/**************************************************************************************/
