.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.text_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
.text_white_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: underline;
}
.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
}
.text_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.text_white_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.nav_off {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.nav_on {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cc0000;
	font-weight: bold;
	text-decoration: none;
}
a:hover { 
	text-decoration: underline;
}
.times_bold {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
.times_reg {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}
.headers_small {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #cc0000;
	font-weight: bold;
	text-decoration: none;
}
.headers_big {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #cc0000;
	font-weight: bold;
	text-decoration: none;
}
.sub_nav_on {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cc0000;
	font-weight: bold;
	text-decoration: none;
}
.sub_nav_off {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
	text-decoration: none;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	font-weight: normal;
	text-decoration: none;
}

