html, body {  
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	border: 0px;
	padding: 0px;
	text-align: left;
	
	background: #1f2d48;
}

:root {
 overflow-y: scroll !important;
}

.address { 
	background: url(images/footer.jpg) no-repeat;
	height: 125px;
	padding-top: 21px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	line-height: 12px; 
	color: #ffffff;
}

.address a:link {color: #f25d5d; text-decoration: none;}
.address a:visited {color: #f25d5d; text-decoration: none;}
.address a:hover {color: #e61212; text-decoration: underline;}
.address a:active {color: #f25d5d; text-decoration: none;}

.copyright { 
	font-size: 9px; 
	line-height: 12px;
}
.copyright a:link {color: #f25d5d; text-decoration: underline;}
.copyright a:visited {color: #f25d5d; text-decoration: underline;}
.copyright a:hover {color: #e61212; text-decoration: none;}
.copyright a:active {color: #f25d5d; 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 #a8a8a8; 
			text-align: left;
		}
		
		.stripe { background-color: #d0e4a6;}
		
/*====end form====*/

h1 {
	color: #840000;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	line-height: 22px;
	text-align: right;
}

h2 {
	color: #1f2d48;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	line-height: 16px;
}

.image_border {
	border-width:1px; 
	border-style:solid; 
	border-color:#ffffff;
}


table { 
	font-family: Arial, Helvetica, sans-serif; 
	color: #383838; 
	font-size: 12px; 
	line-height: 16px;
	text-align: left;
}

table a:link {color: #840000; text-decoration: underline;}
table a:visited {color: #840000; text-decoration: underline;}
table a:hover {color: #c40000; text-decoration: none;}
table a:active {color: #840000; text-decoration: underline;}

.tablebg { background-image: url(images/table-bg.jpg);}
