@charset "UTF-8";
h1, h2, h3, h4, h5, h6, h7, h8 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 18px;
	color: #FF0000;
	line-height: 22px;
}
h2 {
	font-size: 22px;
	color: #FF0000;
	line-height: 25px;
	font-weight: bold;
}
h3 {
	font-size: 13px;
	color: #000000;
	line-height: 16px;
	font-weight: bolder;
}
h4 {
	font-size: 13px;
	color: #FF0000;
	line-height: 16px;
}
h5 {
	font-size: 7pt;
	line-height: 9pt;
	color: #000000;
}
h6 {
	font-size: 10px;
	color: #FF0000;
	line-height: 11px;
}
h7 {
	font-size: 13px;
	color: #FF0000;
	line-height: 16px;
	font-weight: bolder;
}
h8 {
	font-size: 14px;
	color: #000000;
	line-height: 16px;
}
h9 {
	font-size: 15px;
	color: #FF0000;
	line-height: 20px;
}
.dottedline {
	border-top-width: 3px;
	border-top-style: dotted;
	border-top-color: #FFFF00;
}
.dottedlineverticle {
	border-right-width: 3px;
	border-right-style: dotted;
	border-right-color: #FFFF00;
}
.whitetext {color: #FFFFFF}
