/* CSS Document */
#path {
    clear:both;
	height:24px;
	line-height:2.2em;
	background-color:#000;
	color:#FFFFFF;
	font-size:12px;
	padding:0 10px;
}
#path a {
	color:#FFFFFF;
}
#path a:hover {
	color: #FFFFCC;
}
#bar {
	width:100%;
	background-image:url(../images/bar_mid.gif);
	height:28px;
	clear: both;
}
.bar-left {
    float:left;
}
.bar-right {
    float:right;
}
#newsT span {
	font-size: 11px;
	color:#666;
}
#newsT a {
	font-size: 11px;
	color:#666;
	text-decoration: none;
}
#newsT a:hover {
	color:#cc0000;
}
