body{
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color:#252525;
}
.text{font-size: 12px;}
.time{
	font-size: 12px;
	color: #AAAAAA;
}
a {
	font-size: 12px;
	color:  #252525;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	color: #17701E;
	text-decoration: underline;
}
a.dh{
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a.dh:hover{
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}

a.meun{
	font-size: 12px;
	color: #FFFFFF;
    font-weight: bold;
	text-decoration: none;
}
a.meun:hover{
	font-size: 12px;
	color: #FFFFFF;
    font-weight: bold;
	text-decoration: underline;
}
.bgf {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DEDEDE;
}
.map{
	background-image: url(images/map.jpg);
	background-repeat: no-repeat;
}
.tab{
	background-image: url(images/mid_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.td{
	background-image: url(images/left_bg.jpg);
	background-repeat: no-repeat;
}
.bottom{
	background-image: url(images/bottom.jpg);
	background-repeat: repeat-x;
	background-position: top;
}