.dotstart {
	position: absolute;
	width: 575;
	height: 200;
	visibility: hidden;
	font-size: 1px;
	cursor: hand;
	z-index: 100;
	background-image: url(/erro/img/map.gif);
	background-repeat: no-repeat;
	
}
.dot { 
	position: absolute; 
	width: 24; 
	height: 24; 
	visibility: hidden; 
	background-color:  #efffef; 
	background: url(../img/logo.gif); 
	font-size: 1px; 
	cursor: pointer; 
	cursor: hand; 
	z-index: 300 }
.dotempty { 
	position: absolute; 
	width: 24; 
	height: 24; 
	visibility: hidden; 
	background-color: black; 
	background: url(../img/link.png); 
	font-size: 1px; 
	cursor: hand;
	z-index: 150 }
.dotoff { 
	position: absolute; 
	width: 551; 
	height: 200;
	visibility: hidden; 
	background: url(../img/map.gif);
	font-size: 1px; 	
	cursor: hand; 
	z-index: 150}
.caption { 
	position: absolute; 
	visibility: hidden; 
	font-family: Tahoma; 
	color: MenuText; 
  	font-size: 11px; 
	text-align: Center; 
	cursor: default; 
	z-index: 150 }
.captionbold { 
	position: absolute; 
	visibility: hidden; 
	font-family: Tahoma; 
	color: MenuText; 
  	font-size: 11px; 
  	font-weight: bold; 
	text-align: Center; 
	cursor: default; 
	z-index: 150 }
.captionwarning { 
	position: absolute; 
	visibility: hidden; 
	font-family: Tahoma; 
	color: yellow; 
  	font-size: 31px; 
  	font-weight: bold; 
	text-align: Center; 
	cursor: default; 
	z-index: 150 }
.captionerror { 
	position: absolute; 
	visibility: hidden; 
	font-family: Tahoma; 
	color: red; 
  	font-size: 11px; 
  	font-weight: bold; 
	text-align: Center; 
	cursor: default; 
	z-index: 150 }

}

blockquote {
	padding: 10px;
	border: 1px solid #cdf;
	background: #f3f3ff;
	font-family: "Century Gothic", "Helvetica", "sans-serif";
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h1 {
	height: 20px;
	margin: 20px 0px 10px 0px;
	font-family: "Century Gothic", "Helvetica", "sans-serif";
	font-size: 1.4em;
	color: #CC9933;

}
