﻿body {
	font-family: Arial;
}

td 
{
	font-family: Arial;
}

.MenuCell 
{
	font-family: Arial;
	color: #FFFFFF;
	border-right: #FFFFFF 1px solid;
	padding: 5px;
	/*width: 95px;*/
}

.FooterCell
{
	background-color: #007F03;
	color: #FFFFFF;
	padding: 5px;
}

.SummaryCell
{
	background-color: #FFFFFF;
	color: #000000;
	vertical-align: top;
	padding: 10px;
}

.StandardLink
{
	text-decoration: none;
	font-weight: bold;
	color: #007F03;
}

.MenuLink
{
	text-decoration: none;
	/*font-weight: bold;*/
	color: #FFFFFF;
}

.MainPanel
{
	position: relative;
}

.NewsPanelOverlay
{
	filter: alpha(opacity=80);
	-moz-opacity: .80; 
	opacity: 0.80;
	background-color:#000000; 
	position:absolute; 
	top: 20px; 
	left: 600px;
	color: #FFFFFF;
	width: 350px;
	height: 370px;
}

.LatestNewsPanel
{
	position: absolute;
	top: 35px;
	left: 620px;
}

.LatestNewsHeading
{
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial;
}

.NewsSlideItem
{
	color: #FFFFFF;
}

.ContactUsHeading
{
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial;
}

.ContactUsText
{
	color: #FFFFFF;
	font-family: Arial;
	vertical-align: top;
}

.ContactUsPanelOverlay
{
	filter: alpha(opacity=80);
	-moz-opacity: .80; 
	opacity: 0.80;
	background-color:#000000; 
	position:absolute; 
	top: 20px; 
	left: 600px;
	color: #FFFFFF;
	width: 350px;
	height: 370px;
}

.ContactUsPanel
{
	position: absolute;
	top: 35px;
	left: 610px;
	width: 330px;
}

.InputControl
{
	border: #FFFFFF 1px solid;
	background-color: #FFFFFF;
	width: 350px;
	color: #000000;
}
