.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;

}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
.red {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF0000;
}
a.sm-white-text:link {
	color: #ffffff;
	text-decoration: none;
}
a.sm-white-text:visited {
	text-decoration: none;
	color: #ffffff;
}
a.sm-white-text:hover {
	text-decoration: underline;
}
a.sm-white-text:active {
	text-decoration: underline;
}
