body {
	color: #B4B4B4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #000000;
}
a:link {
	color: #b9b9b9;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #b9b9b9;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
}
.tbl_head {
	color: #CCCCCC;
	background-color: #666666;
	font-weight: bold;
}
.tbl_data {

	color: #FFFF00;
}
tr {
	color: #CCCCCC;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
td {
	color: #CCCCCC;
	background-color: #161616;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	font-size: small;
}
th {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	background-image: url(images/heads.gif);
	background-repeat: repeat;
}
a.th:link{
	color:#FFFFFF;
	font-size: small;
	text-decoration: underline;
}
a.th:visited{
	color:#FFFFFF;
	font-size: small;
	text-decoration: underline;
}
a.th:hover{
	color:#ffffff;
	font-size: small;
	text-decoration: underline;
}
th a:link {
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	background-image: url(images/heads.gif);
	background-repeat: repeat;
}
th a:visited {
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	background-image: url(images/heads.gif);
	background-repeat: repeat;
}
.highlight {
	color: #FFFFFF;
}

