@charset "utf-8";
/* CSS Document */
 body {
      color:#444444;
      font-family:Verdana,Arial;
      font-size:10px;
	  background-color:#f1f1f1;
	  margin:5px;
    }
td:hover { color:#000;}
h1 {
		font-size:200%;
		color:#666666;
		
	}
.bl_tbl{
	width:100%;
	height:30px;
	text-align:center;
	font-weight:bold;
}
tr.table_header{
	background:url(../img/green_head.png) top left  no-repeat;
	text-align:center;
	font-weight:bold;
	height:35px;
	color:#333;
}

tr.table_line1{
	background-color:#E7E7E7;
	text-align:center;
	padding:0px 3px 0px 3px ;
}
tr.table_line2{
	background-color:#a8a8a8;
}
.backlayt{
	background-color:#e7e7e7;
	/*width:auto;*/
	width:100%;
}
.backblock{
	background-color:#d2ec6e;
	width:50%;
	text-align:center;
	font-weight:bold;
	padding:2px 2px 2px 2px ;
	border-bottom:1px solid #8fa343;
	border-right:1px solid #8fa343;
	border-top:1px solid #e0eaba;
	border-left:1px solid #e0eaba;
}
.layblock{
	background-color:#f3be93;
	padding:2px 2px 2px 2px ;
	width:50%;
	text-align:center;
	font-weight:bold;
	border-bottom:1px solid #b5845d;
	border-right:1px solid #b5845d;
	border-top:1px solid #f1e0d2;
	border-left:1px solid #f1e0d2;
}

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

div.tebletitle{
	clear:both;
	width:80px;
	float:left;
	/*background-color:#fff;*/
	text-align:center;
}
div.coltitle{
	background:#C8CFAD;
	text-align:center;
	font-weight:bold;
	float:left;
	width:80px;
	padding:5px;
}
div.colindex{
	background:#EAE6C9;
	text-align:center;
	float:left;
	width:auto;
	padding:4px;
}
#layindex{
	background:#EAE6C9;
	text-align:center;
	float:right;
	width:auto;
	padding:4px;
}
div.totalindex{
	background:#EAE6C9;
	text-align:center;
	float:left;
	width:100%;
	padding:4px;
}
#footer_wrap{
	margin-top:20px;
	width:100%;
	position:relative;
	bottom:0px;
}
#footer{
	border-top:1px solid #999;
	width:85%;
	line-height:26px;
	font-size:9px;
	text-align:center;
	margin:0 auto;
}
#top_logos{
	text-align:right;
	position:absolute;
	top:0;
	right:0;
}


/*Table Fonts*/
td.small_amounts{
	font-size:8px;
	color:#333;
}
td.small_amounts2{
	font-size:9px;
	color:#000;
}