@charset "utf-8";
/* CSS Document */

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	
}
.sectionTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	text-decoration:underline;
}
.smallText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }

.errorText { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

