@charset "utf-8";
body {margin-left: 0px;margin-top: 0px;}
.body,td,table {  font-family: "Arial, Helvetica, sans-serif"; font-size: 13px; color:#666;}
.textb {  font-family: "Arial, Helvetica, sans-serif"; font-size: 14px; font-weight:bold; color:#ff6f00;}
.texts {  font-family: "Arial, Helvetica, sans-serif"; font-size: 12px;}
.textlg{
 font-family: "Arial, Helvetica, sans-serif";
 font-size: 13px;
 line-height: 140%;
}
.indextextlg{
 font-family: "Arial, Helvetica, sans-serif";
 font-size: 13px;
 line-height: 160%;
}


a {text-decoration: none;color: #666666; }
a:link {text-decoration: underline; color: #666666;}
a:visited {text-decoration: none; color: #666666;}
a:hover {text-decoration: underline; color: #ff6f00;}

a.top:link {text-decoration: none; color: #666666; font-weight:bold; font-size: 14px;}
a.top:visited {text-decoration: none; color: #666666; font-weight:bold; font-size: 14px;}
a.top:active {text-decoration: none;color: #666666; font-weight:bold; font-size: 14px;}
a.top:hover {text-decoration: none; color: #ff6f00; font-weight:bold; font-size: 14px;}

a.title:link {text-decoration: none; color: #ff6f00; font-weight:bold;}
a.title:visited {text-decoration: none; color: #ff6f00; font-weight:bold;}
a.title:active {text-decoration: none;color: #ff6f00; font-weight:bold;}
a.title:hover {text-decoration: underline; color: #ff6f00; font-weight:bold;}

.menu{
	width:219px;
	background-color:#d9dee2;
	border-left: 1px solid #FFF;
	border-right: 2px solid #FFF;
}
.menu-bg
{background-color:#d9dee2;
background:url(../images/menu-bg.png) no-repeat top right;
}
.menu-bg td
{
	height:32px;
	line-height:32px;
	vertical-align:middle;
	border-bottom:1px solid #fff;
}
a.menu-link 
{
	position:relative;
	display:block;
	color:#666;
	text-decoration: none;
	width:100%;
	
}
a.menu-link-active,
a.menu-link:hover
{
	background:rgba(0, 0, 0, 0.15)!important;
	filter:Alpha(opacity=15); background:#000;
	font-weight:bold;

}
.menu-link>span
{
	position:relative;
	padding-left:45px;
	width:100%;
	background:url(../images/dot1.jpg) no-repeat 30px center;
} 
a.menu-link-active>span{
	background-image:url(../images/dot2.jpg);
}