body {
	background-color:#000;
}

table {
	rem border-spacing:1px;
	font-family:Verdana;
	font-size:12px;
	background-color:#E7E3DE;
	color: #000;
	width: auto; margin: auto; 
}

caption {
	font-weight: bold;
	background: #107D10 url(img.gif) no-repeat right top;
	border-bottom:1px solid #000;
	color: #FFF;
	text-transform:uppercase;
	padding:6px;
	width: auto; margin: auto; 
}

thead th {
	text-align: center;
	font-family:Verdana;
	font-size:10px;
	background: #CE9A00;
	color: #FFF;
	text-transform:uppercase;
}

tbody tr th {
	background-color:#5A5142;
	color: #FFFF00; 
	font-family:Verdana;
	font-size:10px;
	text-align:left;
}

tbody tr {
	background-color:#FFF; 
	font-family:Verdana;
	font-size:10px;
	text-align:left;
}


table td a {
	font-weight: bold;
	color: #736552;
}