﻿
body {
	margin: 0 auto;
	font-family: Arial,Helvetica,sans-serif;
	color: #000;
	background: #8DAAC0;
	max-width: 1280px;
}

#content{
	padding:1em;
}

img {
	border-width: 0px;
}

table { 	
	color:inherit;
	background:#ffffff; 
}

table.tblmain {
	border: thin #C0C0C0 ridge;
	width: 88%;
	margin: 0 auto;
	min-width: 800px;
	border-collapse: collapse;
	max-width: 1280px;
}

h1 {
	font-size: 16pt;
	color: #000099;
	background:inherit;
	margin: .5em;
	text-align: center;
}

a.h0 {
	font-size: 20pt;
	color: #000099;
	background: inherit;
	margin: .5em;
	padding:0;
	text-align: center;
	text-decoration:none;
}

h2 {
	font-size: 16pt;
	color: #0000CC;
	background:inherit;
	font-weight: bold;
	font-style: italic;
	margin-left: .5em;
	margin-right: .5em;
	margin-bottom: 0px;
	text-align: center;
}

h2.desc {
	text-align: left;
}

h3 {
	font-size: 11pt;
	color: #000000;
	background:inherit;
	font-weight: bold;
}

h3.toc {
	color: #FFFFCC;
	background: inherit;
	padding-bottom:0;
	margin-bottom:0;
}

h3.soft {	
	font-size: 14pt; 
	color:#000099; 
	text-align:left; 
	background:#ffffff;
 	padding-top:3px; 
 	padding-bottom:5px;
}

h4 {
	margin: 0;
	padding: 0;
	font-size: 11pt;
	color: #0000CC;
	background: inherit;
	font-weight: normal;
}

h4.cmd {
	color: #000066;
	background:inherit;
}

td.toc {
	color: inherit;
	background: #004699;
	padding: .5em;
	vertical-align: top;
	width: 10em;
} 

.txtb {
	color: #000099;
	background:inherit;
}

.bgb {
	color:inherit;
	background: #00ccff;
}

.nav {
	background: #00ccff;
	color: #000000;
	text-align: center;
	margin: .2em;
}

.code {
	font-family: 'Courier New', monospace;
	font-size: 10pt;
}

.wver {
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	color:inherit;
	background: #cccccc;
	margin-bottom: .1em;
	margin-top: .1em;
}

p {
	font-size: 10pt;
	text-align: left;
}

p.toc {
	font-size: 10pt;
	padding:0;
	margin:.5em;
	text-align: left;
}

p.ver {
	text-align: center;
	color: #000099;
	background:inherit;
}

p.info {
	font-size: 8pt;
}

p.nbrk {
	font-size: 8pt;
	white-space: nowrap;
	margin-top: .1em;
	margin-bottom: .1em;
	text-align: center;
}

ul {
	font-size: 10pt;
}

ul.flow {
	margin-top:0px;
	margin-bottom:0px;
}

a.toclnk {
	color: #ffffff;
	background:inherit;
	font-size: 10pt;
	text-decoration: none;
	padding: 0 .2em;
	display:block;
}

a.toclnk:hover {
	color: #333399;
	background: url('images/bgnav.jpg') no-repeat;
}

a.navlink {
	color: #0000FF;
	background:inherit;
	font-size: 9pt;
	text-decoration: none;
	margin-top: 0;
	padding: 0 .5em;
}
a.navlink:hover {
	color: #000099;
	background: #99ccff;
}

a.downl {
	color: #0000FF;
	background:inherit;
	text-decoration: none;
}
a.downl:hover {
	color: #0066FF;
	background:inherit;
}

a.lnk {
	color: #0000FF;
	background:inherit;
	text-decoration: none;
}
a.lnk:hover {
	color: #0099cc;
	background: #ffffff;
	text-decoration: none;
}

