/*****************************************************
General Page Style
*****************************************************/

body 
{
	margin: 0 0 0 0;	
	background-color: #D2D2D2;	
	font-size: 12px;
	line-height: 150%; 
}
td 
{
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";	
	font-size: 12px;
	line-height: 150%; 
	
}

/*****************************************************
General Text Style
*****************************************************/

/*标题*/
.txtTitle 
{
	font-size : 16px;
	font-weight: bold;
	color: #FF9900;
} 

/*标题说明文字*/
.txtTitle2 { font-size : 12px; } 

/*正文*/
.txtContent { font-size : 14px; } 

/*警告、出错文字*/
.txtWarning { font-size : 14px; color: #FF0000; }

/*****************************************************
General Text Link Style
*****************************************************/

/* 默认链接 */
A:link 
{
	COLOR: #333333; 
	TEXT-DECORATION: none;
	line-height: 150%;
}
A:visited 
{
	COLOR: #333333; 
	TEXT-DECORATION: none;
	line-height: 150%;
}
A:hover 
{
	COLOR: #3333FF;	
	POSITION: relative;
	text-decoration: none;
	TEXT-DECORATION: underline;
	line-height: 150%;
}
A:active 
{
	COLOR: #999999; 
	TEXT-DECORATION: none;
	line-height: 150%;
}

/* Header公共部分栏目链接 */
/* 样式1 */
A.cataLink:link 
{
	COLOR: #FF6600; 
	TEXT-DECORATION: none;
	line-height: 150%;
}
A.cataLink:visited 
{
	COLOR: #FF6600; 
	TEXT-DECORATION: none
}
A.cataLink:hover 
{
	LEFT: 1px; 
	COLOR: #0000FF; 
	POSITION: relative; 
	TOP: 1px
}
A.cataLink:active 
{
	COLOR: #333333; 
	TEXT-DECORATION: none;
}

/* 样式2 */
A.cataLink2:link 
{
	COLOR: #000000; 
	TEXT-DECORATION: none;
	line-height: 150%;
}
A.cataLink2:visited 
{
	COLOR: #996633; 
	TEXT-DECORATION: none
}
A.cataLink2:hover 
{
	LEFT: 1px; 
	COLOR: #CC3300; 
	POSITION: relative; 
	TOP: 1px
}
A.cataLink2:active 
{
	COLOR: #333333; 
	TEXT-DECORATION: none;
}
/* 样式3 */
.LinkWhite:link 
{
	COLOR: #FFFFFF; 
	TEXT-DECORATION: none;
	line-height: 150%;
}
.LinkWhite:visited 
{
	COLOR: #FFFFFF; 
	TEXT-DECORATION: none
}
.LinkWhite:hover 
{
	LEFT: 1px; 
	COLOR: #FFCC00; 
	POSITION: relative; 
	TOP: 1px
}
.LinkWhite:active 
{
	COLOR: #CCCCCC; 
	TEXT-DECORATION: none;
}
/* Footer公共部分栏目链接 */

A.footLink:link 
{
	COLOR: #333333; 
	TEXT-DECORATION: none;
	line-height: 150%;
}
A.footLink:visited 
{
	COLOR: #333333; 
	TEXT-DECORATION: none
}
A.footLink:hover 
{
	LEFT: 1px; 
	COLOR: #3366FF; 
	POSITION: relative; 
	TOP: 1px
}
A.footLink:active 
{
	COLOR: #333333; 
	TEXT-DECORATION: none;
}


/*****************************************************
Form Elements
*****************************************************/

/* 下拉列表 (默认) */
select 
{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	background-color: #999999;
}

/* 多行文本框 (默认) */
textarea 
{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}

/* 避免radio,checkbox,button等出现外框,只对单行文本框 (手动添加! class = txtInput) */
.txtInput 
{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #999999;
}

/* input elements in forms, e.g radio buttons, text boxes, etc. 
input 
{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #999999;
}
*/

.white {
	color: #FFFFFF;
}
.maintit1 {
	font-family: "宋体";
	font-size: 24px;
	line-height: 150%;
	color: #333333;
	font-weight: bold;
}
