/*	#maintable - controls the main content table and all cells within it  */

BODY
{
	background-color: #28211B;
	background-image: url("../resources/images/background.jpg");
	text-align: left;
	margin: 25px 0px 30px 0px;
	padding: 0px;
	font-family:Arial;
	font-size:11px;
	color: #ECC494;
}

.transTable
{
	background-color: #000000;
	filter:alpha(opacity=35);
}

.BoundaryTable
{
	background-color: #271803;
	width: 760px;
}

.NewsTable
{
	background-color: #271803;
}

.CurrentNews
{
	color: #ECC494;
	text-decoration: none;
}

.OtherNews
{
	color: #67533B;
	text-decoration: none;
}

.NewsContent
{
	margin: 15px;
}

.ContentTable
{
	width: 730px;
	margin: 15px;
}

.Link
{
	color: #DB4D0E;
	text-decoration: none;
}

.PDFLink
{
	color: #ECC494;
	text-decoration: none;
}

.CTitle
{
	color: #B24203;
}

.InputField
{
	border: solid 1px #3E2D14;
	background-color: #271803;
	font-family:Arial;
	font-size:11px;
	color: #ECC494;
	width: 220px;
}

.InputFieldArea
{
	border: solid 1px #3E2D14;
	background-color: #271803;
	font-family:Arial;
	font-size:11px;
	color: #ECC494;
	width: 220px;
	height: 100px;
}

.SButton
{
	font-family:Arial;
	font-size:11px;
	color: #ECC494;
	font-weight: bold;
	text-decoration: none;
}
