/* CSS Document */
.divtop{
    width:960px;
	height:82px;
}
.divbanner{
    width:960px;
	height:190px;
	margin-bottom:10px;
	background-image:url(images/b1.jpg);
}
.divleft{
    float:left;
    text-align:left;
}
.divright
{
    float:right;
    text-align:right;
}
.dh ul{
    padding:0;
	margin:0;
	height:38px;
	padding-left:20px;
	}
.dh ul li {
	float:left;
	padding-right:0;
	padding-left: 0;
	color:#FFFFFF;
	height:38px;
	line-height:38px;
	font-size:13px;
}
.dh ul li a {
	background-image: url(images/menu2.jpg);
	background-repeat: no-repeat;
	background-position:right;
	display: block;
	color:#ffffff;	
	text-align: center;
	width:100px;
}
.dh ul li a:hover {
	background-image: url(images/menu3.jpg);
	background-repeat: no-repeat;
	background-position:right;
	color:#FFffff;
}
.dh ul li a:visited {
	color:#FFffff;
}
.menu1{
	background-image: url(images/menu3.jpg);
	background-repeat: no-repeat;
	background-position:right;
	color: #FFEF01;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #111111;
}
a:hover {
	text-decoration: underline;
	color: #0066FF;
} 
a:active {
	text-decoration: none;
}
body,td,tr {
	FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: #000000; LINE-HEIGHT: 22px; FONT-FAMILY: Arial, Helvetica, sans-serif
}
body{
    background-image:url(images/index_01.gif);
    background-repeat:repeat-x;
    background-position:top;
}
.white{
    color:#ffffff;
}
.titleh{
    color:#ffffff;
    padding-left:15px;
	font-weight:bold;
}
.tabright{
    margin-left:5px;
}
.tableft{
    margin-right:5px;
}
.boders{
    border:#ccc 1px solid;
}
.lined{
    border-bottom:#ccc 1px dotted;
}
