.general {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #606060;
	font-style: normal;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #606060;
}
.verysmalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #606060;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
.bulletpoint {
	font-family: Courier, "American Typewriter", monospace;
	font-size: 18px;
	color: #ff0000;
}
.large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #606060;
}

