.navheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.4;
	color: #FFF;
}

.navsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	line-height: 1.4;
	font-weight: bold;
}

.navsmall_bk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.navheader a:link {
 color: #FFF;
 text-decoration: none;
}

.navheader a:visited {
 color: #FFF;
 text-decoration: none;
}

.navheader a:hover {
 color: #000;
 text-decoration: none;
}

.navsmall a:link {
 color: #FFF;
 text-decoration: none;
}

.navsmall a:visited {
 color: #FFF;
 text-decoration: none;
}

.navsmall a:hover {
 color: #000;
 text-decoration: none;
}

/* news */

.news {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000}

.news a:link {  color: #000000; text-decoration: none}

.news a:visited {  color: #000000; text-decoration: none}

.news a:hover {  color: #990000; text-decoration: underline}

.news a:active {  color: #990000; text-decoration: underline}
	
/* navlarge */

#navlarge a.active:link, #navlarge a.active:visited {
	font-weight: bold;
	background: #DFDFDF url('../images/tab_bg.jpg') no-repeat top left;
	color: #333;
	border-bottom: 1px solid #DFDFDF;
	border-top: 1px solid #3E6936;
	padding-left:8px; padding-right:8px; padding-top:4px; padding-bottom:8px
}

#navlarge a:hover {
	text-decoration: none;
	color: #3E6936;
	padding-bottom: 2px;
	}

#navlarge a.active:hover {
	color: #3E6936;
	}