@charset "UTF-8";
/* CSS Document */

.Body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
}
.Bodysmall {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
}
.RedHead {
	font-size: 120%;
	font-weight: bolder;
	color: #F00;
	text-align: center;
}
.WhiteText {
	color: #FFF;
}
.head2 {
	font-size: 125%;
	font-weight: bold;
	text-align: center;
}
.head3 {
	font-size: 100%;
	font-weight: bold;
	text-align: center;
}
.TopHead {
	font-size: 200%;
	font-weight: bolder;
	text-align: center;
}

