@charset "ISO-8859-1";
body {
	font-family: "Comic Sans MS", cursive;
	font-size: 10px;
	line-height: normal;
}
.RedStyle {
	color: #CC0000;
	font-weight: bold;
	font-size: 12px;
	font-family: "Comic Sans MS", cursive;
}
.GreenStyle {
	font-size: 12px;
	font-weight: bold;
	color: #009900;
	font-family: "Comic Sans MS", cursive;
}
a:link {
	color: #CC0000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
a:hover {
	color: #090;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}
.WhiteType12 {
	color: #FFFFFF;
	font-size: 12px;
}
.BlackType12 {
	font-family: "Comic Sans MS", cursive;
	font-size: 12px;
	color: #000000;
}
.BlackType10 {
	font-size: 10px;
	color: #000000;
}
.ArialTypeFace {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
