/*	#maintable - controls the main content table and all cells within it  */

BODY
{
	text-align: left;
	margin: 0px;
	padding: 0px;
	font-family:Arial;
	font-size:11px;
	color: #4c4541;
	background: #333333 url('../resources/images/bg.jpg')
}

.MainTable
{
	background: url('../resources/images/logoline.png') no-repeat;
}

.ContactTable
{
	background: url('../resources/images/contact_bg.jpg') no-repeat;
}

.MainLogoColumn
{
	padding: 58px 0px 0px 33px;
}

.MainContentColumn
{
	padding: 107px 0px 0px 0px;
}

H1
{
	font-family:Arial;
	font-size:11px;
	color: #4c4541;
	font-weight: bold;
}
.Content
{
	font-family:Arial;
	font-size:11px;
	color: #4c4541;
}
H2
{
	font-family:Arial;
	font-size:11px;
	color: #FF0000;
}
.linkred
{
	font-family:Arial;
	font-size:11px;
	color: #FF0000;
	text-decoration: none;
}
P
{
	font-family:Arial;
	font-size:11px;
	color: #4c4541;
	text-align:justify;
}

.link
{
	font-family:Arial;
	font-size:11px;
	color: #4c4541;
	text-decoration: none;
	font-weight: bold;
}