/* mbhuju@gmail.com */

body {
    margin:0px;
	background-color:#842a40;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position:center top;
	
	
}
	
td {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:15px;
	color:#262626;
	line-height: 24px;
}


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:#DB7675;
	font-weight: bold;
	text-decoration:none;
	}

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


.style1 {
	font-size:24px;
	color: #7e233a;
	font-weight: bold;
	line-height: 30px;
	font-family:Arial, Helvetica, sans-serif;
	}
	
	

/*******
FORM
*********/
.form1{width:80%;}
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:#7e233a; 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;	
}