@charset "utf-8";
/* CSS Document */

div#content{ 
	margin: 25px 75px 25px 75px;
	font: 12px Verdana, sans-serif;
	padding: 5px;
	
}


h1{
	font-size: 18px;
	text-align:center;
	font-family: "Times New Roman", Times, serif;
	
	}
h2 {
font-size: 12px;
}

body
{
	font-family: "Arial", sans-serif;
	
}

	
hr{
	color:#000;
	background-color:#FFF;
	width:95%;
}
/* equal width columns */
.equalright{
width:71%;
float:right;
font-weight:bold;
}
.equalleft{
width:28%;
float:left;
font-weight:bold;
padding-left:5px;
}
.clear {
	clear:both;
}
ul li{
list-style:none;
margin-bottom:2px;
}
ol{
	margin-top:0;

}
.headfour h2{
margin-bottom:0;
}
.headfour p{
margin-top:0;
}
.center {
	text-align:center;
}
.italicsreg {
font-style:italic;
font-size:12px;
font-weight:normal;
}
.bold{
	font-weight:bold;
}