@charset "UTF-8";
#body_frame {
	width: 900px;
	height: 300px;
}
.body_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #996633;
	line-height: 25px;
}
.body_txt_light {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4B4959;
	line-height: 25px;
}
.contact {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #491416;
	line-height: 20px;
}
#btn_bar {
	position: relative;
}
.link img {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity:1.0; 
opacity:0.50;}

.link:hover img {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity:1.0; opacity:1.0;
}

