body {
	margin-top:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a{
	color: #981B1F;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}

.bottom_nav{
	color: #FFFFFF;
}
.bottom_nav:link {
	text-decoration: none;
	color: #FFFFFF;
}
.bottom_nav:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.bottom_nav:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
.bottom_nav:active {
	text-decoration: none;
	color: #FFFFFF;
}


.body-blue {
	color: #2D3192;
	font-size: 11px;
}
.body-white {
	color: #FFFFFF;
	font-size: 11px;
}
.body-red {
	color: #981B1F;
	font-size: 11px;
}
.body-copyright {
	color: #981B1F;
	font-size: 10px;
}
.body-credit {
	color: #999999;
	font-size: 10px;
}
.title-red {
	color: #981B1F;
	font-size: 13px;
	font-weight: bold;
}
.body-red-bold {
	color: #981B1F;
	font-size: 11px;
	font-weight: bold;
}
.title-blue{
	color: #2D3192;
	font-size: 13px;
	font-weight: bold;
}

