/* mbhuju@gmail.com */

body {
    margin:0px;
	background-image: url(images/bg.jpg);
	background-attachment:fixed;
	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	
}
	
td {
	font-size:13px;
	color:#202020;
	line-height: 20px;
}


a:link, a:active, a:visited {
	color:#D80000;
	font-weight: bold;
	text-decoration:underline;
}

a:hover {
	color:#000000;
}

a.footermenu:link, a.footermenu:active, a.footermenu:visited {
	font-size:10px;
	color:#FFFFFF;
	font-weight: bold;
	text-decoration:none;
	}

a.footermenu:hover {
	color:#000000;
}


.style1 {
	font-size:24px;
	color: #155901;
	font-weight: bold;
	line-height: 20px;
	text-transform:uppercase;
	}
	
.style2 {
	font-size:17px;
	color: #EE3E34;
	font-weight: bold;
	line-height: 20px;
	}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#BC001F;
	font-weight: bold;
	line-height:20px;
}

.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#039A48;
	font-weight: bold;
	line-height:20px;
}

.style5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#323232;
	font-weight: bold;
	text-decoration:none;
	line-height:15px;

}
input, textarea, select
{

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

input.btn
{
	font-size:12px;
	text-align:center;
	color:#FFFFFF;	
	background:#591700;
	border:1px solid #000000;
	padding:3px;
	
}
.img {
	border:1px solid #D7D7D5;
	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;	
}
