/*-------------------------基本样式--------------------------------*/

body, td, select, input, textarea { 
	font-size: 12px; 
	color: #000; 
	font-family: 宋体; 
}

/*-------------------------链接样式--------------------------------*/

a:link, a:visited { 
	color:#030303; 
}

a.red:link, a.red:visited { 
	color: #d00;
}

a.none:link, a.none:visited { 
	color: #030303; 
	text-decoration: none;
}

a.nav:link, a.nav:visited { 
	font-size: 13px; 
	color: #fff;
	text-decoration: none;
}

a.user:link, a.user:visited { 
	color: #fff;
}

a:hover, a.red:hover, a.none:hover, a.nav:hover { 
	color:#d00; 
	left: 1px; 
	top: 1px; 
	position: relative; 
}

/*-------------------------字体、间距等--------------------------------*/

.white {
	font-size: 13px; 
	color:#fff;
}

.black { 
	font-size: 13px; 
}

.rowspace { /*行间距*/
	line-height: 140%; 
}

.offset { /*偏移量*/
	padding-left: 100px; 
}

.padding { 
	padding: 10px;
}

/*-------------------------表格样式--------------------------------*/

.solid { 
	border: #bed2e4 1px solid; 
}

.dash { 
	border: #bed2e4 1px dashed;
}

.search { 
	background: url(../index/search.gif) repeat-x 0px 0px; 
	height: 35px;
}

.menu { 
	background: url(../index/menu.gif) repeat-x 0px 0px; 
	height: 35px;
}

.title { 
	background: url(../index/title.gif) repeat-x 0px 0px; 
	height: 30px;
}

.under { 
	border-bottom: #1682cb 5px solid; 
	font: 13px bold; 
	height: 30px; 
	padding-left: 5px; 
}