﻿/*[公共common*/
BODY {
	margin:0px;
}
td,blockquote {
	font-size:12px;line-height:150%;color:#565656;font-family: "verdana", "sans-serif";
}
form {
	margin:0px;
}
/*
开始说明：以下为默认超链接样式
*/
a:link {
	color: #565656;
	text-decoration: none;
	line-height: 18px;
}
a:visited {
	color: #565656;
	text-decoration: none;
	line-height: 18px;
}
a:active {
	color:#565656;
	text-decoration:none;
	line-height: 18px;
}
a:hover {
	color: #FF3300;
	text-decoration: underline;
	line-height: 18px;
}

/*
开始说明：以下为白12号的超链接样式
*/
a.white:link {
	color: #FFFFFF;
	text-decoration: none;
	line-height: 18px;
}
a.white:visited {
	color: #FFFFFF;
	text-decoration: none;
	line-height: 18px;
}
a.white:active {
	color:#FFFFFF;
	text-decoration:none;
	line-height: 18px;
}
a.white:hover {
	color: #FFFFFF;
	text-decoration: underline;
	line-height: 18px;
}

/*
开始说明：以下为黄12号的超链接样式
*/
a.yellow:link {
	color: #FF6600;
	text-decoration: none;
	line-height: 18px;
}
a.yellow:visited {
	color: #FF6600;
	text-decoration: none;
	line-height: 18px;
}
a.yellow:active {
	color:#FF6600;
	text-decoration:none;
	line-height: 18px;
}
a.yellow:hover {
	color: #FF6600;
	text-decoration: underline;
	line-height: 18px;
}


/*
开始说明：以下为灰12号粗的超链接样式
*/
a.gray12B:link {
	color: #333333;
	text-decoration: none;
	line-height: 18px;
	font-weight:bold;
}
a.gray12B:visited {
	color: #333333;
	text-decoration: none;
	line-height: 18px;
	font-weight:bold;
}
a.gray12B:active {
	color:#333333;
	text-decoration:none;
	line-height: 18px;
	font-weight:bold;
}
a.gray12B:hover {
	color: #FF6600;
	text-decoration: underline;
	line-height: 18px;
	font-weight:bold;
}


/*虚线*/
.cut_h{
	border-bottom:solid 1px #F3F1F1;
	color:#4A494A;
	padding-left:5px;
	height:28px;
}
/*虚线*/
.cut_h1{
	border-bottom:solid 1px #EBE7E7; 
	color:#B6B6B6;
	padding-left:5px;
	height:25px;
}

.fontgreen14B{
	color:#006665;font-size:14px;font-weight:bold;
	font-family: "宋体", "Courier New", Courier, monospace;
}

/*左边按钮start*/
.menuleft_over{
	background:url(/images/menu_left_over.gif) no-repeat bottom;
	width:177px;
	height:28px;
	color:#FA771D;
	font-weight:bold;
	cursor:hand;
	padding-left:30px;
	padding-top:3px;
}
.menuleft_out{
	background:url(/images/menu_left_out.gif) no-repeat bottom;
	width:177px;
	height:28px;
	color:#333333;
	cursor:hand;
	padding-left:30px;
	padding-top:3px;
}


/*TAB切换按钮start*/
.tab_btnover{
	background-image: url(/images/tab_over.gif);
	font-size: 12px;
	font-weight: bold;
	background-repeat: no-repeat;
	height: 29px;
	width: 90px;
	text-align: center;
	color:#FF5400;
}
.tab_btnout{
	background-image: url(/images/tab_out.gif);
	font-size:12px;
	color: #3F0909;
	background-repeat: no-repeat;
	height: 29px;
	width: 82px;
	text-align: center;
	cursor:hand;
}




/*TAB切换按钮首页start*/
.tab_indexbtnover{
	background-image: url(/images/tab_indexover.gif);
	font-size: 12px;
	font-weight: bold;
	background-repeat: no-repeat;
	height: 29px;
	width: 70px;
	text-align: center;
	color:#FF5400;
}
.tab_indexbtnout{
	background-image: url(/images/tab_indexout.gif);
	font-size:12px;
	color: #3F0909;
	background-repeat: no-repeat;
	height: 29px;
	width: 62px;
	text-align: center;
	cursor:hand;
}

/*杂志边框*/
.border{
	border:solid 1px #C9C9C9
}

