@charset "ISO-8859-1";
.contactWrapper {
	display: block;
	background-color: #dee3e3;
	margin-top: 15px;
}

/* CSS Document */

.contact-details {

}
.contact-details a, .contact-details a:visited, .contact-details a:active{
	font-weight: bold;
	color: #232323;
	text-decoration: none;
}
.contact-details a:hover{
	font-weight: bold;
	color: #232323;
	text-decoration: underline;
}
