@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: tahoma;
	font-size: 10px;
	color: 686868;
	text-align: center;
}
body {
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
}
img {
	border:0;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #CCC;
}
a:active {
	text-decoration: none;
	color: #000;
}
.title {
	font-family: tahoma;
	font-size: 14px;
	color: #FFF;
	font-weight:bold;
	padding-bottom:0px;
	background-color:#686868;
}
.sub-title {
	font-family: tahoma;
	font-size: 12px;
	color: #000;
	font-weight:bold;
	padding-bottom:0px;
	background-color:#999999;
}
.content {
	font-family: tahoma;
	font-size: 12px;
	color: 686868;
}
.content-side {
	font-family: tahoma;
	font-size: 12px;
	color: #FFF;
}
.content-side-txt {
	font-family: tahoma;
	font-size: 10px;
	color: #FFF;
}
.sub-side a{
	display: block;
	font-family: tahoma;
	font-size: 12px;
	color: #686868;
	height:20px;
	padding-top:4px;
	padding-left:3px;
	padding-right:20px;
}
.sub-side a:hover{
	font-family: tahoma;
	font-size: 12px;
	color: #FFF;
	background:url(../images/bg_submenu_e2.png) no-repeat right ;

}
