@charset "UTF-8";
/* CSS Document */

body {
	background-repeat: no-repeat;
	background-color: #acacac;
	padding: 0;
   	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
}
html, body {
   padding: 0;
   margin: 0;
}
.header {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-size: 14px;
	color: #94969A;
}
.headerLogin {
	font-size: 14px;
	color: #94969A;
}
.headerLinks {
	font-size: 14px;
	color: #94969A;
	text-decoration: none;
}
.headerLinks A:link{
	font-size: 14px;
	color: #94969A;
	text-decoration: none;
}
.headerLinks A:visited{
	font-size: 14px;
	color: #94969A;
	text-decoration: none;
}
.headerLinks A:active{
	font-size: 14px;
	color: #94969A;
	text-decoration: none;
}
.headerLinks A:hover{
	font-size: 14px;
	color: #94969A;
	text-decoration: none;
}
.footerLinks A:link{
	font-size: 12px;
	color: #94969A;
	text-decoration: none;
}
.footerLinks A:visited{
	font-size: 12px;
	color: #94969A;
	text-decoration: none;
}
.footerLinks A:active{
	font-size: 12px;
	color: #94969A;
	text-decoration: none;
}
.footerLinks A:hover{
	font-size: 12px;
	color: #94969A;
	text-decoration: none;
}
.footerNav {
	font-size: 12px;
	color: #94969A;
}
.headerTable {
	padding-right: 10px;
}
.footerTable {
	padding: 10px;
}

.bodyTable {
	padding-right: 60px;
}

.bodyText {
	font-size: 16px;
	
	color: #94969A;
}
.bodyTextHeader {
	font-size: 16px;
	
	color: #9ED43C;
}
.bodyTextHeaderBig {
	font-size: 18px;
	
	color: #94969A;
}
.bodyTextMed {
	font-size: 12px;
	
	color: #94969A;
}
.greenLink A:link{
	font-size: 12px;
	color: #9ED43C;
	text-decoration: none;
}
.greenLink A:visited{
	font-size: 12px;
	color: #9ED43C;
	text-decoration: none;
}
.greenLink A:active{
	font-size: 12px;
	color: #9ED43C;
	text-decoration: none;
}
.greenLink A:hover{
	font-size: 12px;
	color: #9ED43C;
	text-decoration: none;
}
.greenLink {
	color: #9ED43C;
}
.greenBG {
	background-color: #9ED43C;
	font-size: 18px;
	color: #FFFFFF;
}

.fieldHolder
{
	width: 127px;
	height: 26px;
	background: url(images/loginField.jpg) no-repeat;

}
.login {
	font-size: 12px;
	color: #FFFFFF;
	width: 115px;
	height: 26px;
	background: none;
	border: none;
	margin-top: 1px;
	margin-left: 4px;
}
.bodyTable
{
	padding-top: 5px;
	padding-right: 50px;
	padding-bottom: 5px;
	padding-left: 50px;	
}