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 #fff;
}

:root {
 overflow-y: scroll !important;
}

.address { 
	background: url(images/footer.jpg) no-repeat;
	height: 161px;
	padding-top: 62px;
	font-family: Arial, Helvetica, sans-serif;  
	font-size: 11px; 
	line-height: 14px; 
	color: #39343b;
}

.address a:link {color: #b24aed; text-decoration: none;}
.address a:visited {color: #b24aed; text-decoration: none;}
.address a:hover {color: #8136ad; text-decoration: underline;}
.address a:active {color: #b24aed; text-decoration: none;}

.copyright { 
	font-size: 10px; 
	line-height: 14px;
}
.copyright a:link {color: #b24aed; text-decoration: underline;}
.copyright a:visited {color: #b24aed; text-decoration: underline;}
.copyright a:hover {color: #8136ad; text-decoration: none;}
.copyright a:active {color: #b24aed; 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 #a2c2db; 
			text-align: left;
		}
		
		.stripe { background-color: #fff9d5;}
		.stripe2 { background-color: #fef4bb;}
		
/*====end form====*/

h1 {
	color: #8136ad;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	line-height: 16px;
}

h2 {
	color: #481e60;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	line-height: 16px;
}

h3 {
	color: #481e60;
	font-family: "Comic Sans MS";
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	line-height: 22px;
}

.image_border {
	border-width:1px; 
	border-style:solid; 
	border-color:#ffffff;
}

ul {
	padding: 0px;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 5px;
}

ol {
	padding: 0px;
	margin-left: 28px;
	margin-top: 0px;
	margin-bottom: 5px;
}

li {
	margin-bottom: 5px;
}

table { 
	font-family: Arial, Helvetica, sans-serif; 
	color: #39343b; 
	font-size: 12px; 
	line-height: 16px;
	text-align: left;
}

table a:link {color: #8136ad; text-decoration: underline;}
table a:visited {color: #8136ad; text-decoration: underline;}
table a:hover {color: #b24aed; text-decoration: none;}
table a:active {color: #8136ad; text-decoration: underline;}

.tablebg { background: url(images/tablebg.jpg) repeat-y;}

