html, body {  
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	border: 0px;
	padding: 0px;
	text-align: left;
	
	background: url(images/bg.jpg) repeat-x #2e281c;
}

:root {
 overflow-y: scroll !important;
}

.address { 
	background-color: #2e281c;
	font-family: Arial, Helvetica, sans-serif;  
	font-size: 11px; 
	line-height: 14px; 
	color: #a1977c;
}

.address a:link {color: #dcd6c6; text-decoration: underline;}
.address a:visited {color: #dcd6c6; text-decoration: underline;}
.address a:hover {color: #fffbf0; text-decoration: none;}
.address a:active {color: #dcd6c6; text-decoration: underline;}

.copyright { 
	font-size: 10px; 
	line-height: 14px;
}
.copyright a:link {color: #dcd6c6; text-decoration: underline;}
.copyright a:visited {color: #dcd6c6; text-decoration: underline;}
.copyright a:hover {color: #fffbf0; text-decoration: none;}
.copyright a:active {color: #dcd6c6; text-decoration: underline;}

/*====begin form====*/
		.button { 
			font-family: Arial, Helvetica, sans-serif; 
			font-size: 12px; 
			background-color: #008166; 
			color: #ffffff; 
			margin-right: 0px; 
			border: 1px solid #000; 
		}
		.input{
			color:#000; 
			font-size: 11px; 
			font-family: Arial, Helvetica, sans-serif;
			background-color: #fff;
			border: 1px solid #827a65; 
			text-align: left;
		}
		
		.stripe { background-color: #d0e4a6;}
		
/*====end form====*/

h1 {
	color: #ffffff;
	font: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	line-height: 18px;
}

h2 {
	color: #2c261a;
	font: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	line-height: 18px;
}

.image_border {
	border: 1px solid #ffffff;
}


table { 
	font-family: Arial, Helvetica, sans-serif; 
	color: #2c261a; 
	font-size: 12px; 
	line-height: 16px;
	text-align: left;
}

table a:link {color: #187848; text-decoration: underline;}
table a:visited {color: #187848; text-decoration: underline;}
table a:hover {color: #319d67; text-decoration: none;}
table a:active {color: #187848; text-decoration: underline;}

.tablebg { background-image: url(images/table-bg.jpg);}
