html,body,div,h2,h3,ul,li,td,tr,p,form,table,img {margin:0;padding:0;}
img {border-style:none;}
table {font-family:"宋体";font-size:12px;}

ul,li {list-style-type:none;}

body {
	font-size:12px;
	font-family:"宋体",Arial, Helvetica, sans-serif;
	color:#333;
	background-image:url(../images/mainbj.gif);
	line-height:18px;
	background-repeat: repeat-x;
}

.clearboth {
line-height:0;
height:0;
clear:both;
}

a:visited,a:link {
color:#333;
text-decoration:none;
border-style:none;
}

a:hover {
color:#000;
text-decoration:underline;
border-style:none;
}

input {
color:#333;
border:1px solid #D2E1FB;
font-size:12px;
}

.p_float_l {float:left;}
.p_float_r {float:right;}

.p_margin_auto {margin-right:auto;margin-left:auto;}

.p_margin_top5 {margin-top:5px;}
.p_margin_top10 {margin-top:10px;}

.p_text-alignl {text-align:left;}
.p_text-alignc {text-align:center;}
.p_text-alignr {text-align:right;}

.p_gb2 {
background-image:url(../images/bt_2.jpg);
height:24px;
width:68px;
background-repeat:no-repeat;
border-style:none;
cursor:pointer;
}
.p_footer {
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	height: 54px;
	text-align: center;
	padding-top: 30px;
	width:1000px;
}
.p_wrap {
width:1000px;
}

.p_container {
	background-image: url(../images/bj1.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 8px;
	width: 995px;
	margin-left: 5px;
}
.p_text-idn {
	text-indent: 25px;
}


.scroll {
overflow-x:hidden;
overflow-y:auto;
scrollbar-face-color:#DEDEDE;
scrollbar-base-color:#F5F5F5;
scrollbar-arrow-color:#000;
scrollbar-track-color:#F5F5F5;
scrollbar-shadow-color:#EBF5FF;
scrollbar-highlight-color:#F5F5F5;
scrollbar-3dlight-color:#C3C3C3;
scrollbar-darkshadow-color:#9D9D9D;
}

.p_font12b {
	font-weight: bold;
	color: #666;
}
.p_font12b1 {

	font-weight: bold;
	color: #000;
}
.p_maicontentbj {
	background-image: url(../images/main_bj.gif);
	background-repeat: repeat-y;
	width: 996px;
}
.p_maicontentbj1 {
	background-image: url(../images/main_bottombj.gif);
	background-repeat: no-repeat;
	height: 26px;
	width: 996px;
}
.p_font14b {
	font-weight: bold;
	color: #0084e1;
	font-size: 14px;
}

/*table*/

.stripe_tb th {
	color: #4f6b72;
	text-align: left;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #D0E3E1;
	border-right-color: #D0E3E1;
	border-bottom-color: #D0E3E1;
	background-color: #F0FAFF;
	padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 10px;
	padding-left: 12px;
}

.stripe_tb td {
	background: #fff;
	color: #4f6b72;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #C1DAD7;
	border-bottom-color: #C1DAD7;
	padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 10px;
	padding-left: 12px;
}
.stripe_tb {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D0E3E1;
}

.stripe_tb tr.alt td{background:#F0FAFF} /*这行将给所有偶数行加上背景色*/
.stripe_tb tr.over td{
	background-color: #F5FEED;
} /*这个将是鼠标高亮行的背景色*/

