body {
	font-family: tahoma,arial, helvetica, sans;
	font-size: 12px;
}

.statmain {
	background: #222;
}

table.stat {
	border: 1px solid black;
	border-collapse: collapse;
	background: #FFF;
}

td.stat {
	border: 0px solid black;
	font-size: 11px;
	background: #FFF;
}

table.list {
	border: 1px solid black;
}

th.list {
	border: 1px solid white;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	background-color: #dbe1e6;
	color: black;
	padding: 2px;
}

th.listc {
	border: 1px solid white;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background-color: #dbe1e6;
	color: black;
	padding: 2px;
}

td.list {
	border: 1px solid white;
	font-size: 11px;
	padding: 2px;	
}
td.listp {
	border: 1px solid white;
	font-size: 11px;
	padding: 2px;
	background-color: #eeedeb;	
}
td.lista {
	border: 1px solid white;
	font-size: 11px;
	padding: 2px;
	background-color: #dbe1e6;	
}

th.title {
	font-size: 14px;
	background-color: #ff7700;
	color: #000;
}

a:link,
a:visited { COLOR: #ff7700; TEXT-DECORATION: none; font-weight: bold; }
a:hover { COLOR: #17488e; TEXT-DECORATION: underline }


a.stat:link,
a.stat:visited { font-size: 11px;COLOR: #ff7700; TEXT-DECORATION: none }
a.stat:hover { COLOR: #ff7700; TEXT-DECORATION: none; }

a.list_head:link,
a.list_head:visited {text-decoration: none; color: #104691}
a.list_head:hover {text-decoration: underline;}


.actpager { font-family: verdana, arial, helvetica, sans; font-size: 10px; color: #FFF; font-weight: bold; }
.pager { font-family: verdana, arial, helvetica, sans; font-size: 10px; color: #FFF; font-weight: normal; }
A.pager:link,
A.pager:visited,
A.pager:active { font-size: 10px;COLOR: #ff7700; TEXT-DECORATION: none; font-weight: normal; }
A.pager:hover { COLOR: #ff7700; TEXT-DECORATION: underline; }


