body {
	background-color: #ADB2C7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0000A0;
	font-size: 10pt;
}
a:link {
	background-color: transparent;
	font-weight: bold;
	color: #7000C0;
	text-decoration: none
}
a:visited {
	background-color: transparent;
	font-weight: bold;
	color: #0B9CC0;
	text-decoration: none
}
a:active {
	background-color: transparent;
	font-weight: bold;
	color: #F00000;
	text-decoration: none
}
a:hover {
	background-color: transparent;
	font-weight: bold;
	color: #7000C0;
	text-decoration: underline
}
h1 {
	background-color: transparent;
	font-size: 22pt;
	font-weight: bold;
}
h2 {
	background-color: transparent;
	font-size: 18pt;
	font-weight: bold;
	margin-top: 4em;
	margin-bottom: 1em;
}
h3 {
	background-color: transparent;
	font-size: 14pt;
	font-weight: bold;
	margin-top: 3em;
	margin-bottom: 1em;
}
h4 {
	background-color: transparent;
	font-size: 12pt;
	font-weight: bold;
	margin-top: 2em;
	margin-bottom: 1em;
}
em {
	background-color: transparent;
	color: #C00000;
}

/* Navigation Bar */
.navbar a:link {
	background-color: transparent;
	font-weight: bold;
	color: #0000A0;
	text-decoration: none
}
.navbar a:visited {
	background-color: transparent;
	font-weight: bold;
	color: #0000A0;
	text-decoration: none
}
.navbar a:hover {
	background-color: transparent;
	font-weight: bold;
	color: #0000A0;
	text-decoration: underline;
}
.navbar th {
	background-color: #ADB2C7;
	font-weight: bold;
	text-align: center;
}
.navbar td {
	background-color:  #C5CAE2;
	font-weight: bold;
	text-align: left;
}
.navbar table {
	background-color:  #000080;
}


/* Box Table */
.box th {
	background-color: #ADB2C7;
	font-weight: bold;
	text-align: left;
}
.box td {
	background-color:  #C5CAE2;
	text-align: left;
}
.box table {
	background-color:  #000080;
}




/* Error Table */
.error th {
	background-color: #ADB2C7;
	font-weight: bold;
	text-align: left;
}
.error td {
	background-color:  #C5CAE2;
	text-align: left;
}
.error table {
	background-color:  #000080;
}



/* Main Document Table */
.maintable td {
	background-color:  #C5CAE2;
	color: #0000A0;
}
.maintable table {
	background-color:  #000080;
	color: #0000A0;
	font-size: 10pt;
}
.coltable table {
	background-color:  #C5CAE2;
	color: #0000A0;
}


/* Misc. colored table */
.coloredtable thead {
	background-color: #C5CAE2;
	font-weight: bold;
	text-align: center;
}

.coloredtable tbody {
	background-color: #EEE1FF;
}

.coloredtable tfoot {
	background-color: #B5C7BB;
	font-weight: bold;
	text-align: center;
}


/* Form input error */
.formerror {
	background-color: transparent;
	color: #FF0000;
}


/* command line */
.shell {
	background-color: #B5C7BB;
	font-family: monospace;
	text-align: left;
	margin-top: 1em;
	margin-bottom: 2em;
	padding: 2px;
}

.file {
	background-color: #CCC8A2;
	font-family: monospace;
	text-align: left;
	margin-top: 1em;
	margin-bottom: 2em;
	padding: 2px;
}

.important {
	background-color: #FFC8A2;
	font-weight: bold;
	text-align: center;
	margin-top: 1em;
	margin-bottom: 2em;
	padding: 2px;
}

.quote {
	background-color: #C7CDD4;
	text-align: left;
	margin-top: 1em;
	margin-bottom: 2em;
	padding: 2px;
}

.navitem {
	background-color: #A2CCC9;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 2px;
}

.navtitle {
//	background-color: #85B5B4;
//	background-color: #87A7CC;
	background-color: #ADB2C7;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 2px;
}

.timestamp {
	font-size: xx-small;
	text-align: right;
}
