/*	#maintable - controls the main content table and all cells within it  */

BODY
{
	color: #b3b1b1;
	font-family: Arial;
	font-size: 11px;
	background: #111111 url("../resources/images/HBG.gif") repeat-x;
	padding-left:23px;
}

.IntroBG
{
	background-image: url("../resources/images/TBG.jpg");
}

.ContactBG
{
	background: url("../resources/images/ContactBG.jpg") no-repeat;
	padding-left: 18px;
}

.TestimonialBG
{
	background: url("../resources/images/TestimonialBG.jpg") no-repeat;
}

.Title
{
	color: #456a7b;
	font-weight: bold;
}

.Link
{
	color: #b3b1b1;
	text-decoration: none;
}

.TRight
{
	background: url("../resources/images/HBGR.gif") repeat-x;
}