@charset "utf-8";
* { scrollbar-face-color: #3D2F22;
 scrollbar-highlight-color: #3D2F22;
 scrollbar-shadow-color: #3D2F22;
 scrollbar-3dlight-color: #3D2F22;
 scrollbar-track-color: #3D2F22;
 scrollbar-darkshadow-color: #3D2F22;
 scrollbar-arrow-color: #D1AF8A;
}
a:focus{
outline:none;
}
body {
	background-color: #3D2F22;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D1AF8A;
	text-align: justify;
}

.tab1 {
	background-color: #3D2F22;
	border: 2px solid #6B5641;
}
a:link {
	color: #D1AF8A;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #D1AF8A;
}
a:hover {
	text-decoration: none;
	color: #C2B9BA;
}
a:active {
	text-decoration: none;
	color: #D1AF8A;
}
.imgD {
	float: right;
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.imgG {
	float: left;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
}
