@charset "ISO-8859-1";
.Standard {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000;
}
.Headline1 {
	font-family: "Comic Sans MS", cursive;
	font-size: 24px;
	font-weight: bold;
	color: #000;
}
.BlueBold {
	font-family: "Comic Sans MS", cursive;
	font-size: 18px;
	font-weight: bolder;
	color: #006;
}
.Headline2_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}
.Headline3_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}

