/* CSS Document */
body
{
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-color: #e2e3e4;
	margin: 0px;
	padding: 0px;
}

.type
{
	font-family: Arial, sans-serif;
	color: #000;
	font-size: 12px;
	padding: 4px;
}

.title
{
	font-family: Arial, sans-serif;
	color: #000;
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px solid #000000;
}

.topNav
{
	font-family: Arial, sans-serif;
	color: #000;
	font-size: 12px;
}

.nav
{
	background-color: #fbac1f;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #fff;
	line-height: 18px;
	font-size: 12px;
}

.blueBar
{
	background-color: #778dc1;
	font-family: Arial, sans-serif;
	color: #fff;
	font-weight: bold;
	line-height: 18px;
	font-size: 14px;
}

.footer
{
	text-align: center;
	font-family: Arial, sans-serif;
	color: #000;
	font-size: 10px;
}

a:link
{
	color: #01519b;
	text-decoration: none;
}

a:active
{
	color: #01519b;
	text-decoration: none;
}

a:visited
{
	color: #01519b;
	text-decoration: none;
}

a:hover
{
	color: #fbac1f;
	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: #01519b;
	text-decoration: none;
}