@charset "utf-8";

ul#list {
	list-style-type: none;
	line-height: 130%;
}

ul#list li {
	background-image: url(../images/layout/arrow_sm.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 12px;
	font-size: 14px;
	color: #09699F;
	font-weight: bold;
}

ul#list2 {
	list-style-type: none;
}
ul#list2  li {
	background-image: url(../images/layout/arrow_sm2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
	padding-bottom: 10px;
	margin-bottom: 5px;
}
#top_frame {
	margin: 0px;
	padding: 0px;
	width: 700px;
}
#top_title {
	float: left;
	width: 400px;
	margin: 0px;
	padding: 0px;
}


#top_zoom_btn {
	width: 300px;
	margin: 0px;
	float: right;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
}



#chpt_top_frame {
	height: 100%;
	background-image: url(../images/layout/heading_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border: 1px solid #A6D2FF;
}

#chpt_top_head {
	height: 30px;
	color: #2C7094;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#chpt_top_head_title {
	float: left;
	width: 50%;
	font-size: 16pt;

}
#chpt_top_head_functions {
	float: left;
	width: 50%;
	text-align: right;
	font-weight: bold;
}
#chpt_top_body_desc1 {
	color: #990000;
	padding-top: 3px;
	padding-bottom: 3px;
}
#chpt_top_body_desc2 {
	color: #09699F;
	padding-top: 3px;
	padding-bottom: 5px;
}
