/*top right bottom left*/
/*===========================================================================*/
body, td, th, p, a, span, div, h1, h2, h3  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color:#02189E;
}
body {
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
}
p {
}
a {
}
h1 {
}
/*===========================================================================*/
#layout_body {
	background: #005EFF;
}
#layout_page {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	width: 990px;
}
#layout_start_menu {
	height: 351px;
}
#layout_title {
	height: 36px;
	background: #fff;
	border: 1px solid #0044BB;
	border-right: none;
}
#layout_content {
	background: url(/data/img/content_bg.jpg) top left no-repeat #D9E8FF; /*#E8EEFE;*/
	border-left: 1px solid #0044BB;
	padding: 10px;
}

/*===========================================================================*/
.section_h {position:relative; text-align:left;}
.anchor {
	display:block;
	position:absolute;
	top:0;
	left:0;
	border-bottom:1px dotted #02189E;
	padding-left:12px;
	background:url(/data/img/down.gif) left 6px no-repeat;
}
.anchor:link, .anchor:visited {text-decoration:none;}
.section_h h1 {margin:7px 100px;text-align:center}
.chapter_img {
	background-color:#fff;
	border:1px solid #04b;
}
.chapter_h {
	font-weight:bold;
}
.red {
	color:#ff0000;
	font-weight:bold;
}
