.h1 {
	font-family: Arial;
	font-size: 24px;
}

.h2 {
	font-family: Verdana;
	font-size: 14px;
	color: #57b2c7;
	font-weight: bold;
}

.h3 {font-family: Verdana; font-size: 12px; color: #999999; }

.h4 {font-family: Verdana; font-size: 12px; color:#000000; }

.h5 {
	font-family: Arial;
	font-size: 22px;
	color: #FFFFFF;
}

.h6 {font-family: Verdana; font-size: 10px; color:#000000; }

.h7 {font-family: Verdana; font-size: 10px; color:#53b3c9; }

.h8 {
	font-family: Arial;
	font-size: 14px;
	color: #b7b8b7;
}
.h9 {font-family: Arial; font-size: 14px; color: #57b2c7; }

.h10 {font-family:Verdana; font-size: 11px; color: #57b2c7; font-weight:bold }

.h11 {font-family: Verdana; font-size: 12px; color: #999999; }

.h12 {font-family: Verdana; font-size: 12px; color:#FFFFFF; }

a:link {
	text-decoration: none;
	color: #53b3c9;
}
a:visited {
	text-decoration: none;
	color: #53b3c9;
}
a:hover {
	text-decoration: none;
	color: #53b3c9;
}
a:active {
	text-decoration: none;
	color: #53b3c9;
}