.Foots {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #333;
	text-align: left;
}
.Description {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8px;
	color: #000;
}
.Description-B {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8px;
	color: #000;
	font-weight: bold;
}
.Description-Link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	cursor: pointer;
	
}

.lists {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.Head01 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #000;
}
.Head02 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #000;
}
.text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-align: left;
	line-height: 18px;
}
.text-B {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
}

#map-canvas {
        width: 460px;
        height: 360px;
		background-color: #CCC;
}
.terms {
	font-size: 10px;
	color: #000;
	position: absolute;
    z-index: 2;
}
#tc-container {
	height:460px;
    width:760px;
    position:relative;

}
#tc-image {
	position:absolute;
	opacity:.5;s
    left:0;
    top:0;

}
#tc-text {
	z-index:2;
	position:absolute;
	color:#000;
	text-shadow:#999
	font-size:12px;
	width: 560px;
	vertical-align:middle;
	left: 100px;
	top: 10px;  
}
