@charset "UTF-8";
h1 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
}
h2 {
	font-size: 13px;
	font-weight: bold;
}
.smalltext {
	font-size: 10px;
}
.largertext {
	font-size: larger;
}
.subheading1 {
	color: #999999;
	font-size: 12px;
}
.tiny {
	font-size: 8px;
}
.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;
}
.floatleftdate {
	margin-right: 8px;
	border-bottom-width: 20px;
	border-bottom-color: #FFE6CE;
	float: left;
	border-bottom-style: solid;
}
.space-r {
	margin-right: 10px;
}
.space-t {
	margin-top: 10px;
}
.red {
	color: #F00;
}

