/* CSS Document */
body
{
	background: #6b90af url(../images/bg.gif) repeat-x;
	margin: 2px;
	padding: 2px;
}

.type
{
	font-family: "Times New Roman", Times, serif;
	color: #041690;
	font-size: 13px;
}

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

.header
{
	font-family: "Times New Roman", Times, serif;
	color: #041690;
	font-size: 18px;
	font-weight: bold;
}

.subheader
{
	font-family: "Times New Roman", Times, serif;
	color: #041690;
	font-size: 16px;
	font-weight: bold;
}
.text
{
	font-family: "Times New Roman", Times, serif;
	color: #041690;
	font-size: 12px;
	font-weight: normal;
}

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

a:link
{
	color: #00246b;
	font-weight: bold;
	text-decoration: none;
}

a:active
{
	color: #00246b;
	font-weight: bold;
	text-decoration: none;
}

a:visited
{
	color: #00246b;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: #e2091c;
	font-weight: bold;
	text-decoration: underline;
}

.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: #00428c;
	text-decoration: none;
}
