@charset "utf-8";
/* CSS Document */

#Map-Table        {
	width: 100%;
}

#Map-Table .table        {
	border: 1px solid #e2e2e2;
}

#Map-Table .title        {
	color: #640203;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	text-align:center;
}

#Map-Table .sub        {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
	font-style: italic;
	font-weight:normal;
	font-size: 12px;
}

#Map-Table td        {
	text-decoration:none;
	text-transform: uppercase;
	font-weight:bold;
	font-size:14px;
	font-family: Arial, sans-serif;
	text-align:left;
	color: #640203;
	background-color: #CCC;
    margin: 0px;
}

#Map-Table td.normal3       {
    background: #FFF;
	padding: 0px 0px 0px 0px;
	width:47px;
	text-align: center;
}

#Map-Table a.block2:link    {
    display: block;
    width: 100%;
    height: 100%;
    color: black;
    text-decoration: none;
}

#Map-Table a.block2:visited {
    display: block;
    width: 100%;
    height: 100%;
    color: black;
    text-decoration: none;
}

#Map-Table a.block2:hover   {
    color: white;
    background: #640203;
}

.mapimg {
	float: none;
	margin: 5px 0px 2px 0px;
}

hr {color: #e6e6e6; border-top:1px solid #e6e6e6; border-bottom:0; margin: 0 11px 0 15px; border-left:0; border-right:0;}
hr.thick {border-top:5px solid #e6e6e6;}

/*@story art*/

.map-abb { 
	width:100%; 
	border: 1px solid #e2e2e2;
	}
	
.map-abb-text { 
	font-stretch:extra-expanded;
	text-indent:0px;
	line-height:1.2em;
	color: #3f3f3f; 
	font: 11px mono; 
	font-weight:bold;
	
	}
.map-abb cite {color: #999999;display:block;}


