@charset "utf-8";
.h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
	background-color: #221F72;
	background-position: left;
}
.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #221F72;
	font-weight: bold;
}
.h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #221F72;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #221F72;
	text-align: justify;
	vertical-align: top;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #221F72;
	text-align: center;
}	

.TableHeader {
	color: #FFFFFF;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #221F72;
	font-size: 14px;
	text-transform: uppercase;
}td img {display: block;}

}
.TableHeaderInvisible {
	color: #FFFFFF;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #FFFFFF;
	font-size: 14px;
	text-transform: uppercase;
}
a:link {
	color: #C2CD23;
}
a:visited {
	color: #C2CD23;
}
a:hover {
	color: #DBE465;
}

