/* mbhuju@gmail.com */

body {
	
	margin:0px;

}

.bodybg{
	background-color:#656155;
	background-image:url(../images/bg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;

}
	
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	color:#343434;
	line-height:20px;
}

.tdInner {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#343434;
	line-height:19px;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#244473;
	font-weight: normal;
	text-decoration:none;
}

a:link, a:active, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FF4600;
	font-weight: normal;
	text-decoration:underline;
}

a:hover {

	color:#000000;

}


a.footermenu:link, a.footermenu:active, a.footermenu:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#cccccc;
	font-weight: normal;
	text-decoration:none;
}

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

a.more:link, a.more:active, a.more:visited {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight: bold;
	text-decoration:none;
	text-transform:uppercase;
}

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

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#646464;
	font-weight: normal;
	line-height:30px;
}

.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#095A98;
	font-weight: normal;
}

.style3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#564C2A;
	font-weight: bold;
	line-height:30px;
}
.style4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#515151;
	font-weight: bold;
}
.style5 {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight: bold;
	text-decoration:none;
	text-transform:uppercase;

}


/*******
FORM
*********/
.form1{width:100%;}
input, textarea, select { height:25px; background:#f5f5f5; border:1px solid #dedede; font-size:13px;}
textarea{ height:100px; }
.btn{ width:100px; height:30px; font-weight:bold; text-align:center; color:#FFFFFF;	background:#038ac9; 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:1px solid #D7D7D5;
	padding:5px;
}

.img02 {
	border:1px solid #D7D7D5;
	padding:5px;
	margin-left:20px;
}
.noborder{
	border:0px;
}
div.scrollable {
	overflow:auto;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-3dlight-color:#1E3D6A;
	scrollbar-highlight-color:#1E3D6A;
	scrollbar-face-color:#1E3D6A;
	scrollbar-shadow-color:#1E3D6A;
	scrollbar-darkshadow-color:#1E3D6A;
	scrollbar-track-color:#577AAD;	
}