/* CSS Document */

body {
	background-color: #003366;
}


.NavLinks {font-family: "Century Gothic"; font-size: 14px; color: #1a5189; font-weight: bold; }
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.TITLE-red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FF0000;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #1a5189;
}
a:link {
	color: #1a5189;
	text-decoration: none;
}
a:visited {
	color: #1a5189;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #1a5189;
	text-decoration: none;
}

.copy-red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
	font-weight: bold;
}
.title-black {font-family: "Century Gothic"; font-size: 24px; font-weight: bold; }
.faq_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}