.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	text-align: left;
}
.header {
	font-size: 14px;
	font-weight: bold;
	color: #606;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
a:link {
	font-weight: bold;
	color: #360;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #390;
}
a:visited {
	color: #030;
}
.floatleft {
	float: left;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 12px;
	margin-left: 0px;
}
