body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #545456;
	font-family: Arial;
	color: #58585a;
	font-size: 12px;
	font-weight: normal;
}

A:link {text-decoration: none; color: #fff;}
A:visited {text-decoration: none; color: #fff;}
A:active {text-decoration: none; color: #fff;}
A:hover {text-decoration: none; color: #fff;}

.footerMenu a {
	text-decoration: none;
	font-family: Arial;
	color: #58585A;
	font-size: 12px;
	font-weight: bold;
}

.footerMenu a:active {
	text-decoration: underline;
	font-family: Arial;
	color: #58585A;
	font-size: 12px;
	font-weight: bold;
}

.footerMenu a:hover {	
	text-decoration: underline;
	font-family: Arial;
	color: #58585A;
	font-size: 12px;
	font-weight: bold;
}

.footerMenu a:visited {	
	text-decoration: underline;
	font-family: Arial;
	color: #818285;
	font-size: 12px;
	font-weight: bold;
}

.content a {
	font-family: Arial;
	text-decoration: none;
	color: #347d2b;
	font-size: 12px;
	font-weight: bold;
}

.content a:active {
	font-family: Arial;
	text-decoration: underline;
	color: #347d2b;
	font-size: 12px;
	font-weight: bold;
}

.content a:hover {	
	text-decoration: underline;
	font-family: Arial;
	color: #347d2b;
	font-size: 12px;
	font-weight: bold;
}

.content a:visited {	
	text-decoration: underline;
	font-family: Arial;
	color: #347d2b;
	font-size: 12px;
	font-weight: bold;
}

#mainContainer
{
	width: 960px;
	border-width:9px;
	/*border-color:#545456;
	border-left-style:solid;
	border-bottom-style:solid;
	border-right-style:solid;*/
}

#headerLogo
{
	width: 960px;
	height: 166px;
}

#headerTitle
{
	width: 960px;
	height: 83px;
	background-color: #ffffff;
}

#content
{
	background-color: #ffffff;
}

#footer
{
	width: 960px;
	height: 118px;
}

.textMenu
{
	font-family: Arial;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}

.textLinkGreen
{
	font-family: Arial;
	color: #347d2b;
	font-size: 12px;
	font-weight: bold;
}

.BarFoot
{
	font-family: Arial;
	color: #58585A;
	font-size: 12px;
	font-weight: bold;
}

.MessageWhite
{
	font-family: Arial;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
}

.MessageGray
{
	font-family: Arial;
	color: #58585a;
	font-size: 12px;
	font-weight: normal;
}

.MainMessage
{
	text-align: left;
	line-height: 13px;
}

.MainMessage2
{
	text-align: left;
	line-height: 13px;
}

.bullet 
{
	list-style-image: url(../images/bullet.gif);
	margin-left: -20px;
}

input#submitbutton {
width:78px;
height:28px;
background:url(../images/send.jpg) no-repeat;
outline:none;
cursor:pointer;
font-size:0px;
}