/* mbhuju@gmail.com */

body {
    margin:0px;
	background-color:#212121;
	
	
	
	
	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	
}
	
td {
	font-size:15px;
	color:#252525;
	line-height: 24px;
}


a:link, a:active, a:visited {
	color:#ffffff;
	font-size:15px;
	font-weight: normal;
	line-height: 24px;
	text-decoration: underline;
}

a:hover {
	color: #6f2301;
}

.footer, a.footermenu:link, a.footermenu:active, a.footermenu:visited {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#8a8989;
	font-weight: bold;
	line-height:24px;
	text-decoration:none;
	}

a.footermenu:hover {
	color:#ffffff;
}
a.top:link, a.top:active, a.top:visited {
	font-family:Century Gothic;
	font-size:12px;
	color: #ffc423;
	font-weight:bold;
	line-height: 24px;
	text-decoration:none;
	}

a.top:hover {
	color:#ffc423;
}

.style1{
	
	font-size:26px;
	color: #8f6f1b;
	line-height:30px;
	font-weight:bold;
	text-transform:uppercase;
}	
.style2{
	font-size:18px;
	color: #e8b52d;
	font-weight:bold;
	line-height: 24px;
	
}








input, textarea, select
{

	border:1px solid #CDC2AA;
	background:#FFFFFF;
}

input.btn
{
	font-size:13px;
	text-align:center;
	color:#ffffff;	
	background:#598bcf;
	border:1px solid #000000;
	padding:3px;
	
}
.img {
	border:3px solid #e4e4e4;
	/*padding:5px;*/
	
}
.noborder{
	border:0px;
}

div.scrollable {
	overflow:auto;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-3dlight-color:#600B0D;
	scrollbar-highlight-color:#600B0D;
	scrollbar-face-color:#600B0D;
	scrollbar-shadow-color:#600B0D;
	scrollbar-darkshadow-color:#600B0D;
	scrollbar-track-color:#934143;	
}