/* CSS Document */
.text_white_bold {color: #FFFFFF; font-weight: bold; }
.small_date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
}
.big_number {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
.body_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #333333;
}
BODY strike {
	color: #666666;
}

