html, body {  
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	border: 0px;
	padding: 0px;
	text-align: left;
	
	background-color: #000000;
}

:root {
 overflow-y: scroll !important;
}

.address { 
	background-color: #000000;
	padding-top: 15px;
	font-family: Arial, Helvetica, sans-serif;  
	font-size: 11px; 
	line-height: 14px; 
	color: #4f4f4f;
}

.address a:link {color: #3e98b2; text-decoration: none;}
.address a:visited {color: #3e98b2; text-decoration: none;}
.address a:hover {color: #746c5d; text-decoration: underline;}
.address a:active {color: #3e98b2; text-decoration: none;}

.copyright { 
	font-size: 10px; 
	line-height: 14px;
}
.copyright a:link {color: #3e98b2; text-decoration: underline;}
.copyright a:visited {color: #3e98b2; text-decoration: underline;}
.copyright a:hover {color: #746c5d; text-decoration: none;}
.copyright a:active {color: #3e98b2; text-decoration: underline;}

/*====begin form====*/
		.button { 
			font-family: Arial, Helvetica, sans-serif; 
			font-size: 12px; 
			background-color: #3e98b2; 
			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 #3e98b2; 
			text-align: left;
		}
		
		.stripe { background-color: #a0a0a0;}
		
/*====end form====*/

h1 {
	color: #69c0d1;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 26px;
	margin: 0px;
	padding: 0px;
	line-height: 30px;
}

h2 {
	color: #69c0d1;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	line-height: 22px;
}

.event {
	 background-color: #777777; 
	 border: 1px solid #a3a3a3;
}

.nav { 
	background: url(images/nav-button.jpg) no-repeat;
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
	font-style: italic;
	color: #ffffff; 
	font-size: 14px; 
	padding: 18px 0px 0px 20px;
	line-height: 16px;
	text-align: left;
	height: 50px;
}

.nav a:link {color: #ffffff; text-decoration: underline;}
.nav a:visited {color: #ffffff; text-decoration: underline;}
.nav a:hover {color: #d7eff4; text-decoration: none;}
.nav a:active {color: #ffffff; text-decoration: underline;}

table { 
	font-family: Arial, Helvetica, sans-serif; 
	color: #ffffff; 
	font-size: 12px; 
	line-height: 16px;
	text-align: left;
}

table a:link {color: #9ee4ee; text-decoration: underline;}
table a:visited {color: #9ee4ee; text-decoration: none;}
table a:hover {color: #6bedff; text-decoration: underline;}
table a:active {color: #9ee4ee; text-decoration: none;}


.tablebg { background-image: url(images/table-bg.jpg);}



