body,html{
	font:12px arial,helvetica,clean,sans-serif;
	text-align:center;
	width:1000px;
	height:750px;
	color:#474747;
	background-color:#CCCCCC;
}
*{
	margin:0;
	padding:0;
}
#map{
	position:absolute;
	left:0;
	display:block;
	width:1000px;
	height:750px;
}
.dvhl{
	display:block;
	width:150px;
	height:62px;
	background-repeat:no-repeat;
	background-position:top right;
	padding-right:80px;
}
.dvhl p{
	display:block;
	width:150px;
	padding-bottom:2px;
	color:#036AC8;
	font-size:11px;
	font-weight:bold;
	text-align:left;
	float:left;
}
.dvhl p.dvhlp1{
	color:#D80000;
	font-size:12px;
	padding-bottom:4px;
}
.dvh12{
	display:block;
	width:210px;
	padding-top:10px;
	text-align:left;
	font-size:11px;
}
.morelnk{
	display:block;
	width:220px;
	font-size:11px;
	font-weight:bold;
	text-align:right;
	color:blue;
	text-decoration:underline;
}
.morelnk:hover{
	text-decoration:none;
}
