body {
	background-color: #FFFFFF;
}

body,td,th {
	/*font-family: "Trebuchet MS",Verdana,Arial,Sans-serif;  */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

th {
	color: #000000;
	font-weight:bold;
}


.title_large_black {
	color:#000000;
	font-size:22px;
	font-weight:bold;
}

.title_large_red {
	color:#CC0000;
	font-size:22px;
	font-weight:bold;
}

.title_medium_red {
	color:#CC0000;
	font-size:14px;
	font-weight:bold;
}

.title_regular_black {
	color:#000000;
	font-size:12px;
	font-weight:bold;
}

.title_regular_red {
	color:#CC0000;
	font-size:12px;
	font-weight:bold;
}

.title_small_red_caps {
	color:#CC0000;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
}


.text_small_gray {
	color:#666666;
	font-size:10px;
}