@charset "utf-8";
p {
	line-height: 120%;
}
.highlight {
	background-color: #FFFF00;
}

}

#chpt_top_frame {
	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: 10px;
	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: 13pt;
	font-weight: bold;

}
#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;
}

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;
}

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;
}
.toc_list {
	list-style-type: none;
	font-weight: bold;
}
.toc_list li {
	padding: 6px;
}
.toc_desc {
	font-size: 12px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: 500px;
	margin: 0px;
	font-weight: normal;
}

.list_style {
	background-image: url(../images/layout/arrow_sm.gif);
	background-repeat: no-repeat;
	background-position: left center;
	list-style-type: none;
	padding-left: 12px;
	line-height: 200%;
}

h1 {
	font-size: 14pt;
	color: #09699F;
}

h2 {
	font-size: 11pt;
	color: #990000;
}
