@charset "UTF-8";
h1 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
}
h3 {
	font-size: 20px;
	font-weight: bold;

}
.subheading1 {
	color: #666666;
	font-size: 12px;
}
.tiny {
	font-size: 8px;
}
.boldtext {
	font-weight: bold;
	color: #444444;
}
.bolditaltext {
	font-style: italic;
	font-weight: bold;
	color: #444444;
}
.floatright { /* 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;
}
.floatleft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
