/* CSS Document */
body
{
	background-color: #EEEDF3;
}

.type
{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-size: 12px;
}

.title
{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-size: 16px;
}

.footer
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#004F9C;
}

.nav
{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	font-size: 18px;
}

.secNav
{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}

.tertNav
{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	font-weight: normal;
	font-size: 12px;
}

a:link
{
	color: #004F9C;
	text-decoration: none;
}

a:active
{
	color:#004F9C;
	text-decoration: none;
}

a:visited
{
	color: #004F9C;
	text-decoration: none;
}

a:hover
{
	color: #004F9C;
	text-decoration: none;
}

.nav a:link
{
	color: #fff;
	text-decoration: none;
}

.nav a:active
{
	color: #fff;
	text-decoration: none;
}

.nav a:visited
{
	color: #fff;
	text-decoration: none;
}

.nav a:hover
{
	color: #004F9C;
	text-decoration: none;
}