BODY {
	background-color: #3D3939;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: White;
	margin-top: 0;
}

.time_title_caps{
	font: 60px Times New Roman;
	color: White;
}

.time_title{
	font-family: Times New Roman;
	font-size: 16px;
	color: White;
	font-weight: bold;
}

.title{
	font: 24px Times New Roman;
	color: White;
}

.body_text{
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: White;
}

.body_text_black{
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: Black;
}

A:link.body_text{
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: White;
}

 .float_right{
float: right;
margin: 0 0 10px 10px;
clear: right;
}

.float_left{
float: left;
margin: 0 10 0 0;
clear: left;
}

.containingbox p { margin-top: 0;}

.scroll {
	width: 100%;
	height: 260px;
	overflow: auto;
}