@charset "UTF-8";

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

a:link {
	color: #0076a3;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0076a3;
}
a:hover {
	text-decoration: underline;
	color: #0076a3;
}
a:active {
	text-decoration: none;
	color: #0076a3;
}

h2 { color:#430000; }

.large { font-size: 15px; }
.normal { font-size: 13px; }
.small  { font-size: 11px; }

.large_white { font-size: 15px; color: #fff; }
.normal_white { font-size: 13px; color: #fff; }
.small_white  { font-size: 11px; color: #fff; }

#footer { margin-top: 20px; margin-bottom: 20px; color: #ffffff; }

#footer a { color: #ffffff; }
	#footer_links { float: left; }
	#footer_right_links { float: right; }
	#footer_malibu { float: right; }
