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 #5e5e5e;
}

:root {
 overflow-y: scroll !important;
}

.address { 
	background-color: #5e5e5e;
	font-family: Verdana, Arial, Helvetica, sans-serif;  
	font-size: 11px; 
	line-height: 14px; 
	color: #ffffff;
}

.address a:link {color: #84c0e9; text-decoration: underline;}
.address a:visited {color: #84c0e9; text-decoration: underline;}
.address a:hover {color: #1d9ff8; text-decoration: none;}
.address a:active {color: #84c0e9; text-decoration: underline;}

.copyright { 
	font-size: 10px; 
	line-height: 14px;
}
.copyright a:link {color: #84c0e9; text-decoration: underline;}
.copyright a:visited {color: #84c0e9; text-decoration: underline;}
.copyright a:hover {color: #1d9ff8; text-decoration: none;}
.copyright a:active {color: #84c0e9; text-decoration: underline;}

/*====begin form====*/
		.button { 
			font-family: Verdana, 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: Verdana, Arial, Helvetica, sans-serif;
			background-color: #fff;
			border: 1px solid #9bc7e5; 
			text-align: left;
		}
		
		.stripe { background-color: #ecf3f8;}
		.stripe2 { background-color: #d9e9f6;}
		
/*====end form====*/

h1 {
	color: #028fc4;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	line-height: 22px;
}

h2 {
	color: #028fc4;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
}

.image_border {
	border-width:1px; 
	border-style:solid; 
	border-color:#ffffff;
}

.nav { 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #055288; 
	font-size: 13px; 
	line-height: 18px;
}

.nav a:link {color: #055288; text-decoration: underline;}
.nav a:visited {color: #055288; text-decoration: underline;}
.nav a:hover {color: #3080b9; text-decoration: none;}
.nav a:active {color: #055288; text-decoration: underline;}

.nav2 { 
	background: url(images/nav-bg.jpg) no-repeat;
	width: 800px;
	height: 41px;
}

table { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #313131; 
	font-size: 11px; 
	line-height: 16px;
	text-align: left;
}

table a:link {color: #1582cd; text-decoration: underline;}
table a:visited {color: #1582cd; text-decoration: underline;}
table a:hover {color: #49a4e3; text-decoration: none;}
table a:active {color: #1582cd; text-decoration: underline;}

.tablebg { background-image: url(images/tablebg.jpg);}
