body, td, h1, h2, input, textarea, select
{
	font-family: Arial, Tahoma, David;
	font-size: 10pt;
	color: white;
}


body
{
	background: #0A0A0A;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}

.maintable_top
{
	background: #212020;
	background-image: url(../images/main_table_bg.jpg);
	background-repeat: repeat-x;
}

.maintable_td
{
	background: #212020;
}

a.redlink
{
	color: red;
}

a.redlink:hover
{
	color: #5F8DF4;
}

a.paging
{
	height: 16px;
	width: 16px;
	border: 1px solid gray;
	background: #595959;
	color: White;
	text-align: center;
	float: left;
	margin: 1px;
	display: block; 
	text-decoration: none;
}

a.paging:hover
{
	color: Red;
}

.paging_selected
{
	height: 16px;
	width: 16px;
	border: 1px solid gray;
	background: #595959;
	color: Red;
	text-align: center;
	float: left;
	margin: 1px;
	display: block; 
	text-decoration: none;
}

