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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
body {
	background-color: #0A246A;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color: #CFD2FE;
}
a:active {
	text-decoration: none;
}

td {
	text-align: center;
}
.pagetitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #010029;
	text-transform: uppercase;
	letter-spacing: .25em;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #02053E;
	text-transform: none;
	letter-spacing: .25em;
	font-weight: lighter;
}

h1 {font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #010029;
	text-transform: uppercase;
	letter-spacing: .25em;
}
.large_accent_text {
	font-size: 24px;
}
.medium_accent_text {
	font-size: 16px;
	color: #FFCC66;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.left_align {
	text-align: left;
	left: 10px;
}
.right_align {
	text-align: right;
}
