body {
	margin-top: 7px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.background {
	background-attachment: fixed;
	background-color: #003366;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.white-text-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
.menu {
	font-family: Calibri, Arial, Verdana;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
}
.menuSelect {
	font-family: Calibri, Arial, Verdana;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #009BD6;
	text-decoration: none;
}
.menu:hover {
	font-family: Calibri, Arial, Verdana;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #9BE3FF;
	text-decoration: underline;
}
.small-white-text {
	font-family: Calibri, Arial, Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.small-white-glow {
	font-family: Calibri, Arial, Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/glow.png);
	background-repeat: repeat-x;
}
.header {
	font-family: Calibri;
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	color: #009BD6;
}
.white-text {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
}
.SubHeader {
	font-family: Calibri, Arial, Verdana;
	font-size: 18px;
	font-weight: normal;
	color: #009BD6;
}
.glitter {
	background-image: url(images/stars-glitter.gif);
	background-repeat: repeat-x;
	display: block;
	background-position: top;
}

