body {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 12px;
	color: #EEEEEE;
	background: #00284F;
	background-image: url(assets/bluebackground.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height: 20px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #33CCFF;
}
a:link {
	color: #33CCFF;
}
a:hover {
	color: #FFFFFF;
}
a:visited {
	color: #33CCFF;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #33CCFF;
	text-transform: uppercase;
}
.footer a:link {color: #33CCFF; text-decoration: none; }
.footer a:visited {color: #33CCFF; text-decoration: none; }
.footer a:hover {color: #FFFFFF; text-decoration: none; }


