body {
	/*background-image: url(../images/images/bgrep_25.jpg);
	background-repeat: repeat-y;
	background-position:center;*/
	background-color: #a7b367;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin:0px; 
	background-attachment:fixed;
}
.green{
	color:#7d9331;
	font-weight:bold;
	}
.under{
	text-decoration:underline;
	}
.footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #382212;
	text-decoration:none;
	}
.under {
	text-decoration:underline;
	}
.footer:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7d9331;
	text-decoration:none;
	}	
	
.footer:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7d9331;
	text-decoration:none;
	}		
	
a {
	font-family: "Arial", Times, serif;
	color:#0000FF;
	text-decoration:underline;
	}	

#quote{
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
	}
#conte{
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	}
#resgs{
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	}
.float_l {
	float: left;
	padding-right:10px;
	margin-bottom: 5px;


}
.float_r {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;

}
.links {
	text-decoration:underline;
	color:#C2C2C2;
	}

.but1{ /*hovering effect*/
display:block;
width:81px;
text-indent: -1000%;
height:70px;
background:url('../images/Home.jpg') no-repeat left bottom;
}
.but1:hover{
background:url('../images/Home.jpg') no-repeat left top;

}
.but1:active{
background:url('../images/Home.jpg') no-repeat left top;
}

.fs10 {font-size:10px;}
.fs11 {font-size:11px;}
.fs12{font-size:12px;}
.fs14 { font-size:14px;}
.fs16 {font-size:16px;}

.b { font-weight:bold; }
.i { font-style:italic; }
.u { text-decoration:underline; /*border-bottom:1px solid #3366FF;*/ }

.center{ text-align:center;}