body {
	margin: 0px;
}

.main {
}

.content {
	background-color: #fff;
	width: 1px;
}

.left {
	background: #006090 url(back.gif) repeat;
	background-position: right;
}

.left_shadow {
	width: 8px;
	background: #006090 url(left.gif) repeat;
	background-position: right;
}

.right_shadow {
	width: 8px;
	background: #006090 url(right.gif) repeat;
	background-position: left;
}

.right {
	background: #006090 url(back.gif) repeat;
	background-position: left;
}

.header_table {
	width: 100%;
	height: 80px;
}

.topmenu_left {
	vertical-align: bottom;
}

.topmenu_right {
	text-align: right;
	vertical-align: top;
}

.bottommenu_right {
	text-align: right;
	vertical-align: bottom;
	font: normal 10pt Arial;
	padding-right: 1.5em;

}

.topmenu_item {
	font: bold 9.5pt Arial;
	color: #0070A8;
	margin: 0 0.8em 0 0.8em;
	text-decoration: none;
	text-decoration: underline;
}

.topmenu_item:hover {
	text-decoration: underline;
}

.menubar {
	background: #0070A8;
	padding: 0 1em 0 1em;
	margin: 0;
}

.hmenu_item_sel {
	display: block;
	outline-width: 0px;
	margin: 0;
	font: bold 9.5pt Arial;
	text-decoration: none;
	padding: 2 1em 2 1em;
	color: #0070A8;
	background: #fff;
}

.hmenu_item {
	display: block;
	outline-width: 0px;
	margin: 0;
	font: bold 9.5pt Arial;
	color: #fff;
	text-decoration: none;
	padding: 2 1em 2 1em;
}

.hmenu_item:hover {
	color: #0070A8;
	background: #fff;
}

.main_title {
	font: bold 13.5pt Arial;
	border-bottom: solid 1px #006697;
	color: #0070A8;
	margin-bottom: .2em;
}

.title {
	font: bold 11.5pt Arial;
	color: #0070A8;
	margin-top: 1.2em;
	margin-bottom: 0.25em;
	width: 100%;
	border-bottom: solid 1px #d7dfe3;
}

.middle {
	margin: 1em 1.5em 1em 1.5em;
	width: 650pt;
	height: 60em;
}

.footer {
	height: 16pt;
	background-color: #fff;
	font: normal 8pt Verdana;
   	color: #666;
   	text-align: center;
	border-top: solid 1px #bbd2dd;
}

.fmenu_item {
	font: normal 9pt Arial;
   	color: #0070A8;
	padding: 0px 10 0px 10;
	text-decoration: none;
}

.fmenu_item:hover {
	text-decoration: underline;
}

.accend_table {
	font: normal 10pt Arial;
	border: solid 1px #ddd;
}

.table_head td{
	font: bold 10pt Arial;
	background: #0070A8;
	color: #fff;
}

.accend_table td {
	padding: 1px 2em 0.25em 2px;
	vertical-align: top;
}

.dark_line {
	background: #eaf0f7;
}

.no_wrap {
	white-space: nowrap;
}

.label {
	font: bold 10pt Arial;
	color: #0070a8;
	padding-left: 1em;
	vertical-align: middle;
}

td {
	font: normal 10pt Arial;
}

ul {
	list-style-image: url("images/arrow.gif");
}

a {
	font: normal 10pt Arial;
	color: #0070A8;
}

.nav_link img {
	border: solid 0px white;
}

.chapter {
	padding-top: 0.4em;
}

.chapter a {
	font: bold 10pt Arial;
	color: #006aaa;
	width: 100%;
	text-decoration: none;
}

.chapter_section {
	padding-left: 1.5em;
}

.subchapter {
	margin-top: 0.25em;
}

.subchapter a {
	font: normal 10pt Arial;
	color: #000;
	width: 100%;
	text-decoration: none;
}

.sample {
	border: solid 1px #bbd2dd;
	background-color: #d7dfe3;
	padding: 2px;
}

dt {
	font-weight: bold;
}

