body { background-color: #001F00; 
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_01.jpg); background-repeat: repeat-x;
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-x;
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-color:#FFFFFF; background-repeat: repeat-x;
margin-top: 0px; margin-left: 0px; margin-right: 0px; margin-bottom: 0px; vertical-align: top }

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

.text_green { 
font-family: Verdana, Georgia, georgia, Times, serif;
font-size: 12px;
color:#004000
}
.text_white { 
font-family: Verdana, Georgia, georgia, Times, serif;
font-size: 12px;
color: #ffffff
}
.text_small_white { 
font-family: Verdana, Georgia, georgia, Times, serif;
font-size: 11px;
color: #ffffff
}

.textbold {
font-family: Verdana, Georgia, georgia, Times, serif;
font-size: 12px;
color:#513020;
font-weight:900
}
/* 12pt size link - under line bold white */
a.under:link {text-decoration: none; /* for unvisited links */
		font-family:Verdana,sans-serif; 
       	font-size: 12px;
		font-weight:900;
		text-decoration: underline;
		color:#ffffff} /* white */
a.under:visited {text-decoration: none;/* for visited links */
		font-family:Verdana,sans-serif; 
       	font-size: 12px;
		font-weight:900;
		text-decoration: underline;
	   	color:#ffffff} /* white */
a.under:active {text-decoration: none;/* when link is clicked */
		font-family:Verdana,sans-serif; 
       	font-size: 12px;
		font-weight:900;
		text-decoration: underline;		
	   	color:#ffffff} /* white */
a.under:hover {text-decoration: none; color: #ffffff; text-decoration: underline}	/* when mouse is over link */ /* white */


/* 10pt size link - under line bold white small*/
a.smallunder:link {text-decoration: none; /* for unvisited links */
		font-family:Verdana,sans-serif; 
       	font-size: 10px;
		font-weight:900;
		text-decoration: underline;
		color:#ffffff} /* white */
a.smallunder:visited {text-decoration: none;/* for visited links */
		font-family:Verdana,sans-serif; 
       	font-size: 10px;
		font-weight:900;
		text-decoration: underline;
	   	color:#ffffff} /* white */
a.smallunder:active {text-decoration: none;/* when link is clicked */
		font-family:Verdana,sans-serif; 
       	font-size: 10px;
		font-weight:900;
		text-decoration: underline;		
	   	color:#ffffff} /* white */
a.smallunder:hover {text-decoration: none; color: #ffffff; text-decoration: underline}	/* when mouse is over link */ /* white */

/* 12pt size link - bold white */
a.bold:link {text-decoration: none; /* for unvisited links */
		font-family:Verdana,sans-serif; 
       	font-size: 12px;
		font-weight:900;		
		color:#ffffff} /* white */
a.bold:visited {text-decoration: none;/* for visited links */
		font-family:Verdana,sans-serif; 
       	font-size: 12px;
		font-weight:900;
	   	color:#ffffff} /* white */
a.bold:active {text-decoration: none;/* when link is clicked */
		font-family:Verdana,sans-serif; 
       	font-size: 12px;
		font-weight:900;		
	   	color:#ffffff} /* white */
a.bold:hover {text-decoration: none; color: #ffffff}	/* when mouse is over link */ /* white */
/* 12pt size link - large */
a:link {text-decoration: none; /* for unvisited links */
		font-family:Verdana,sans-serif; 
       	font-size: 12px;
		font-weight:900;		
		color:#004000} /* dark green */
a:visited {text-decoration: none;/* for visited links */
		font-family:Verdana,sans-serif; 
       	font-size: 12px;
		font-weight:900;
	   	color:#017B01} /* light green */
a:active {text-decoration: none;/* when link is clicked */
		font-family:Verdana,sans-serif; 
       	font-size: 12px;
		font-weight:900;		
	   	color:#004000} /* dark green */
a:hover {text-decoration: none; color: #004000}	/* when mouse is over link */ /* dark green */

/* 11pt size link - small*/
a.menu:link {text-decoration: none; /* for unvisited links */
		font-family:Verdana,sans-serif; 
       	font-size: 11px;
		font-weight:900;		
		color:#004000} /* dark green */
a.menu:visited {text-decoration: none;/* for visited links */
		font-family:Verdana,sans-serif; 
       	font-size: 11px;
		font-weight:900;
	   	color:#017B01} /* light green */
a.menu:active {text-decoration: none;/* when link is clicked */
		font-family:Verdana,sans-serif; 
       	font-size: 11px;
		font-weight:900;		
	   	color:#004000} /* dark green */
a.menu:hover {text-decoration: none; color: #004000}	/* when mouse is over link */ /* dark green */

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

#commentForm { width: 570px; }
#commentForm label { width: 260px; }
#commentForm textarea { margin-left: 263px; }
#commentForm label.error, #commentForm input.submit { margin-left: 263px; }


