@charset "utf-8";
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF0000;
	padding-bottom: 8px;
}
h1 {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 6px;
	padding: 0px;
}

h2 {
	font-size: 13px;
	line-height: 25px;
	color: #02437D;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
h3 {
	font-size: 11px;
	line-height: 15px;
	color: #0067C4;
	padding: 0px;
}
h4 {
	font-size: 11px;
	line-height: 15px;
	padding: 0px;
	color: #000000;
}
h5 {
	font-size: 14px;
	line-height: 22px;
}
h6 {
	font-size: 14px;
	line-height: 18px;
	text-transform: none;
	color: #0ABDF1;
	font-family: "Times New Roman", Times, serif;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 14px;
	padding-bottom: 12px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
a:link {
	color: #2DC6F3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a:visited {
	color: #0B92B9;
}
a:hover {
	color: #E8F701;
	text-decoration: none;
}
a:active {
	color: #E8F701;
	text-decoration: underline;
}
h1 span {
	color: #0067C4;
}
