.maintext
	{
	font-family:helvetica;
	font-size: 10pt;
	color:#663300;
	margin-left:30px;
	margin-right:20px;
		
	}
.boldtext{
	font-family:helvetica;
	font-weight:bold;
	font-size:10pt;
	margin-left:30px;
	margin-right:20px;
	color:white;
	}
.firstletter{
	font-weight:bold;
	font-size:10pt;
	}
.listentry {  
	list-style-type: disc; 
	font-family: helvetica; 
	font-size: 10pt; 
	color: #663300;
	}
.numentry {
	font-family: helvetica; 
	font-size: 10pt; 
	color: #663300; 
	list-style-type: decimal;
	}
.copyright {  
	font-family: Helvetica; 
	font-size: 9pt; 
	color: white;
	}

