body {
	background-color: #FFFFFF;
}


.txtBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1B1B1B;
	line-height: 16px;
}
.txtBody a:link {
	color: #3333CC;
	text-decoration : none;
}
.txtBody a:visited {
	color: #3333CC;
	text-decoration: none;
}
.txtBody a:hover {
	color: #3333CC;
	text-decoration: underline;
}


.txtSubNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.txtSubNav a:link {
	color: #FFFFFF;
	text-decoration : none;
}
.txtSubNav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.txtSubNav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


.txtHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FF6600;
}
.txtBodySmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.txtBodyLarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
}
.txtWhiteBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.txtHeadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0033;
}
.txtHeaderBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3333CC;
}
.txtHeadlineLarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FF0033;
	line-height: 21px;
}