/* CSS Document */

body {
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #999999;
	scrollbar-shadow-color: #999999;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-arrow-color: #999999;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-base-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 1.6;
	font-size: 13px;
	background-color: #FFFFFF;
	background-image: url(../images/page-bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	text-align: left;
}
h1{
	background-image: url(../images/p-h1.jpg);
	background-repeat: no-repeat;
	color: #024CA8;
	font-size: 20px;
	background-position: left 25px;
	padding: 0px 0px 20px 26px;
}
#wrapper{
	width:1002px;
	margin:auto;
}
#header{
	height: 54px;
}
.link{
	font-size: 9px;
	text-align: right;
	margin: -30px 20px 0px 0px;
}
.link a{
	color: #666666;
	text-decoration: none;
}
#banner{
	background-image: url(../images/p-banner.jpg);
	background-repeat: no-repeat;
	height: 202px;
}
.banner-swf{
	margin: 50px 0px 0px 52px;
}
#nav{
	height: 41px;
}
#container{
	width: 1002px;
	margin: 28px  auto  auto auto;
}
#sidebar{
	width: 213px;
	margin-left: 15px;
	background-image: url(../images/p-left-bg.jpg);
	background-repeat: repeat-y;
	float: left;
}
.submenu{
	width: 190px;
	font-size: 11px;
	line-height: 16px;
	margin: 10px 15px 10px 15px;
}
.submenu a {
	color: #006699;
	text-decoration: none;
	background-image: url(../images/p-dot.gif);
	background-repeat: no-repeat;
	background-position: left 7px ;
	font-weight: bold;
	padding: 0px 10px 10px 10px;
	display: block;
}
.submenu2{
	width: 190px;
	font-size: 11px;
	line-height: 16px;
	margin: 10px 15px 10px 15px;
}
.submenu2 a {
	color: #006699;
	text-decoration: none;
	background-image: url(../images/p-dot.gif);
	background-repeat: no-repeat;
	background-position: left 3px ;
	font-weight: bold;
	padding: 0px 10px 10px 10px;
	display: block;
}
/*-----table ------*/
.datatable {
	border-collapse:collapse;
	border:1px solid #C4D2E5;
	background-image: url(../images/p-td.jpg);
	background-repeat: repeat-y;
	background-color: #EAF3FC;
	margin-bottom: 16px;
}
.datatable td {
	font-size: 11px;
	color: #006699;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #86ACDA;
	border-left-color: #D2E2F5;
	border-left-width: 1px;
	border-left-style: solid;
	padding: 2px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D2E2F5;
	border-bottom-color: #86ACDA;
}
.datatable a {
	text-decoration: none;
	background-image: none;
	padding: 0px;
	font-weight: normal;
}
.datatable a:hover{
	color: #FF0000;
}

.datatable th {
	height: 47px;
	color: #333333;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 7px;
	margin: 20px 0px 0px;
	text-align: center;
	border-right: 1px solid #FCF1D4;
}
.datatable tr.altrow {
	background-color: #FFF8E8;
	background-repeat: repeat-x;
}
.datatable tr:hover, .datatable tr.hilite {
	background-color: #B2CCED;
	color: #FFFFFF;
}

/*-----table-pro-end ------*/
.notable{
	border-style: none;
}
.notable td{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/*-----table-index ------*/
.indextable {
	border-collapse:collapse;
	background-image: url(../images/p-td.jpg);
	background-repeat: repeat-y;
	background-color: #EAF3FC;
	margin-bottom: 16px;
	width: 368px;
	margin-right: auto;
	margin-left: auto;
}
.indextable  td {
	font-size: 9px;
	color: #006699;
	text-align: center;
	border-left-color: #D2E2F5;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D2E2F5;
	border-bottom-color: #86ACDA;
	padding: 1px;
}
.indextable  a {
	text-decoration: none;
	background-image: none;
	padding: 0px;
	font-weight: normal;
	color: #666666;
}
.indextable  a:hover{
	color: #FF0000;
}

.indextable  th {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	border-right: 1px solid #FCF1D4;
	background-image: url(../images/main-th.jpg);
	background-repeat: no-repeat;
	height: 22px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.indextable  tr.altrow {
	background-color: #FFF8E8;
	background-repeat: repeat-x;
}
.indextable  tr:hover, .datatable tr.hilite {
	background-color: #B2CCED;
	color: #FFFFFF;
}
/*-----table ------*/
.protable {
	border:1px solid #C4CED9;
	background-color: #FFFFFF;
	margin-bottom: 16px;
	background-image: url(../images/pro-td-01.jpg);
	background-repeat: repeat-x;
}
.protable td {
	font-size: 10px;
	color: #333333;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #E3E3E3;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E3E3E3;
	border-bottom-color: #CCCCCC;
	padding: 2px;
}
.protable a {
	text-decoration: none;
	background-image: none;
	padding: 0px;
	font-weight: normal;
}
.protable a:hover{
	color: #FF0000;
}

.protable th {
	height: 47px;
	color: #333333;
	font-size: 10px;
	font-weight: bold;
	padding: 0px;
	text-align: center;
	background-color: #D1DBE4;
	line-height: 16px;
	background-image: url(../images/pro-th.jpg);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B1BECD;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B1BECD;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.protable img {
	border: 1px solid #C4CED9;
	margin: 5px;
}

.protable tr.altrow {
	background-color: #FFFFFF;
}
.protable tr:hover, .protable tr.hilite {
	background-color: #B2CCED;
	color: #FFFFFF;
}
.protable a {
	color: #006699;
	font-weight: bold;
}


/*-----table ------*/
#main{
	border: 0px solid #000000;
	background-image: url(../images/p-main-top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 240px;
	padding: 76px 10px 0px 30px;
}
#main-body{
	border: 0px solid #000000;
	background-image: url(../images/p-main-top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 778px;
	margin: auto;
	background-color: #FFFFFF;
	text-align: left;
	padding-top: 76px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 30px;

}
#main-body p {
	text-align: left;
	font-size: 12px;
	color: #22A3C4;
	line-height: 16px;
}
#main-body strong {
	color: #024CA8;
	font-size: 14px;
	font-weight: bold;
}
#main-body li {
	font-size: 11px;
	color: #666666;
	line-height: 22px;
	list-style-type: square;
	text-align: left;
}
#main-body table {
	text-align: left;
	font-size: 11px;
	line-height: 20px;
	color: #333333;
}




