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

body {
	background-color: #006a0e;
	background-repeat: no-repeat;
	background-image: url(images/site_images/background.jpg);
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #006a0e;
	font-size: 14px;
}
a:link {
	color: #006a0e;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #006a0e;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #0C0;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #0C0;
	text-decoration: none;
	font-weight: bold;
}
.addy {
    font-size: 13px;
	font-weight: bold;
	color:#000;
}
.header {
    color: #006a0e; font-size: 24px;
}
.body {
	font-size: 14px;
	color: #006a0e;
	text-align: justify;
}
a.main_menu {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
a.main_menu:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.main_menu:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.main_menu:hover {
	text-decoration: underline;
	color: #0F0;
}
a.main_menu:active {
	text-decoration: none;
	color: #FFFFFF;
}
a.bottom_menu {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
a.bottom_menu:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.bottom_menu:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.bottom_menu:hover {
	text-decoration: underline;
	color: #0F0;
}
a.bottom_menu:active {
	text-decoration: none;
	color: #FFFFFF;
}
a.email_menu {
    font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #006a0e;
}
a.email_menu:link {
	color: #006a0e;
	text-decoration: none;
}
a.email_menu:visited {
	text-decoration: none;
	color: #006a0e;
}
a.email_menu:hover {
	text-decoration: none;
	color: #0000ff;
}
a.email_menu:active {
	text-decoration: none;
	color: #006a0e;
}
.line {
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
}
.abody {
	text-align: left;
}
.subhead {
	color: #fff;
	font-weight: bold;
}
.just {
	text-align: justify;
}

