@charset "utf-8";
/* CSS Document */

body {
	background-repeat:   repeat-x;
	background-attachment:fixed;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
}
a:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	text-decoration: none;
}
a:visited {
	color: #000066;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.nav_a:link {
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 2px;
}
.nav_a:hover {
	font-size: 15px;
	text-decoration: underline;
	letter-spacing: 2px;
	font-weight: bold;
	color: #FFFFFF;
}
.nav_a:visited {
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 2px;
}
.h1_a{
	font-size: 12px;
	font-weight: bold;
	color: #D90026;
}
/* alignment classes */
.float-left  { float: left; }
.float-right {	float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }
h1 {
	font-size: 16px;
	color: #0033CC;
}
.nav_foot:link {
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
.nav_foot:hover {
	font-size: 10px;
	text-decoration: underline;
	color: #000000;
}
.nav_foot:visited {
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
.cajaHeader{
z-index:-10;}
