.Head{
	font-family : Comic Sans, Arial, sans-serif;
	font-weight: bold;
	font-size : 20px;
	color : #000000;
	text-align : center;
}
.HeadDark{
	font-family : Tahoma,Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size : 32px;
	color : #1E90FF;
	text-align : center;
}
.HeadLight{
	font-family : Tahoma,Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size : 32px;
	color : #FFA500;
	text-align : center;
}
.SubHead{
	font-family : Comic Sans, Helvetica,  Arial, sans-serif;
	font-size : 16px;
	font-weight : bold;
	color : #000000;
	text-align : left;
}
.WhiteBody{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : white;
	text-align : left;
}
.RedHead{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	color : red;
	text-align : center;
}
.BlackHead{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight: bold;
	color : black;
	text-align : center;
}
.Link{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight: bold;
	text-decoration: underline;
	color : yellow;
	text-align : center;
}
.BodyText{
	font-family : Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size : 16px;
	color : Black;
	text-align : left;
}
.BodyUnderline{
	font-family : Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	font-size : 14px;
	color : Black;
	text-align : left;
}
.BodyOrange{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	color : #FFA500;
	text-align : left;
}
.BodyColor{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : Blue;
	text-align : left;
}
.RedBodyText{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : Red;
	text-align : left;
}
.Title{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-weight : bold;
	color : #32CD32;
	text-align : left;
}
.BodyTextHidden{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : Black;
	text-align : left;
}
.TitleHidden{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-weight : bold;
	color : Red;
	text-align : left;
}
.SmallText{
	font-size : 12px;
	color : Black;
	text-align : center;
}
.Rule{
	color : #00008B;
}
.NoPrint{
	display : none;
}
