/* CSS Document */
body {
	background-color:#f3a51c;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
a {
	/*color: #FFFFFF;*/
}
.FooterText {
	font-size: 9px;
	color: #8c1812;
}
.SmallText {
	font-size: 9px;
	color: #000000;
	text-align:justify;
}
.SmallTextBold {
	font-size: 9px;
	color: #000000;
	font-weight:bold;
	text-align:justify;
}
.MediumTextBold {
	font-size: 11px;
	color: #000000;
	font-weight:bold;
	text-align:justify;
}
.TitleText {
	font-size: 13px;
	color: #8c1812;
	font-weight:bold;
	text-align:left;
}
