.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: normal;
}
.textlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #09F;
}
.textdark {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #009;
}
.headinglight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #09F;
}
.headingdark {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #009;
}
.stars {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #009;
}
.courier {
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
}
.courier_red {
	color: #F00;
}
.bullets {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: circle;
}
.login {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	text-align: center;
}
.login a {
	font-size: 12px;
}
