/*
mystage 频道模板
(C) 2008 by mystage
http://www.my5tai.com
*/


/*-------------------------------样式------------------------------------*/
body { 
	margin:0px;
}
/*页面最顶部底部菜单*/
.text1 {
	font-family: "宋体";
	font-size: 12px;
	color: #000000;
}
.text1 a{
	font-family: "宋体";
	font-size: 12px;
	color: #384072;
	text-decoration: none;
}
.text1 a:hover {
	text-decoration: underline;
}
.text1 a:active {
	text-decoration: underline;
}
/*频道导航菜单*/
.text2 {
	font-family: "宋体";
	font-size: 13px;
	color: #000000;
}
.text2 a{
	font-family: "宋体";
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}
.text2 a:hover{
	text-decoration: underline;
}

/*频道名称*/
.text3 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.text3 a {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.text3 a:hover{
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

/*频道名称右侧链接的版块*/
.text4 {
	font-size: 12px;
	color: #FFFFFF;
}
.text4 a {
	text-decoration: none;
	color: #FFFFFF;
}
.text4 a:hover{
	text-decoration: underline;
	color: #FFFFFF;
}
/*-------------------------------图片样式--------------------------------*/
img {
	border:0px;
}
/*右侧带框图片*/
.right_img {
	border: 1px solid #666666;
}
/*-------------------------------字体样式--------------------------------*/
/*频道标题*/
.title1 {
	font-size: 14px;
	line-height: 25px;
	font-weight: bold;
}
.title1 a {
	text-decoration: none;
}
.title1 a:hover {
	text-decoration: underline;
}
/*频道中部首推位置*/
.centerTop_Button {
	font-size: 12px;
	line-height: 22px;
	color: #333333;
}
.centerTop_Button a {
	text-decoration: none;
	color: #333333;
}
.centerTop_Button a:hover{
	text-decoration: underline;
	color:#FF6500;
}
/*频道中部14号字*/
.list {
	font-size: 14px;
	line-height: 26px;
	color: #333333;
}
.list a {
	text-decoration: none;
	color: #333333;
}
.list a:hover {
	text-decoration: underline;
	color: #FF6500;
}
/*频道左右12号字*/
.small_list {
	font-size: 12px;
	color: #333333;
	line-height: 22px;
}
.small_list a {
	text-decoration: none;
	color: #333333;
}
.small_list a:hover {
	text-decoration: underline;
	color: #FF6500;
}

/*右侧专题链接*/
a.link2 {
	text-decoration: none;
}
a.link2:hover {
	text-decoration: underline;
}
a.firstline {
   font-weight:bold;
   color:#000000;
   font-size:14px;
   text-decoration: none;
}
a.firstline:hover {
	color:#FF6500;
	text-decoration: underline;
}
/*友情链接*/
.youqing_z {
	font-size: 12px;
	color: #333333;
	line-height: 22px;
}
.youqing_z a {
	text-decoration: none;
	color: #333333;
}
.youqing_z a:hover {
	text-decoration: underline;
	color: #FF6500;
}