﻿@charset "utf-8";

/*------------------------------------------------------subnav start---------------------------------------------------------*/

#navwrap{
	width: 907px;
	height:20px;
	background-image:url(../images/subnav_bg.jpg);
	margin:1px auto 5px;
}

#title{
	width:868px;
	height:51px;
	text-align:left;
	background-image:url(../images/title_bg.jpg);
	padding: 8px 0 0 20px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;
}

/*------------------------------------------------------subnav end---------------------------------------------------------*/

#subcontent{
	width:797px;
	margin:0 auto;
	padding:25px;
	border-left-color:#e2e2e2;
	border-right-color:#e2e2e2;
}


#subcontent .table_style{
	border-collapse:collapse;
	width:765px;
	border-top:6px solid #3280e6;
	margin-bottom:10px;
	text-align:left;
	line-height: 26px;
	margin-left:15px;
	margin-top:15px;
}

#subcontent .table_style td{
	border:1px solid #3280e6;
	padding:0 6px;
}

#subcontent .table_style th{
	border:1px solid #3280e6;
	padding:0 6px;
}

.text_left{	
	text-align:left;
}

.bg_blue{
	background-color:#e7f1fc;
}

.strong_12{
	font-weight:600;
	font-size:12px;
}

