td {
	font-size: 12px;
	line-height: 20px;
    }

.LeftPading {
	line-height: 18px;
	padding-left: 12px;
    }
.BottomDot {
	background-image: url(dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
    }
.LeftRightBorder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #D1D1D1;
	border-right-color: #D1D1D1;
	border-bottom-color: #D1D1D1;
	border-left-color: #D1D1D1;
    }
.Border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D1D1D1;
	border-right-color: #D1D1D1;
	border-bottom-color: #D1D1D1;
	border-left-color: #D1D1D1;
    }
a {
	color: #000000;
	text-decoration: none;


   }
.NavTitle {
	font-size: 14px;
	font-weight: bold;
    }
.TopNavLink {
	text-decoration: none;
	color: #000000
}
.TopNavLink:hover{
	color: #3C3B3B;
    }
a:hover {
	color: #FF6600;
	text-decoration: underline;
    }
.zhengwen {
	font-size: 14px;
	line-height: 23px;
    }
body {
	background-image: url(bg.gif);
	background-repeat: repeat-x;
	background-position: top;

    }
.TopLink {
	font-weight: bold;
	text-decoration: none;
	padding-left: 5px;
}
