/* CONTACTS */

div.entity, span.tit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div.entity {
	border-top: 2px solid #3B5598;
	border-right: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	border-left: 1px dotted #CCCCCC;

	width: 60%;
	margin: 2% 0% 2.5% 5%;
	
}

div.entity div.hdr, div.entity div.addr {
	padding: 1% 1%;
}

div.entity div.hdr {
	background-color: #D8DFEA;
	color: #3B5598;

	font-weight: bolder;
	font-size: 1.2em;
}

div.entity div.addr{
	font-family: Garamond, Georgia, Times, serif;
	
	line-height: 1.5em;
}

span.tit {
	color: #3B5598;

	font-weight: bold;
	font-size: 1.1em;
}

