ul.body_list1 {
	position: relative;
	top: 10px;
	left: 0px;
	width: 500px;		/* use this so not overlap on top of insulator links	*/
}
ul.body_list1 li {
	font: 12pt/14pt arial, helvitica, sans-serif;
	font-weight: bold;
	list-style-image: url("/images/list-raquo.png");
	margin-bottom: 30px;
}

ul.body_list2 {
	margin-top: 10px;
}
ul.body_list2 li {
	margin-bottom: 10px;
	width: 400px;		/* use this so not overlap on top of insulator links	*/
	list-style-image: none;
	list-style-type: circle;
}

h4 { 
	font: bold 12pt/14pt arial, helvitica, sans-serif;
	text-align: center;
}

.super {
	font-size:9px;
	vertical-align:top;
}

.emf td, .remf td {
	font: bold 12pt/14pt arial, helvitica, sans-serif;
	height: 30px;
	text-align: center;
	background-color: white;
	border: 1px inset white;
}

.remf {
	color: red;
}

table.tbl {
	text-align: center;
	width: 100%;
	font: 12pt/14pt arial, helvitica, sans-serif;
}
table.tbl50 {
	text-align: center;
	width: 80%;
	font: 12pt/14pt arial, helvitica, sans-serif;
}
