@charset "UTF-8";
.BoldTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: 30px;
	font-weight: bolder;
	font-variant: normal;
	text-transform: uppercase;
	color: #AC892F;
	text-decoration: none;
}
.Boldtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 22px;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #AC892F;
	text-decoration: none;
}
.regulartext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
}
.regulartextbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 20px;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
}
a:hover.regulartextbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 20px;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #FC3;
	text-decoration: underline;
}
.schedulefont {
	font-family: "Comic Sans MS", cursive;
	font-size: 18px;
	font-style: normal;
	line-height: 24px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
}
.schedulefont2 {
	font-family: "Comic Sans MS", cursive;
	font-size: 16px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #FC6;
	text-decoration: none;
}
.schedulefont2b {
	font-family: "Comic Sans MS", cursive;
	font-size: 16px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #CCC;
	text-decoration: none;
}
a:hover.Boldtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 22px;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #F00;
	text-decoration: underline;
}
a:hover.regulartext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FC0;
	text-decoration: underline;
}
