td.footershadow {
	background-image: url(template_images/foot-shad.gif);
	background-repeat: repeat-x;
}
.maintable {
	background-image: url(template_images/table_bg.gif);
	background-repeat: repeat;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E7E3EF;
	border-right-color: #E7E3EF;
	border-bottom-color: #E7E3EF;
	border-left-color: #E7E3EF;
}
td.navshadow {

	background-image: url(template_images/nav-shad.gif);
	background-repeat: repeat-x;
}
td.navbg {
	background-image: url(template_images/navbg.gif);
	background-repeat: repeat-x;
	height: 24px;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 8px;
	padding-left: 6px;
}
td.footer {
	background-image: url(template_images/foot-grad.gif);
	background-repeat: repeat-x;
	padding: 5px;
	height: 26px;
}
td.titles {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #339933;
	padding: 5px;
	height: 20px;
	border: 1px solid #006900;
}
td.contentboxes {
	background-color: #ffffff;
	padding: 5px;
	border: 1px solid #9C9A9C;
}

#nav ul {
	margin: 2px;
	padding: 0px;
	}
#nav li {display:inline;}
#nav ul li {
	border: 1px;
	}

#nav ul li a {
	text-decoration: none;
	border: 1px solid #ccc;
	color: #FFFFFF;
	margin-right: 3px;
	margin-left: 3px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 18px;
	background-image: url(template_images/nav-bullet2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #006600;
	font-size: 11px;
	font-weight: bold;
	}
#nav ul li a:hover {
	text-decoration: none;
	border: 1px solid #2ABF00;
	color: #006500;
	margin-right: 3px;
	margin-left: 3px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 18px;
	background-image: url(template_images/nav-bullet2_ovr.gif);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
body {
	background-color: #999999;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #2ABF00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #2ABF00;
}
a:hover {
	text-decoration: underline;
	color: #008000;
}
a:active {
	text-decoration: none;
	color: #2ABF00;
}
.white{
	color: #ffffff;
	text-decoration: none;
}
a.white:link {
	color: #ffffff;
	text-decoration: none;
}
a.white:visited {
	text-decoration: none;
	color: #ffffff;
}
a.white:hover {
	text-decoration: underline;
	color: #ffffff;
}
a.white:active {
	text-decoration: none;
	color: #ffffff;
}
h1 {
	font-size: 14px;
}
h2 {
	font-size: 12px;
}
h3 {
	font-size: 10px;
}
td.boxheaders {
	color: #FFFFFF;
	background-color: #006600;
}
.border {
	border: 1px solid #006600;
}
