@charset "utf-8";
/* CSS Document */



.bottomnav {
text-align: center;
color: #66CCFF;
font-size:smaller;
text-decoration:none;
}

.bottomnav a {
color: #66CCFF;
text-decoration:none;
}

.bottomnav a:visited {
color: #66CCFF;
}

.bottomnav a:hover {
color: #006699;
}

.disclaimer {
text-align: center;
color: #66CCFF;
text-decoration:none;
}

.disclaimer a {
color: #66CCFF;
text-decoration:none;
}

.disclaimer a:visited {
color: #66CCFF;
}

.disclaimer a:hover {
color: #006699;
}

.enter {
color: #006699;
text-decoration:none;
font-size:140%;
}

.enter a a:visited a:hover{
color: #66CCFF;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 140%;
	color: #66CCFF;
	margin-top: 2px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #66CCFF;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #66CCFF;
}
.mybutton 
{ color: #000000; font-weight: normal; font-family: helvetica; background-color: #66CCFF; text-decoration: none; 
}
html, body {
height: 100%;
margin: 0 0 1px 0;
padding: 0;
}
div.float-left, p.float-left {
	float: left;
	text-align: center;
	margin: 2px;
}
div.float-right, p.float-right {
	float: right;
	text-align: center;
	margin: 2px;
}