/*------ 页面整体定义区 ------*/

/*首页*/
body td{
color: #666666;
font-size:12px;
line-height:150%;
font-family: Arial, Helvetica, sans-serif;新宋体；

}




/* ------ 文字形式定义区 ------*/

/*底部字体*/
.style2 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.style3 {
	font-size: 12px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
 
/*------ 超链接定义 ------*/

/*默认超链接*/
A:link {
	COLOR: #ffffff;
    text-decoration: none;
}
A:visited {
	COLOR: #ffffff;
	text-decoration: none;
}
A:hover {
	COLOR: #FFCC00;
	text-decoration: none;
}
A:active {
	COLOR: #ffffff;
	text-decoration: none;
}

/*左部菜单超链接*/
A.menu:link {
	COLOR: #999999;
	font-size:14px;
		text-decoration: none;
		font-weight:bold;

}
A.menu:visited {
	COLOR: #999999;
	font-size:14px;
		text-decoration: none;
		font-weight:bold;
}
A.menu:hover {
	COLOR: #ffcc00;
	font-size:14px;
		text-decoration: none;
		font-weight:bold;
}
A.menu:active {
	COLOR: #999999;
	font-size:14px;
		text-decoration: none;
		font-weight:bold;
}

/*------ 表单 ------*/

.input_pages{
height:20;
font-size:12px;
color:#000000;
background-color:#FFCC00;
border:1px solid;
}

 
 

