/*基本样式*/

body { 
}						/*IE浏览器滚动条样式*//*页面字体基本样式*/
td {font-size: 12px; line-height: 1.5; color: #000000 }

							
.eng { font-size: 12px; font-family: "Verdana", "Arial"}		/*英文字体样式*/
.large { font-size: 14.8px}						/*大字体样式*/
.white { color: #FFFFFF}						/*颜色样式之白色，可扩展*/
.line_h18 { line-height: 18px}						/*文本行距样式1*/
.line_h20 { line-height: 20px}						/*文本行距样式2*/
.line_h22 { line-height: 22px}						/*文本行距样式3*/
.line_h24 { line-height: 24px}						/*文本行距样式4*/
.box { border: 1px #000000 solid}					/*带1像素黑色边框的表格样式*/
.line_white {  background: #FFFFFF; height: 1px}			/*1像素高的白色细线样式*/

/*左导航栏样式*/

a{ text-decoration: none; color: #666666}				/*标准链接样式*/
				/*标准链接样式*/
a:link   { text-decoration: none; color: #666666}
a:active { text-decoration: none; color: #666666}
a:visited { text-decoration: none; color: #666666}
a:hover	{ text-decoration: none; color: #999999 } 

a.menu { text-decoration: none; color: #666666}				/*左栏标准主菜单文字链接样式*/
a.menu:hover { text-decoration: none; color: #CCCC33}			/*左栏标准主菜单文字链接样式*/
a.menu1 { text-decoration: none; color: #000000}			/*左栏当前主菜单文字链接样式*/
a.menu1:hover { text-decoration: none; color: #000000}			/*左栏当前主菜单文字链接样式*/
.menu2 { color: #EBE9ED} 						/*左栏带二级菜单的主菜单文字样式*/
a.submenu { text-decoration: none; color: #EDFF77}			/*左栏二级菜单文字链接样式*/
a.submenu:hover { text-decoration: none; color: #EDFF77}		/*左栏二级菜单文字链接样式*/
.line_menu { background: #4C5212; height: 1px}				/*左栏各菜单之间的1像素高细线样式*/
.normal { background: #5F6617; font-size:14px; height: 26px}		/*左栏主菜单标准td样式*/
.current   { background: #CCEA06; font-size:14px; height: 53px}		/*左栏主菜单当前td样式*/
.sub  { background: #758014; font-size:14px; height: 26px}		/*左栏二级菜单标准td样式*/
.subcurrent  { background:#9FA844; font-size:14px; height: 26px}	/*左栏二级菜单当前td样式*/
.left_title { background: #CCEA06;font-size: 14.8px;color: #000000}	/*左栏通用模块标题样式*/
.left_line { background: #2D2D2D}					/*左栏通用模块间隔线样式*/
.left_text { color: #B0B716}						/*左栏通用模块文本样式*/
.left_bg{ background: #5F6617}						/*左栏背景*/
.button { font-size: 12px;height:20px; color: #000000; background: #CACEB7; padding-top: 2px; border: 1px solid; border-color: #FFFFFF #000000 #000000 #FFFFFF;} /*默认按钮样式，可扩展*/

/*模块通用样式*/

.title_tab {
	font-size: 14px;
	color: #143288;
	font-weight: bold;
}				/*模块中表格标题样式*/
.title_doc { font-size: 14.8px; color: #000000}				/*模块中文档标题样式*/
.list { font-size: 14.8px; color: #5B5B5B}				/*模块中列表项样式*/
.text { color: #5B5B5B}							/*模块中文本项样式*/
.box_m { border: 1px #D9D9D9 solid}					/*模块中带1像素灰色边框的表格样式*/
.line_box_m {  background: #D9D9D9; height: 1px}			/*模块中1像素高的灰色（对应于同名表格颜色）细线样式*/.input {
	font-family: "宋体";
	font-size: 12px;
	color: #000000;
}
.text_b {
	font-size: 14px;
	line-height: 2;
	font-weight: bold;
	color: #333333;
}
.text_b a:link   { text-decoration: none; color: #333333}
.text_b a:active { text-decoration: none; color: #333333}
.text_b a:visited { text-decoration: none; color: #333333}
.text_b a:hover	{ text-decoration: none; color: #999999 } 

.text_intro {
	font-size: 14px;
	line-height: 2;
	color: #666666;
}
.text_intro a:link   { text-decoration: none; color: #666666}
.text_intro a:active { text-decoration: none; color: #666666}
.text_intro a:visited { text-decoration: none; color: #666666}
.text_intro a:hover	{ text-decoration: none; color: #999999 } 

.txt_in {
	font-size: 12px;
	line-height: 1.5;
	color: #666666;
}
.more {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5;
	color: #FF9900;
	font-weight: bold;
}
.more a:link   { text-decoration: none; color: #FF9900}
.more a:active { text-decoration: none; color: #FF9900 }
.more a:visited { text-decoration: none; color: #FF9900}
.more a:hover	{ text-decoration: none; color: #FF9900 } 

.index_en {                 /*模块中英文样式*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}
.index_en a:link   { text-decoration: none; color: #FF6600}
.index_en a:active { text-decoration: none; color: #FF6600 }
.index_en a:visited { text-decoration: none; color: #FF6600}
.index_en a:hover	{ text-decoration: none; color: #FF9900 } 


.text_bot {
	font-size: 12px;
	line-height: 2;
	font-weight: bold;
	color: #333333;
}
.text_bot a:link   { text-decoration: none; color: #333333}
.text_bot a:active { text-decoration: none; color: #333333}
.text_bot a:visited { text-decoration: none; color: #333333}
.text_bot a:hover	{ text-decoration: none; color: #333333 } 

.mem_gifttitle {
	font-size: 12px;
	line-height: 1.5;
	font-weight: bold;
	color: #ED02FF;
}
.mem_colortext {
	font-size: 12px;
	line-height: 1.5;
	color: #ED02FF;
}
.text_wen1 {
	font-size: 12px;
	line-height: 1.5;
	font-weight: bold;
	color: #FF3300;
}
.text_title1 {
	font-size: 14px;
	line-height: 1;
	font-weight: bold;
	color: #FF6600;
}
.text_orange {
	font-size: 12px;
	line-height: 1.5;
	color: #FF6600;
}
.text_orange a:link   { text-decoration: none; color: #FF6600}
.text_orange a:active { text-decoration: none; color: #FF6600}
.text_orange a:visited { text-decoration: none; color: #FF6600}
.text_orange a:hover	{ text-decoration: none; color: #FF3300} 
