.nav
{
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
}
.nav a:link {
	background-color: #FC0932;
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bolder;
}
.nav a:visited {
	background-color: #FC0932;
	color: #EEEEEE;
	text-decoration: underline;
	font-weight: bolder;
}
.nav a:hover {
	background-color: #000066;
	color: #FFFFFF;
	text-decoration: none;
	display: inline;
	font-weight: bolder;
}
.buttons {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
}
.buttons a:link {
	background-color: #FC0932;
	color: #FFFFFF;
	text-decoration: none;
}
.buttons a:visited {
	background-color: #FC0932;
	color: #EEEEEE;
	text-decoration: none;
	font-weight: bolder;
}
.buttons_over a:hover {
	background-color: #000066;
	color: #FFFFFF;
	background-repeat: repeat;
	text-decoration: none;
	display: block;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.text_boldred {
	font-weight: bolder;
	color: #FC0932;
}
.text a:link {
	text-decoration: none;
	color: #243E8D;
	text-decoration: underline;
	font-weight: bolder;
}
.text a:visited {
	color: #243E8D;
	text-decoration: underline;
	font-weight: bolder;
}
.text a:hover {
	background-color: #000066;
	color: #FFFFFF;
	text-decoration: none;
	display: inline;
	font-weight: bolder;
}
.text_boldblack {
	font-weight: bolder;
	color: #000000;
}
.headlines {
	font-size: 16px;
	font-weight: bolder;
	color: #000066;
}
.headlines_large {
	font-size: 24px;
	font-weight: bolder;
	color: #000066;
}
.subheadline
{
	font-size: 11px;
}
