body {
	font-family: Verdana;
	font-size: 10pt;
	line-height: normal;
	list-style-image: url((URL));
	list-style-type: square;
}
.bold {
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
}
.normal {

	font-family: Verdana;
	font-size: 10pt;
	font-weight: normal;
}
.capheader {
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
}
.normal_white {
	font-family: Verdana;
	font-size: 10pt;
	font-weight: normal;
	color: #FFFFFF;
}
.capheader_white {

	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}
.normal-8pt {


	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
}
.capheader-8pt {

	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
}

