/*	#maintable - controls the main content table and all cells within it  */

BODY
{
	background: #020202 url("../resources/images/bg_bot.gif");
	font-family: Arial;
	font-size: 11px;
	color: #aca9a9;
	margin: 0px;
}

.TOPBG
{
	background: url("../resources/images/bg_top.gif") repeat-x;
}

.TOPBG2
{
	background: url("../resources/images/bg_check.gif");
}

.CONTACTBG
{
	background: url("../resources/images/contact_bg.jpg") no-repeat;
}

.PTitle
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #0db8e2;
}
.ThumbList
{
	padding: 0px 0px 0px 39px;
	margin: 0px;
}

.TB
{
	border: solid 2px #1c1d1e;
	margin-right: 2px;
}

.TBS
{
	border: solid 2px #395b6e;
	margin-right: 2px;
}

.Link
{
	color: #FFFFFF;
	text-decoration: none;
}
