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 #d8c9b7;
	background-attachment: fixed;
}

:root {
 overflow-y: scroll !important;
}

.address { 
	background-color: #d8c9b7;
	font-family: Arial, Helvetica, sans-serif;  
	font-size: 11px; 
	line-height: 14px; 
	color: #6b5e4e;
}

.address a:link {color: #392b1a; text-decoration: none;}
.address a:visited {color: #392b1a; text-decoration: none;}
.address a:hover {color: #060606; text-decoration: underline;}
.address a:active {color: #392b1a; text-decoration: none;}

.copyright { 
	font-size: 10px; 
	line-height: 14px;
}
.copyright a:link {color: #392b1a; text-decoration: underline;}
.copyright a:visited {color: #392b1a; text-decoration: underline;}
.copyright a:hover {color: #060606; text-decoration: none;}
.copyright a:active {color: #392b1a; text-decoration: underline;}

/*====begin form====*/
		.input{
			color:#000; 
			font-size: 11px; 
			font-family: Arial, Helvetica, sans-serif;
			background-color: #fff;
			border: 1px solid #b04646; 
			text-align: left;
		}
		
		.stripe { background-color: #b04646;}
		.stripe2 { background-color: #7e2828;}
		
/*====end form====*/

h1 {
	color: #ffffff;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 26px;
	margin: 0px;
	padding: 0px;
	line-height: 28px;
}

h2 {
	color: #ffffff;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 22px;
	margin: 0px;
	padding: 0px;
	line-height: 24px;
}

table { 
	font-family: Arial, Helvetica, sans-serif; 
	color: #ffffff; 
	font-size: 12px; 
	line-height: 16px;
	text-align: left;
}

table a:link {color: #fde992; text-decoration: underline;}
table a:visited {color: #fde992; text-decoration: underline;}
table a:hover {color: #f9d849; text-decoration: none;}
table a:active {color: #fde992; text-decoration: underline;}


.tablebg { background-image: url(images/table-bg.png);}