.list{
	font-size: 10px;
	text-decoration: none;
	color: #999999;
	text-align: right;
}
.list a {
	text-decoration: none;
	color: #999999;
}

#footer{
	background-image: url(../images/p-footer.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	clear: both;
	margin: auto;
	width: 1002px;
	font-size: 10px;
	line-height: 18px;
	float: none;
	text-align: center;
}
#footer a{
	text-decoration: none;
	color: #666666;
}
#copy-footer{
	background-image: url(../images/p-footer.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	clear: both;
	margin: auto;
	width: 778px;
	font-size: 10px;
	line-height: 18px;
	float: none;
	text-align: center;
}
.left{
	width: 36%;
	padding-top: 20px;
	float: left;
	margin: 0px 40px 10px 60px;
	text-align: left;
}
.right{
	clear: none;
	margin: 0px 10px 10px 20px;
	padding-top: 20px;
	text-align: left;
}
.title{
	font-size: 11px;
}
.title strong {
	color: #0099CC;
}
#main li {
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #8FB4E0;
	color: #316AB0;
	font-weight: normal;
	font-size: 11px;
	list-style-position: outside;
	padding: 0px 0px 0px 16px;
	list-style-image: none;
	list-style-type: none;
	line-height: 24px;
}
#main table {
	color: #666666;
	font-size: 11px;
	line-height: 20px;
}



.color-blue{}
#form1 select {
	background-color: #E7E7E7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
	border: 1px solid #D1DFF5;
	padding: 10px;
	color: #006699;
	width: 200px;
	height: 40px;
}
h2 {
	background-image: url(../images/h2.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 30px;
	font-size: 13px;
	font-weight: bold;
	margin: -18px 0px 0px 20px;
	color: #22A3C4;
}
.line{
	background-image: url(../images/line.jpg);
	background-repeat: no-repeat;
	height: 15px;
	margin-top: 4px;
}
.red{
	color: #CC2C0A;
}
.style3{
	background-image: url();
	background-repeat: no-repeat;
	padding: 8px 0px 8px 20px;
	background-position: left 16px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F9927B;
	font-size: 11px;
	line-height: 22px;
}
.style3 a {
	text-decoration: none;
	color: #666666;
}

.style3 strong {
	color: #CE2B0C;
	font-size: 12px;
	font-weight: bold;
}
.about{
	background-image: url();
	background-repeat: no-repeat;
	height: 120px;
	width: 480px;
	padding: 25px 0px 0px 20px;
	font-size: 11px;
	line-height: 16px;
	color: #155291;
}
.news{
	background-image: url();
	background-repeat: no-repeat;
	height: 100px;
	width: 282px;
	padding: 20px 0px 0px 20px;
	font-size: 11px;
	color: #666666;
	line-height: 16px;
}
.main-select{
	background-image: url(../images/index-main-bg.jpg);
	background-repeat: no-repeat;
	height: 336px;
	width: 443px;
	margin: auto;
	padding: 70px 10px 10px 10px;
}
#main a {
	text-decoration: none;
	color: #666666;
}
#main a:hover {
	color: #FF6600;
}

a.main_link01:active{text-decoration:none; color:#155291; font-family:µ¸¿ò; font-size:12px;}
a.main_link01:visited{text-decoration:none; color:#155291; font-family:µ¸¿ò; font-size:12px;}
a.main_link01:link{text-decoration:none; color:#155291; font-family:µ¸¿ò; font-size:12px;}
a.main_link01:hover{text-decoration:none; color:#155291; font-family:µ¸¿ò; font-size:12px;}

.main_01{text-decoration:none; color:#155291; font-family:µ¸¿ò; font-size:12px;}
