/* CSS Document */

h1 {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #2163C2
	}

.subheader1 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.navtop{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;

}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size:11px;
	text-decoration:none;
	font-weight: bold;

}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size:11px;
	text-decoration:none;
	font-weight: bold;

}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	font-size:11px;
	text-decoration:underline;
	font-weight: bold;

}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size:11px;
	text-decoration:none;
	font-weight: bold;

}
.espot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0033CC;
	font-weight: normal;

}
