/* mbhuju@gmail.com */

body {
    margin:0px;
	background-color:#486390;
	background-image: url(images/bg.jpg);
	background-repeat:repeat-x;

	
	
	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	
}
	
td {
	font-size:14px;
	color:#585858;
	line-height: 22px;
}


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

a:hover {
	color:#072F2A;
}

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

	}

a.footermenu:hover {
	color:#ffffff;
}
a.top:link, a.top:active, a.top:visited {
	font-size:11px;
	color: #FF0000;
	font-weight:normal;
	text-decoration:none;
	}

a.top:hover {
	color:#000000;
}
	
.style1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color: #585858;
	line-height: 30px;
	font-style:italic;

	
	}
	
.style2{
	font-size:15px;
	color: #585858;
	font-weight:normal;
	line-height:20px;
	
	}
.style3{
	font-size:14px;
	color: #585858;
	font-weight:bold;
	line-height: 22px;
	
	}

.style4{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:26px;
	color: #1E3966;
	font-weight:bold;
	line-height: 22px;
	text-transform:uppercase;
	
	}
.style5{
	font-size:20px;
	color: #D6353B;
	font-weight:bold;
	line-height: 22px;
}
.style6{
	font-size:25px;
	color: #2BDD13;
	font-weight:bold;
	line-height: 22px;
}
.style7{
	font-size:10px;
	color: #333333;
	font-weight:bold;
	line-height: 15px;
}
.style8{
	font-size:20px;
	color: #B99407;
	font-weight:bold;
	line-height: 23px;
}
.style9{
	font-size:16px;
	color: #CEA608;
	font-weight:bold;
	line-height: 22px;
	text-transform:uppercase;
	
	}
.style10{
	font-size:15px;
	color: #0C5B7C;
	font-weight:bold;
	line-height: 22px;	
	}
	
.style11{
	font-size:15px;
	color: #D6353B;
	font-weight:bold;
	line-height: 22px;
}
	

/*******
FORM
*********/
.form1{width:100%;}
input, textarea, select { height:25px; background:#f5f5f5; border:1px solid #dedede; font-size:13px;}
textarea{ height:100px; }
.btn{ width:110px; height:30px; font-weight:bold; text-align:center; color:#FFFFFF;	background:#1E3966; border:1px solid #000000; font-size:15px; margin-top:10px; text-align:center;}
.email_error{ padding:2px; border:1px solid red; color:red; margin-bottom:5px;}
.inputsize{ width:100%;}
.inputzipsize{ width:50px;}
.textright{ text-align:right;}

.img {
	border:3px 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;	
}