/* Styles */ 

body {
    font: 400 0.8em verdana, arial, sans-serif;
	color: #64120c;
	background: #fff;
	margin-top:5px; 
	}
* {margin:0; padding:0;}

p {
	padding: 2px 3px 2px 3px;
	}

.headLines {
	color: #64120c;
	font-weight:bold;
	}

.subHead {
	color: white;
	text-indent: 4px;
	font-weight:bold;
	line-height: 15pt;
	background-color:#fe9c3d;
	}

.ctr {
	text-align:center;
	}

.display2 li {list-style-type:disc inside;}

.leftBox li {list-style-type:disc;}

.rightBox li {list-style-type:disc;}

.bullet li {
	list-style-type:disc;
	margin-left: 18px;
	}

td {
	padding: 2px 3px 2px 3px;
	}

.clrText {
	color: #64120c;
	}

.smallText {
	font-size: smaller;
	font-weight: bold;
	}