BODY {
	color: black;
	background-color: #f0f8ff; 
	font-size: medium;
	font-family: arial, helvetica, sans-serif;
}

TABLE.navigation {
	margin: 0.5em;
}

TABLE.page-contents {
	border-color: #9999bb;
}

.page-contents {
	background-color: #fafafa;
	border-color: #9999bb;
	padding: 10px;
}

iframe {
	padding: 1px;
	align: left;
	margin: 0px;
}
.page-contents ul {
	color: black;
	border: none;
	padding: 4px;
}

.page-contents H1 {
	display: block;
	color: white;
	border: 3px outset #6495ff;
	padding: 4px 20px;
	background-color: #6065fd;
	font-size: x-large;
	font-weight: bold;
}

.page-contents H2 {
	display: block;
	color: white;
	border: 1px solid black;
	padding: 2px 20px;
	background-color: #6065fd;
	font-size: large;
	font-weight: bold;
}

td.page-contents h2,  td.page-contents .h2 {
	margin-left: 0.5em;
	margin-right: 2em;
}

.page-contents H3 {
	text-align: center;
	color: black;
	border: 1px solid black;
	padding: 2px;
	font-size: medium;
	font-weight: bold;
}

.page-contents H3  {
	margin-left: 3em;
	margin-right: 10em;
}

DIV.H3 {
	margin-left: 10em;
	margin-right: 13em;
}

.page-contents P.bit {
	text-align: center;
	font-size: medium;
	font-style: italic;
}
	
.page-footer {
	color: #9999bb;
	font-size: x-small;
}
.page-footer DIV {
	border-top: solid #000000 1px;
 	padding: 3px;
}

.highlight {
	color: #8b0000;
}

zTD.page-contents P, .justified {
	text-align: justify;
	text-align-last: left;
}

zTD.page-contents P {
	margin-left: 0.5em;
	margin-right: 0.5em;
}

.navbar {
   font: bold 16px Arial, Helvetica, sans-serif;
   line-height: 18px;
   padding: 0px;
}

.navbar a,.navbar a:link,.navbar a:active,.navbar a:visited {
   display: block;
   background: #cae1ff; // #e6e6fa;
   color: #000000;
   text-decoration: none;
   line-height: 16px;
}

.navbar a:hover, .navbarcurrent {
   background : #6495ed;
   color : #FFFFFF;
   cursor : pointer;
   text-decoration : none;
}

DT { 
   padding-top: .5em;
}
DD { 
   padding-top: .3em;
   padding-bottom: .5em;
}

ul.menu {
   list-style: none;
   width: 190px;	
   padding-right: 20px;
}
li.menu {
   margin-left: 2em;
   text-align: left; 
}
UL.menu a {
   display: block;
   font-family: Verdana;
   font-style: normal ;
   font-size: 13pt;
   font-weight:bold;
   color:#1919af;
   text-decoration: none;
   background-color: #cae1ff;
   padding: 5px;
   border-top: solid #000000 1px; 
   border-right: solid #000000 1px; 
   border-left: solid #000000 1px; 
   border-bottom: solid #000000 1px 
}

UL.menu A:hover {
   background : #6495ed;
   color : #FFFFFF;

   border-left: solid #000000 1px; 
   border-right: solid #000000 1px; 
   border-bottom: solid #ffffff 1px; 
   border-top: solid #ffffff 1px;
}

UL.menu A.active {
   color : #000000;
   background: #f5d996;
   border-bottom: solid #000000 1px; 
}

UL.menu LI+LI a {
   border-top: solid #ffffff 1px; 
}



pre {
  white-space: pre-wrap; /* css-3 */
  white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
  word-wrap: pre-wrap; /* css-2.1 */
}