html, body {  
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	border: 0px;
	padding: 0px;
	text-align: left;
	
	background-color: #d3e0a8;
}

:root {
 overflow-y: scroll !important;
}

.address { 
	background: url(/images/footer.jpg) no-repeat;
	height: 123px;
	padding-top: 18px;
	font-family: Arial, Helvetica, sans-serif;  
	font-size: 11px; 
	line-height: 14px; 
	color: #60664a;
}

.address a:link {color: #90bf49; text-decoration: none;}
.address a:visited {color: #90bf49; text-decoration: none;}
.address a:hover {color: #95da2d; text-decoration: underline;}
.address a:active {color: #90bf49; text-decoration: none;}

.copyright { 
	font-size: 10px; 
	line-height: 14px;
}
.copyright a:link {color: #90bf49; text-decoration: underline;}
.copyright a:visited {color: #90bf49; text-decoration: underline;}
.copyright a:hover {color: #95da2d; text-decoration: none;}
.copyright a:active {color: #90bf49; 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 #b0bdcd; 
			text-align: left;
		}
		
		.stripe { background-color: #b0bdcd;}
		
/*====end form====*/

h1 {
	color: #204282;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 22px;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	line-height: 24px;
	text-align: right;
}

h2 {
	color: #233168;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
}

h3 {
	color: #233168;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	line-height: 18px;
}

.image_border {
	border-width:1px; 
	border-style:solid; 
	border-color:#ffffff;
}

table { 
	font-family: Arial, Helvetica, sans-serif; 
	color: #322a20; 
	font-size: 11px; 
	line-height: 16px;
	text-align: left;
}

table a:link {color: #204282; text-decoration: underline;}
table a:visited {color: #204282; text-decoration: underline;}
table a:hover {color: #4776cf; text-decoration: none;}
table a:active {color: #204282; text-decoration: underline;}


.tablebg { background-image: url(/images/table-bg.jpg);}


.index {
	background: url(/images/right-sidebar-bg.jpg) no-repeat; 
	width: 270px; 
	height: 115px;
	font-family: Arial, Helvetica, sans-serif; 
	line-height: 20px;
	font-size: 11px;
	padding: 0px 25px 0px 25px;
}