/* CSS Document */

h1 { display:none; height:1px; text-indent:-9999em; text-decoration:none; }

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	margin: 0 auto;
	font-weight: normal;
	color: #727272;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	margin: 0 auto;
	font-weight: normal;
	color: #999999;
	padding-bottom: 14px;
}

b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	margin: 0 auto;
	font-weight: normal;
	color: #727272;
}

a {
		color: #727272;
		text-decoration:none;
		font-size: 1.2em;
		}
		
a:hover{
		color: #727272;
		text-decoration:none;
		font-size: 1.2em;
		}
		
p {
	margin: 4px 0px 10px 0px;
}

li {
list-style:square;
}


.contactimage {
float: left;
margin-right: 20px;

}

.contactdetails {
line-height: 25px;
border-top: 1px solid #b2b2b2;
border-bottom: 1px solid #b2b2b2;
padding: 5px 0 5px 0;
overflow: auto;
}

.contactdetails a {
font-size: 1.0em;
text-decoration: underline;
}

.contactdetails a:hover {
color: #000;
}

.break {
clear: both;
}






