.block_header {
	float:left;
	width: 140px;
	padding: 4px 10px 4px 10px;
	color: #ffffff;

}

.block_header h3{
	font-weight: bold;
	font-size: 13px;
	color: #094C93;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-bottom:2px solid #094C93;
}

.block_body {
	float:left;
	width: 140px;
	min-height:50px;
    height:auto !important;
	height:50px;
 	padding: 4px 10px 4px 10px;
	color: #000000;
	background-color: #ffffff;
    margin-bottom: 15px;
	font-size: x-small;
}

#block_body a{
	font-family:Arial;
	font-weight: bold;
	text-decoration: none;
	color: #094C93;
}


#block_body a:hover{
	font-family: Arial;
	font-weight: bold;
    color: #094C93;
	text-decoration: underline;
}

