/* CSS Document */
body{
margin:0px;
padding:0px;
font-size:12px;
background-color:#ffffff;
text-align:center;
}
td{
background-color:#FFFFFF;
}
a:link {
	color: #68483B;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #68483B;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #68483B;
}
.navbg,.navbg td {
	background-image: url(dh.jpg);
	background-repeat: repeat-x;
	background-position: center top; line-height:35px; height:35px;
}
.navbg,.navbg a{
	color:#FFFFFF;
	font-size: 16px;
	text-decoration: none;
}
.navbg a{ display:block;}
.navbg a.select,.navbg a:hover{ background-color:#82bc1a}