@CHARSET "UTF-8";

/* *{filter:gray;}
*/
td {
	font-family:宋体;
	font-size:12px;
}

#header * {
	font-size:12px;
	font-family:宋体;
}

#footer * {
	font-size:12px;
	font-family:宋体;
}

#navigator * {
	font-size:12px;
	font-family:宋体;
}

a {
	text-decoration: none;
	color: black;
	font-size:12px;
}

a.steelblue {
	color:steelblue;
}

a.gold {
	color:gold;
}

a.item {
	color: black;
}

a.item:hover {
	color: red;
	text-decoration: underline;
}

a:hover {
	color: red;
}

a.navigator {
	color: white;
}

a.navigator:hover {
	color:red;
	text-decoration: underline;
}

a.header {
	font-size:12px;
	font-weight:bold;
	color: black;
}

a.header:hover {
	color:red;
	text-decoration: underline;
}

a.footer {
	color: black;
}

a.footer:hover {
	color:red;
	text-decoration: underline;
}

a.menu {
	color: white;
}

a.menu:hover {
	color: gold;
	text-decoration: underline;
}

div {
	overflow: hidden;
	text-align: left;
}

.table_right {
	width: 191px;
}

.table_right .top {
	height: 40px;
}

.table_right span {
	font-weight: bold;
	margin-left: 50px;
	margin-top: 10px;
	display: block;
}

.table_right .row {
	background: url(table/bg_right.gif);
	padding: 2px 9px 0 11px;
}

.table_right .row .client {
	background: #eeeeee;
	border: 1px solid white;
	margin: 2px 0 0 0;
}

.table_right .bottom {
	background: url(table/bottom_right.gif) top repeat-x;
	height: 16px;
}



.table_left {
	width: 191px;
}

.table_left .top {
	height: 40px;
}

.table_left span {
	font-weight: bold;
	margin-left: 50px;
	margin-top: 10px;
	display: block;
}

.table_left .row {
	background: url(table/bg_left.gif);
	padding: 2px 11px 0 9px;
}

.table_left .row .client {
	background: #e6e6e6;
	border: 1px solid white;
	margin: 2px 0 0 0;
}

.table_left .bottom {
	background: url(table/bottom_left.gif) top repeat-x;
	height: 16px;
}
