
.float_left{
	float:left;
	padding: 5px;
}

.float_right{
	float:right;
	padding: 5px;
}

.centre_object{
	margin-left: auto;
 	margin-right: auto;
}

.contactPosition{
	color:#333333;
	font-size:11px;
	font-weight:bold;
}
	
.contactName, .locationName{
	color:#3366CC;
	font-size:11px;
	font-weight:bold;
}

.title_section, .title_left_col {
	font-family: Helvetica, sans-serif;
	color: #616161;
	font-size: 2em;
	font-weight: bold;
	text-transform: capitalize;
}

