A:link {
	color: #1B4924;
}
A:visited {
	color: #777777;
}
A:active {
	color: #1B4924;
}
A:hover {
	color: #000000;
}


body{
	font-family: Arial;
	font-size: 15px;
}

#button_home a {
	display: block;
	height: 34px;
	background: url(./images/button_home.jpg);
	background-repeat: no-repeat; 
	background-position: 0px 0px;
	text-decoration: none;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #1B4924;
	padding-left: 7px;
	text-align: left;
	cursor: pointer;
	
}
	#button_home a:hover {	
		background-position: -296px 0;
		color:#1B4924;
		}
	#button_home a:active {
		background-position: -148px 0;
		color:#1B4924;
		}
	#button_home_selected{
	display: block;
	height: 34px;
	background: url(./images/button_home.jpg);
	background-repeat: no-repeat; 
	background-position: -148px 0;
	text-decoration: none;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #1B4924;
	padding-left: 7px;
	text-align: left;
	}
.bls{
	display: block;
	background-repeat: no-repeat; 
	background-position: 0px 0px;
	text-decoration: none;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #1B4924;
	text-align: left;
	padding-left: 0px;
	padding: 8px;
	cursor: pointer;
}
.readmore{
	color: #777777;
	text-decoration: underline;
	cursor: pointer;
	font-size: 11px
}
.subhead{
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #1B4924;
}

.moretext_hidden{
	display: none;
	font-size: 13px
}
.moretext_visible{
	display: '';
	color: #606060; 
	font-size: 11px
}
.image_overlay_hidden{
	display: none;
}
.image_overlay_visible{
	display: block;
	position: absolute;
	background-color: #000000;
	height: 100%;
	width: 100%;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	vertical-align: middle;
	cursor: pointer;
}
.bigImage{
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	vertical-align: middle;
	cursor: pointer;
}
