html, body {  
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	border: 0px;
	padding: 0px;
	text-align: left;
	
	background-color: #292929;
}

:root {
 overflow-y: scroll !important;
}

.address { 
	background-color: #292929;
	font-family: Arial, Helvetica, sans-serif;  
	font-size: 11px; 
	line-height: 14px; 
	color: #878787;
}

.address a:link {color: #adb2bc; text-decoration: none;}
.address a:visited {color: #adb2bc; text-decoration: none;}
.address a:hover {color: #bac7e0; text-decoration: underline;}
.address a:active {color: #adb2bc; text-decoration: none;}

.copyright { 
	font-size: 10px; 
	line-height: 14px;
}
.copyright a:link {color: #adb2bc; text-decoration: underline;}
.copyright a:visited {color: #adb2bc; text-decoration: underline;}
.copyright a:hover {color: #bac7e0; text-decoration: none;}
.copyright a:active {color: #adb2bc; 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 #b5b6bd; 
			text-align: left;
		}
		
		.stripe { background-color: #e7e3e7;}
		
/*====end form====*/

h1 {
	
	color: #ffffff;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	margin: 0px;
	padding: 0px;
	line-height: 28px;
	font-style: italic;
}

h2 {
	color: #384050;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	margin: 0px;
	padding: 0px;
	line-height: 22px;
	font-style: italic;
}

.nav { 
	background: url(images/nav.jpg) no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #ffffff; 
	font-size: 12px; 
	padding: 15px 0px 0px 30px;
	line-height: 16px;
	text-align: left;
	height: 49px;
}

.nav a:link {color: #ffffff; text-decoration: none;}
.nav a:visited {color: #ffffff; text-decoration: none;}
.nav a:hover {color: #e0dfea; text-decoration: underline;}
.nav a:active {color: #ffffff; text-decoration: none;}

table { 
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000; 
	font-size: 12px; 
	line-height: 16px;
	text-align: left;
}

table a:link {color: #2e2e3e; text-decoration: underline;}
table a:visited {color: #2e2e3e; text-decoration: underline;}
table a:hover {color: #3f3f62; text-decoration: none;}
table a:active {color: #2e2e3e; text-decoration: underline;}


.tablebg { background-image: url(images/table-bg.jpg);}

