.tabela {
 color: #464646;
}
.textbold {
 color: #464646;
 font-family: sans-serif;
 font-weight: bolder;
 font-size: 12px;
 padding-top: 10px;
}

.boldtextheder {
 font-size: 14px;
}


table.tabela {	
	border:0; 
	width: 95%;
}
table.tabela td {
	padding: 3px;
	text-align: left;
}

.tr {
	margin-top: 10px;
}

body {
	color: #6e7575;
}

.textbold {
	color: #6e7575;
	font-family: sans-serif;
	font-weight: bolder;
	font-size: 12px;
}

.boldtextheder {
	font-size: 14px;
	color: #ed5700;
	border-bottom: solid 1px #ed5700;	
	font-weight: bolder;
	font-family: sans-serif;
}

#map_canvas {
	height: 450px;
	width: 100%;
	border: solid 1px #464646;
}
.mapDescriptionHead{
	margin-top: 0;
}
.orangeLink {
	text-decoration: none;
	color: #ED5700;
}
.orangeLink:HOVER {
	text-decoration: underline;
}
.noPaddingTopBottom {
	padding-top: 0;
	padding-bottom: 0;
}
