/* CSS Document */


.section_title{
	font-weight:bold;
	clear:both;
}	

.clear{
	clear:both;
}	

.footnote{
	padding-left:10px;
	
}	

.grid_v{
	height:75px;
	width:110px;
	text-align:center;
	vertical-align:middle;
	float:left;
	line-height:65px;
	font-weight:bold;
}

.grid_h{
	height:50px;
	width:110px;
	padding: 5px;
	text-align:center;
	vertical-align:middle;
	float:left;
}

.grid_wide{
	text-align:left;
	width:500px;
}	

.output{
	color:#FF0000;
	font-weight: bold;
}	


	