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 #621f36;
}

:root {
 overflow-y: scroll !important;
}

.address { 
	background-color: #621f36;
	font-family: Arial, Helvetica, sans-serif;  
	font-size: 12px; 
	line-height: 16px; 
	color: #cc9eae;
}

.address a:link {color: #e44e82; text-decoration: underline;}
.address a:visited {color: #e44e82; text-decoration: underline;}
.address a:hover {color: #ad2b58; text-decoration: none;}
.address a:active {color: #be44e82; text-decoration: underline;}

.copyright { 
	font-size: 11px; 
	line-height: 14px;
}
.copyright a:link {color: #e44e82; text-decoration: underline;}
.copyright a:visited {color: #e44e82; text-decoration: underline;}
.copyright a:hover {color: #ad2b58; text-decoration: none;}
.copyright a:active {color: #e44e82; 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 #ac5472; 
			text-align: left;
		}
		
		.stripe { background-color: #d0e4a6;}
		
/*====end form====*/

h1 {
	color: #621f36;
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	font-style: italic;
	text-align:right;
	margin: 0px;
	padding-top: 20px;
	line-height: 30px;
}

h2 {
	color: #621f36;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	margin: 0px;
	line-height: 20px;
}

.image_border {
	border: 1px solid #ffffff;
}


.nav {
	background-image: url(images/nav-bg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right; 
	padding-right: 30px;
	color: #000000;
}

.nav a:link {color: #221e1f; text-decoration: none;}
.nav a:visited {color: #221e1f; text-decoration: none;}
.nav a:hover {color: #413237; text-decoration: underline;}
.nav a:active {color: #221e1f; text-decoration: none;}

table { 
	font-family: Arial, Helvetica, sans-serif;
	color: #30282a; 
	font-size: 12px; 
	line-height: 16px;
	text-align: left;
}

table a:link {color: #733b4e; text-decoration: underline;}
table a:visited {color: #733b4e; text-decoration: underline;}
table a:hover {color: #a8345c; text-decoration: none;}
table a:active {color: #733b4e; text-decoration: underline;}

.index-box {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000; 
	font-size: 12px; 
	line-height: 16px;
	text-align: left;
}
.index-box a:link {color: #000000; text-decoration: underline;}
.index-box a:visited {color: #000000; text-decoration: underline;}
.index-box a:hover {color: #733b4e; text-decoration: none;}
.index-box a:active {color: #000000; text-decoration: underline;}


.tablebg { background-image: url(images/table-bg.jpg);}
