html{

}

body {
	margin: 0px;
	padding: 0px;
	text-align:center;
	background-color:#FFF;
	background-image:URL("/googlemaps/images/bg.jpg");
	background-repeat: repeat-y;
	background-position: center top;
	font-family: arial;

}

p {
	margin:0px;
	padding:0px;
}

.addressPanel {
	vertical-align: top;
	height: 350px;
	width: 250px;
	overflow: auto;
	font-size: 10px;
}

.addressPanel td {

	font-size: 10px;
}

.addressPanel td.icon {
	max-width: 20px;
	width: auto;
}


.addressPanel p {
	margin: 5px;
	max-height: 350px;
	font-size: 10px;
}

.addressPanel p b {
	font-weight: bold;
	font-size: 12px;
}


a img{
border:0px;
}

a{
	color:blue;
	text-decoration:none;
}

div.sublogo {
	float: right;
	margin-right: 25px;
	margin-top: 10px;
}

div.adress {
	float: left;
	margin-left: 10px;
	margin-top: 25px;
	text-align: left;
}


div.clear {
	clear: both;
}


#contentResult a:hover,
#contentResult a:link,
#contentResult a:visited {
background-color: transparent;
}

#contentResult a:hover {
color: #616161;
}
