* {
	margin: 0px;
	padding: 0px;
}

html {
	overflow: auto;
	overflow-y: scroll;
	height: 100%;
	width: 100%;
}

body {
	background: #B0B0B0;
	color: black;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 18px;
	height: 100%;
	width: 100%;
}

div {
	position: relative;
	text-align: left;
}

div.page {
	background: url("./include/bgall.gif") repeat-y top center;
	margin: 0px auto;
	min-height: 100%;
	width: 900px;
}

div.subs {
	background: url("./include/bgall.gif") repeat-y top center;
	margin: 0px auto;
	width: 900px;
}

div.head {
	background: url("./include/header.jpg") no-repeat top center;
	height: 100px;
}

div.navi {
	background: url("./include/bgnavi.gif") no-repeat top center;
	height: 22px;
	color: white;
	font-size: 11px;
	line-height: 22px;
	padding: 0px 40px;
}

div.main {
	padding: 20px 40px;
}

div.foot {
	background: url("./include/bgnavi.gif") no-repeat top center;
	height: 22px;
	color: white;
	font-size: 11px;
	line-height: 22px;
	text-align: center;
}

img {
	border: 0px solid #FFFFFF;
}

img.center {
	display: block;
	margin: 0px auto;
}

img.item {
	margin: 4px 10px 10px 0px;
}

img.litem {
	margin: 4px 10px 0px 0px;
}

h1 {
	font-weight: bold;
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 10px;
}

h2 {
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 10px;
}

h3 {
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 10px;
}

h4 {
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 10px;
}

hr {
	margin: 0px 0px 5px 0px;
}

table {
	border: 0px solid #FFFFFF;
	border-collapse: collapse;
	border-spacing: 0px;
}

table.list {
	border: 1px solid #B0B0B0;
}

table.list td {
	padding: 1px 10px;
}

table.center {
	margin: 0px auto;
}

table.cover {
	margin: 6px 0px 10px;
}

table.menu td {
	background: url("./include/bullred.gif") no-repeat left top;
	padding: 0px 40px 6px 14px;
}

tr, td {
	border-spacing: 0px;
	text-align: left;
	vertical-align: top;
}

tr.rh {
	background: #D0D0D0;
	border: 1px solid #B0B0B0;
}

tr.r0 {
	background: #FEFEFE;
}

tr.r1 {
	background: #F0F0F0;
}

td.cover {
	padding-right: 20px;
}

td.refno {
	padding-right: 10px;
}

td.item {
	padding-bottom: 6px;
}

span.em {
	color: #800000;
	font-weight: bold;
}

small {
	font-size: 11px;
	line-height: 15px;
}

p, pre {
	margin-bottom: 10px;
}

ul li {
	background: url("./include/bullgray.gif") no-repeat left top;
	padding: 0 0 0 16px;
	list-style: none;
}

ul.li li {
	background: url("./include/bullred.gif") no-repeat left top;
}

ul.pli li {
	background: url("./include/bullred.gif") no-repeat left top;
	margin-bottom: 10px;
}

ul.spli li {
	background: url("./include/bullred.gif") no-repeat left top;
	margin-bottom: 6px;
}

ul.tpli li {
	background: url("./include/bullred.gif") no-repeat left top;
	margin-bottom: 4px;
}

b {
	font-weight: bold;
}

a {
	font-weight: normal;
	text-decoration: none;
}

a.pdf {
	background: url("./include/pdf.gif") no-repeat left center;
	padding-left: 18px;
}

a.order {
	background: url("./include/order.gif") no-repeat left center;
	padding-left: 18px;
}

a.view {
	background: url("./include/view.gif") no-repeat left center;
	padding-left: 18px;
}

a.disk {
	background: url("./include/disk.gif") no-repeat left center;
	padding-left: 18px;
}

a.doc {
	background: url("./include/doc.gif") no-repeat left center;
	padding-left: 18px;
}

a.pmid {
	background: url("./include/pmid.gif") no-repeat left center;
	padding-left: 18px;
}

a.rep {
	background: url("./include/rep.gif") no-repeat left center;
	padding-left: 18px;
}

a:link { color: #0000A0; }
a:visited { color: #0000A0; }
a:hover { color: #A00000; }
a:focus { color: #0000A0; outline: none; }
a:active { color: #0000A0; outline: none; }

div.navi a:link, div.foot a:link { color: #FFFFFF; }
div.navi a:visited, div.foot a:visited { color: #FFFFFF; }
div.navi a:hover, div.foot a:hover { color: #FF0000; }
div.navi a:focus, div.foot a:focus { color: #FFFFFF; }
div.navi a:active, div.foot a:active { color: #FFFFFF; }

