body {
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 0px;
	background-color:#2b7431;
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
}

.menu{
list-style-type: none;
margin: 3px 0;
padding: 0;
width:auto;
}

.menu li a{
background: #009900 url(images/glossyfront.gif) repeat-x bottom left;
font: bold 12px Arial;
color: white;
display: block;
width: auto;
padding: 3px 0;
padding-left: 5px;
text-decoration: none;

}


* html .menu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 140px;
}

.menu li a:visited, .glossymenu li a:active{
color: white;
}

.menu li a:hover{
background-image: url(images/glossyback.gif);
}



.main_bg {
	background-color:#FFFFFF;
}

.top_bg {
	background-image:url(images/top.gif);
	background-repeat:no-repeat;
}

.footer_bg {
	background-image:url(images/footer.gif);
	background-repeat:no-repeat;
}

.bread_bg {
	background-image:url(images/bread_crumbs_bg.gif);
	background-repeat:no-repeat;
}

.green_titles{
	color:#009900;
	font-size: large;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.smgreen_titles{
	color:#006600;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}
.smgray_titles{
	color:#009900;
	font-size:10px;
	font-family:Arial;
	font-weight:bold;
}
.black_titles{
	color:#000000;
	font-size:12px;
	font-family:Arial;
	font-weight:bold;
}
.gr_titles{
	color:#009900;
	font-size:12px;
	font-family:Arial;
	font-weight:bold;
}

.vertical_line{
	background-image:url(images/vertical_line.gif);
	background-position:center;
	background-repeat:repeat-y;
}	

.spacer_line{
	background-image:url(images/spacer.gif);
	background-position:center;
	background-repeat:repeat-x;
	width:5px;
}

.txt{
	color:#000000;
	font-size:12px;
	font-family:Arial;
	padding-right:10px;
}
.txt a:link {
	color:#0066FF;
	text-decoration: none;
	font-weight:bold;
}
.txt a:visited {
	text-decoration: none;
	color:#999999;
	font-weight:bold;
}
.txt a:active {
	color:#0099FF;
	text-decoration: none;
	font-weight:bold;
}
.txt a:hover {
	text-decoration: none;
	color:#000000;
	font-weight:bold;
}

.nav{
	color:#000000;
	font-size:12px;
	font-family:Arial;
}
.nav a:link {
	color:#FFFFFF;
	text-decoration: none;
	font-weight:bold;
}
.nav a:visited {
	text-decoration: none;
	color:#000000;
	font-weight:bold;
}
.nav a:active {
	color:#FFFFFF;
	text-decoration: none;
	font-weight:bold;
}
.nav a:hover {
	text-decoration: none;
	color:#000000;
	font-weight:bold;
}

.sm_txt{
	color: #000000;
	font-size: 10px;
	font-family: Arial;
	font-weight:bold;
}
.sm_txt a:link {
	color:#009900;
	text-decoration: underline;
}
.sm_txt a:visited {
	text-decoration: underline;
	color:#999999;
}
.sm_txt a:active {
	color:#0066FF;
	text-decoration: underline;
}
.sm_txt a:hover {
	text-decoration: underline;
	color:#0066FF;
}

.sm_txt2{
	color: #000000;
	font-size: 10px;
	font-family: Arial;
	font-weight:bold;
}
.sm_txt2 a:link {
	color:#0066FF;
	text-decoration: underline;
}
.sm_txt2 a:visited {
	text-decoration: underline;
	color:#999999;
}
.sm_txt2 a:active {
	color:#0066FF;
	text-decoration: underline;
}
.sm_txt2 a:hover {
	text-decoration: underline;
	color:#009900;
	font-family: Arial;
}
