.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	height: auto;

}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}
.headers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #006699;
}
A {	
	text-decoration: underline;
	font-weight: normal;
	color: #333333;
}
A:fade {	
	text-decoration: underline;
	font-weight: normal;
	color: #006699;
}
A:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #006699;
}
.justify {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-align: justify;
}
.boldblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #006699;
}
