body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/* background-image: url(images/bg.gif); */
	background-position: center top;
	background-repeat: repeat-y;
	background-color: #ffffff;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}

a:link {  
	text-decoration: none; 
	color: #ffffff;
	}
a:visited { 
	text-decoration: none; 
	color: #ffffff;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #63FF35;
	}

#mainText {
	padding-top: 6px;
	padding-right: 18px;
	padding-bottom: 6px;
	padding-left: 18px;
	line-height: 16px;
}

#mainText .indent{
	padding-left: 40px;
}

.mainBold{
	font-weight: bold;
}

#testText {
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 8px;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}

#testText .bold {
	font-weight: bold;
}

#testText .gray {
	color: #dfdfdf;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #737373;
	padding: 12px 0px 12px 0px;
}

#footer a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #737373;
}

#footer .fine{
	font-size: 10px;
	color: #979797;
}

/* -- Main Navigation -- */

#linkList{
	margin: 0px 0px 0px -25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	width: 159px;
}

#linkList  li{
    list-style-type:none;
    display: block;
	padding-top: 12px;
	padding-bottom: 12px;
	border-bottom:1px dotted #246916;
}

#linkList  li.contact{
	border-bottom:0px dotted #246916;
}

#linkList  li a{
    display: block;
	padding: 0px 0px 0px 22px;
	background:url(images/bullet.gif) no-repeat 0px 55%;
}

#linkList li a:hover{
    display: block;
	padding: 0px 0px 0px 22px;
	background:url(images/bullet2.gif) no-repeat 0px 55%}

#bodyLink a{
	text-decoration: none; 
	color: #307B1D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#bodyLink a:hover{
	text-decoration: underline;
}

#textLink a{
	text-decoration: none; 
	color: #307B1D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

#textLink a:hover{
	text-decoration: underline;
}

.red {color: #FF0000};
.green {color: #266B18};

input.formInputText   {
	font-size: 11px;
	color: #666;
	background-color: #fff;
	border: solid 1px #999;
	margin-left: 8px;
	margin-right: 5px;
	margin-bottom: 6px;
	height: 13px;
}

input.formInputTextTop   {
	font-size: 11px;
	color: #666;
	background-color: #fff;
	border: solid 1px #999;
	margin-left: 8px;
	margin-right: 5px;
	margin-bottom: 6px;
	margin-top: 3px;
	height: 13px;
}

input.formInputButton   {
	margin-left: 8px;
	height: 24px;
}

.formTextAlign{
	line-height: 25px;
}
