/* CSS Document */
body {
	margin:25px 0 0 0;
	background-color: #666666;
	color: #222222;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:180%;
}
ul, ul li {
	margin:0px;
}

img{ border:0px;}
p {
	/*line-height:1.6;*/
	margin-top:5px;
	margin-left:10px;
	margin-bottom:12px;
	padding-left:10px;
}
h1 {
	font-size:20px;
	background-color:#DDD;
	border-bottom:#666666 1px solid;
	padding:3px 5px 2px 5px;
	margin:15px 0px 5px 5px;
}
h1 a:link, h1 a:visited {
	color:#333333;
	text-decoration: none;
}
h1 a:hover, h1 a:active {
	color:#0066FF;
	text-decoration: none;
}

h2{ font-size:16px; color:red;}
a:link {
	color: #0066BB;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0066BB;
}
a:hover {
	text-decoration: underline;
	color: #0066FF;
}
a:active {
	text-decoration: none;
	color: #0066FF;
}
#header {
	width:755px;
	margin:0 auto;
	padding:0px;
}
#main {
	width:725px;
	margin:0 auto;
	padding:20px 15px 30px 15px;
	background: url(../images/bg.gif) repeat-y center
}
#main_right {
	width:510px;
	float:left;
}
#main_left {
	width:210px;
	float: right;
}
#main_left ul {
	margin:0px;
	padding:0px 20px 5px 35px;
}
#main_left ul li {
	line-height:1.3em;
	padding-top:3px;
	padding-bottom:3px;
	font-size:13px;
}
#main_box_top {
	width:210px;
	height:25px;
	padding:8px 0 0 0;
	background:url(../images/box-head-all.gif) no-repeat;
	text-align:center;
	font-size:14px;
}
#main_box_space {
	width:210px;
	height:10px;
	background: url(../images/box-in-top.gif) no-repeat;
}
#main_box_middle {
	 
	background: url(../images/box-bg.gif) repeat-y center;
}
#main_box_bottom {
	width:210px;
	height:17px;
	background: url(../images/box-bot.gif) no-repeat center;
}
/*------------red--------------*/
#main_box_top_red {
	width:210px;
	height:25px;
	padding:8px 0 0 0;
	background:url(../images/box-head-all-red.gif) no-repeat  ;
	text-align:center;
	font-size:14px;
}
#main_box_space_red {
	width:210px;
	height:10px;
	background: url(../images/box-in-top-red.gif) no-repeat;
}
#main_box_middle_red {
	 
	background: url(../images/box-bg-red.gif) repeat-y center;
}
#main_box_bottom_red {
	width:210px;
	height:17px;
	background: url(../images/box-bot-red.gif) no-repeat center;
}

/*------------red--------------*/
/*------------gray-------------*/
#main_box_top_gray {
	width:210px;
	height:25px;
	padding:8px 0 0 0;
	background:url(../images/box-head-all-gray.gif) no-repeat;
	text-align:center;
	font-size:14px;
}
#main_box_space_gray {
	width:210px;
	height:10px;
	background: url(../images/box-in-top-gray.gif) no-repeat;
}
#main_box_middle_gray {
	 
	background: url(../images/box-bg-gray.gif) repeat-y center;
}
#main_box_bottom_gray {
	width:210px;
	height:17px;
	background: url(../images/box-bot-gray.gif) no-repeat center;
}
/*------------gray-------------*/


#main_bottom {
	width:755px;
	height:34px;
	margin:0 auto;
	padding: 0;
	background: url(../images/bottom.gif) no-repeat center;
	text-align:center;
}
.clear {
	clear:both;
	height:10px;
}
.banner {
	width:755px;
	padding:40px 0;
	margin:0 auto;
	background:url(../images/banner.jpg) no-repeat;
	height:28px;
	text-align:center;
	font-size:22px;
}
/*comm style*/
.block {
	border-bottom:#BBB 1px solid;
	margin-top:20px;
	margin-left:10px;
	padding:5px 3px 2px 3px;
	background-color:EEE;
	font-weight:bold;
	font-size:14px;
}
.blue {
	color:#0000FF;
}
.red {
	color:#FF0000;
}
.white {
	color:white;
}
.note {
	background-color:#FFFFCC;
	border:1px dotted #006600;
	font-size:14px;
	margin-top:12px;
	padding:5px;
	text-align:center;
}
.download{ width:auto; height:20px; padding:15px; margin:10px;  text-align: left; background:#EEEEEE; border:1px dotted  #0066FF;}
.ul li {
	list-style-image: url(../images/bullet.gif);
}

/*talbe style start here*/
table,tr,td{ border:1px solid #ccc; border-left-color:#999; border-bottom-color:#999; background:#999;}