/* CSS Document */
a		{ color: #004A80; text-decoration: none; }
a:hover	{ text-decoration: underline; }
a.mark	{ display: inline-block; }
a img	{ border: none; }
h1 {
	font-family: Arial Black, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	color: #49B3E9;
}
h2 {
	font-family: Arial Black, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	color: #0090CF;
}
h3 {
	font-family: Arial Black, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	color: #004A80;
}
h4 {
	font-family: Arial Black, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	color: #0090CF;
}
h5 {
	font-family: Arial Black, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	color: #000;
}
h6 {
	font-family: Arial Black, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
	text-transform: none;
	color: #000;
}
input[type=submit],
button { cursor: pointer; }
strong { font-weight: bold; color: #005E8B; }
b { font-weight: bold; }

.noh2 h2 { display: none; }