body, html {
	font-size: 12px;
    font-family: Verdana;
}

.clear { clear: both; }

p.normal {
	background: none;
	color: #000;
}
p.blue_para {
	background-color: #0071bc;
	color: #fff;
	padding: 10px;
}

span.bold { font-weight: bold; }
span.italic { font-style: italic; }

td.column_red { background-color: #e1001a; color: #fff; }

div.serv_info_cont {
	width: 190px;
	overflow-x: hidden;
	float: left;
	margin-bottom: 10px;
}
div.serv_info_cont.left {}
div.serv_info_cont.middle { margin: 0px 10px; }
div.serv_info_cont.right {}
div.serv_info_cont .title {
	width: inherit;
	background-color: #e1001a;
	display: table-cell;
	vertical-align: middle;
	height: 50px;
	font-size: 14px;
	text-align: center;
	color: #fff;
}
div.serv_info_cont .image {
	background-color: #e1001a;
	width: inherit;
}
div.serv_info_cont .image img {
	width: inherit !important;
}
div.serv_info_cont .desc {
	width: inherit;
	background-color: #e1001a;
	font-size: 8px;
	text-align: left;
	color: #fff;
	padding: 3px;
	height: 35px;
}
