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 #b6bda9;
}

:root {
 overflow-y: scroll !important;
}

.address { 
	background-color: #b6bda9;
	padding-top: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;  
	font-size: 11px; 
	line-height: 14px; 
	color: #4b523e;
}

.address a:link {color: #283018; text-decoration: none;}
.address a:visited {color: #283018; text-decoration: none;}
.address a:hover {color: #596f30; text-decoration: underline;}
.address a:active {color: #283018; text-decoration: none;}

.copyright { 
	font-size: 10px; 
	line-height: 14px;
}
.copyright a:link {color: #283018; text-decoration: underline;}
.copyright a:visited {color: #283018; text-decoration: underline;}
.copyright a:hover {color: #596f30; text-decoration: none;}
.copyright a:active {color: #283018; text-decoration: underline;}

/*====begin form====*/
		.input{
			color:#000; 
			font-size: 11px; 
			font-family: Verdana, Arial, Helvetica, sans-serif;
			background-color: #fff;
			border: 1px solid #b3cc94; 
			text-align: left;
		}
/*====end form====*/


table { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #3d0f0f; 
	font-size: 12px; 
	line-height: 18px;
	text-align: left;
}

table a:link {color: #16917b; text-decoration: underline;}
table a:visited {color: #16917b; text-decoration: none;}
table a:hover {color: #5c8727; text-decoration: underline;}
table a:active {color: #16917b; text-decoration: none;}

.tablebg { background-image: url(images/table-bg.jpg);}
