/* ---- CUSTOM */

h1{
	font-size:16px;
	color: #299727;
	font-weight:bold;
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 4px 0px;
}
h2{
	font-size:12px;
	color: #299727;
	font-weight:bold;
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 4px 0px;
}
h3{
	font-size:11px;
	color: #000000;
	font-weight:bold;
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 2px 0px;
}

.border{
border:1px #b6d7a9 solid;

}
.greentext  {
	color: #299727;
}

.whitetext  {
	color: #ffffff;
}

.content{
	padding:10px;
}
input.search {
	width:124px;
	height:22px;
	border: 1px solid #71b760;
	background-color:#ffffff;
}

/* ---- Nav */
a.nav_primary:link, a.nav_primary:active, a.nav_primary:visited {
	display:block;
	height:100% !important;
	height:35px;
	padding-top:8px;
	padding-right:12px;
	padding-bottom:4px;
	padding-left:12px;
	color:#ffffff;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;

}


a.nav_primary:hover {
	color:#faffaf;
	height:100% !important;
	height:35px;
	display:block;
	text-decoration:none;

}

a.nav_secondary:link, a.nav_secondary:active, a.nav_secondary:visited {
	text-decoration: none;
	color:#ffffff;
	display:block;
	width:167px !important;
	width:189px;
	padding-top:5px;
	padding-right:4px;
	padding-bottom:5px;
	padding-left:18px;
	background-image:url(../images/submenu_bk.gif);
	background-repeat:no-repeat
}

a.nav_secondary:hover {
	width:167px !important;
	width:189px;
	padding-left:18px;
	color:#ffffff;
	background-image:url(../images/submenu_bk_.gif);
	background-repeat:no-repeat
}

a.nav_third:link, a.nav_third:active, a.nav_third:visited {
	text-decoration: none;
	color:#ffffff;
	display:block;
	width:175px !important;
	width:189px;
	border-bottom:#009933 solid 1px;
	padding-top:5px;
	padding-right:4px;
	padding-bottom:5px;
	padding-left:10px;
	background-color:#71b760;
}

a.nav_third:hover {
	width:175px !important;
	width:189px;
	border-bottom:#009933 solid 1px;
	padding-left:10px;
	color:#ffffff;
	background-color:#60a051;
}

/* ---- End Nav */

/*---- */



/* ---- GLOBAL */
body, td, p, ul, li  {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image:url(../images/bk.gif);
}
/* ---- */



/* ---- LINKS */
a:link, a:active, a:visited { 
	color: #47aa42;
	text-decoration: none;
}

a:hover {
	color: #588958;
	text-decoration: underline;
}
a.whitelink:link, a.whitelink:active, a.whitelink:visited { 
	color: #ffffff;
	text-decoration: underline;
}

a.whitelink:hover {
	color: #b6d7a9;
	text-decoration: underline;
}
/* ---- */