@charset "utf-8";

body {
	background-color: #000;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#555555;
}



th {
	height: 20px;
	padding-left: 10px;
	text-align: left;
	background-color: #FFCC3D;
	border: 1px solid #CCC;
}

td {
	height: 20px;
	padding-left: 10px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

img {
	border: 0px;
}

a:link {
	color:#505030;
	text-decoration: none;
}

a:visited {
	color:#9F9F60;
	text-decoration: none;
} 
a:hover {
	color:#609F60;
	text-decoration: none;
}   
a:active {
	color:#BFBF40;
	text-decoration: none;
}


