BODY,TD,LI,UL {
	background-color: White;
	font-family: Verdana, Geneva, Arial, Helvetica;
	font-size: 11px;
	line-height: 120%;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom:10px;
	line-height: 120%;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom:10px;
	line-height: 120%;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom:10px;
	line-height: 120%;
}

h4 {
	font-size: 11px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom:10px;
	line-height: 120%;
}


A {
	color: #003A18;
	font-weight: Bold;
	text-decoration: none;
}

A:HOVER {
	color: #0E9900;
	text-decoration: none;
}

.hdr_top {
	background-color:#003A18;
	width:100%;
	padding-top:5px;
	padding-bottom:3px;
	padding-left:440px;
	color:white;
	font-weight:bold;
	height:25px;
}

.hdr_bot {
	background-color:#0E9900;
	width:100%;
	padding: 0px 0px 0px 0px;
	height:24px;
	border-top: 1px solid #003A18;
	border-bottom: 2px solid #003A18;
}

.hdr_link_box {
	border-left: 1px solid #003A18;
	border-right: 0px;
	padding: 5px 6px 3px 6px;
	height:100%;
	background-color: #0E9900;
}

.hdr_link_box_active {
	border-left: 1px solid #003A18;
	border-right: 0px;
	padding: 5px 6px 3px 6px;
	height:100%;
	background-color: #003A18;
}

A.hdr_lnk {
	font-size:10px;
	color:White;
	font-weight:bold;
}

A.hdr_lnk:Hover {
	color:#003A18;
}

A.hdr_lnk_active {
	font-size:10px;
	color:#0E9900;
	font-weight:bold;
}

A.hdr_lnk_active:Hover {
	color:#0E9900;
}


.box {
	padding: 0px 5px 0px 5px;
}

.footer_box {
	border-top: 1px solid #003A18;
	border-bottom: 1px solid #003A18;
	font-size:9px;
	padding: 5px 25px 5px 25px;
}

A.footer_link {
	
}

A.footer_link {
	font-size: 10px;
	color: #003A18;
	font-weight: Bold;
	text-decoration: none;
}

A.footer_link:HOVER {
	color: #0E9900;
	text-decoration: none;
}

