﻿* 
{
	padding:0px;margin:0px;font-size:12px; border-width:0px;
}

td
{
	color:#333333;
	vertical-align:middle;
}

a 
{
	color:Black;
    text-decoration:none;
}

a:hover
{
	color:Red;
	text-decoration:underline;
}

body
{
    margin:0px;
    background-image:url(../imgs/bg2.gif);
    background-repeat:repeat-x;
	background-position:0px -1px;
    text-align:center;
}

#header
{
    width: 984px;        
}




#main
{
    padding-top:8px;
    padding-right:2px;
    padding-left:2px;
    width: 984px;
    background-color:White;
    overflow:hidden;
}
    
#left
{
    float:left;
    width:190px;
    overflow:hidden;
}


#leftPic
{
    height:94px;
    background-image:url(../../Imgs/Img.jpg);
    background-position: center bottom;
    background-repeat:no-repeat;
}


#right
{
    float:right;
    width:773px;
    overflow:hidden;
}

/* 右边部分的左边 */
#right_left
{
	width:560px;
	float:left;
	padding-top:7px;
	overflow:hidden;
}

/* 右边部分的右边 */
#right_right
{
	width:190px;
	float:right;
	overflow:hidden;
}




#footer
{
    width: 984px;        
}








.wxModuleTitle
{
	font-size:14px;
	font-weight:bold;
	color:#656565;
}

.wxModuleHead
{
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
}

.wxModuleHead2
{
	color:#010101;
	font-size:13px;
	font-weight:bold;
}

.wxInput
{
	font-size: 9pt;
	color: #333333;
	border: 1px solid #999999;
}

.wxSummary
{
	font-size:12px;
	color:#999999;
	text-align:left;
}

.wxSummary a
{
	color:#999999;
}


.wxTableHead
{
	font-size:13px;
	font-weight:bold;
}


.wxContent
{
	font-size: 12px;
	line-height: 22px;	
}



a.LinkAbout
{
	font-size:12px;
	color:#0001FE;
	text-decoration:none;
	line-height:22px;
}

a.LinkAbout:hover
{
	font-size:12px;
	color:#FF6600;
	text-decoration:none;
	line-height:22px;
}




dl{
	margin:0px;
}

dl dt {
	margin-left: 20px;
	margin-right: 20px;
	padding:3px;
}

dl dd {
	margin-left: 30px;
	margin-right:30px
}