body { background-color: #ffffff; background-image: url(images/header_01.jpg); background-repeat: repeat-x;
margin-top: 0px; margin-left: 0px; margin-right: 0px; margin-bottom: 0px; vertical-align: top }

table.headerhome { background-image: url(images/header_02.jpg); background-repeat: no-repeat; 
margin-top: 0px; margin-left: 0px; margin-right: 0px; margin-bottom: 0px; vertical-align: top }

table.subheader { background-image: url(images/subheader_01.jpg); background-repeat: repeat;
margin-top: 0px; margin-left: 0px; margin-right: 0px; margin-bottom: 0px; vertical-align: top }

table.footerback { background-image: url(images/footer_01.jpg); background-repeat: repeat;
margin-top: 0px; margin-left: 0px; margin-right: 0px; margin-bottom: 0px; vertical-align: top }

.line {border-left: 1px #81BD53 solid}

.firstmenu { 
font-family: Verdana, Georgia, georgia, Times, serif;
font-size: 12px;
line-height: 90%;
color: #2D5F2C;
}
.largetext { 
font-family: Verdana, Georgia, georgia, Times, serif;
font-size: 14px;
font-weight:900;
line-height: 90%;
color: #2D5F2C
}
.largetextwhite { 
font-family: Verdana, Georgia, georgia, Times, serif;
font-size: 12px;
font-weight:900;
line-height: 90%;
color: #ffffff
}
.smalltext { 
font-family: Verdana, Georgia, georgia, Times, serif;
font-size: 10px;
line-height: 130%;
font-stretch: extra-condensed;
color: #2D5F2C
}

.text { 
font-family: Verdana, Georgia, georgia, Times, serif;
font-size: 11px;
color: #2D5F2C
}
.textbold {
font-family: Verdana, Georgia, georgia, Times, serif;
font-size: 12px;
color:#513020;
font-weight:900
}
.textboldred {
font-family: Verdana, Georgia, georgia, Times, serif;
font-size: 12px;
color:#A82236;
font-weight:900
}
a:link {text-decoration: none; /* for unvisited links */
		font-family:Verdana,sans-serif; 
       	font-size: 12px;
		font-weight:900;		
		color: #00592D}
a:visited {text-decoration: none;/* for visited links */
		font-family:Verdana,sans-serif; 
       	font-size: 12px;
		font-weight:900;
	   	color:#000000}
a:active {text-decoration: none;/* when link is clicked */
		font-family:Verdana,sans-serif; 
       	font-size: 12px;
		font-weight:900;		
	   	color:#00592D}
a:hover {text-decoration: none; color:#008040}	/* when mouse is over link */

a.smalltext:link {text-decoration: none; /* for unvisited links */
		font-family:Verdana,sans-serif; 
       	font-size: 11px;
		font-weight:900;		
		color: #00592D}
a.smalltext:visited {text-decoration: none;/* for visited links */
		font-family:Verdana,sans-serif; 
       	font-size: 11px;
		font-weight:900;
	   	color:#000000}
a.smalltext:active {text-decoration: none;/* when link is clicked */
		font-family:Verdana,sans-serif; 
       	font-size: 11px;
		font-weight:900;		
	   	color:#00592D}
a.smalltext:hover {text-decoration: none; color:#008040}	/* when mouse is over link */


#commentForm { width: 500px; }
#commentForm label { width: 240px; }
#commentForm textarea { margin-left: 243px; }
#commentForm label.error, #commentForm input.submit { margin-left: 300px; }


