body{background:#FBEFE1}

body, td, p, font {
	font-family:"tahoma";
    font-size: 12px;
	color:#B3805D;
	text-align: justify;
}

body{
	scrollbar-face-color: #FBEFE1;
	scrollbar-track-color: #ffffff;
	scrollbar-darkshadow-color: #FBEFE1;
	scrollbar-shadow-color: #FBEFE1;
	scrollbar-3dlight-color: #FBEFE1;
	scrollbar-highlight-color: #FBEFE1;
	scrollbar-arrow-color: #ffffff;
	width: 500px;}

a:link{
	text-decoration: none; 
	font-family: tahoma;
	color:#9FA80B }
	
a:visited{
	text-decoration:none; 
	font-family: tahoma;
	color:#9FA80B }
	
a:active{
	text-decoration: none ; 
	font-family: tahoma;
	color: #000000 }
	
a:hover{
	text-decoration: none; 
	font-family: tahoma;
	color:#000000 }

input, textarea {
	border: solid 1px #B3805D; 
	color: #B3805D; 
	background-color:#FFFCF7; 
	font-family: "tahoma";
	font-size: 12px;}

img { 
	opacity: 0.7; 
	filter: alpha(opacity=70);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity: 0.7;
	border: 0;}
	
img:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1.00;
	border: 0;}

a:hover img{
	opacity: 1;
	filter: alpha(opacity=100);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1.00;
	border: 0;}

.imagehover{
	opacity: 1;
	filter: alpha(opacity=100);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1.00;
	border: 0;}
	
.back {
	text-align: right;}
    
.bold {
	font-weight: bold;}
	
.thumbs {
	text-align:left;}
	
.title {
	font-family: "verdana";
	font-size: 19px; 
	font-weight: bold;
	color: #C9C97A;
	line-height:28px;}