﻿BODY
{
   background: white;
   font-size: 12px;
   font-family: "Verdana";
}
TD, P
{
   font-size: 12px;
   font-family: "Verdana";
}
h1
{
   border: thin solid black;
   background: #003366;
   color: white;
}
h2, h4
{
   border: thin solid black;
   background: #003366;
   color: white;
   font-size: 12pt;
}
h3, h5
{
   border: thin solid #003366;
   background: #E6E6D5;
   color: #003366;
   font-size: 12pt;
}

A
{
	text-decoration: none;
	color: #006699;
	font-weight: bold;
}
A:hover
{
	text-decoration: underline;
	color: #006699;
	font-weight: bold;
}

A.Topic
{
	text-decoration: none;
	color: #006699;
	background: #E6E6D5;
	font-weight: normal;
}

A.Topic:hover
{
	text-decoration: underline;
	color: #006699;
	background: #E6E6D5;
	font-weight: normal;
}

A.Section
{
	text-decoration: none;
	color:  white;
	background: #003366;
	font-weight: bold;
}

A.Section:hover
{
	text-decoration: none;
	color:  #E6E6D5;
	background: #003366;
	font-weight: bold;
}

TD.Topic
{
	color: #006699;
	background: #E6E6D5;
	font-weight: normal;
    PADDING-LEFT: 10px;
    MARGIN-LEFT: 3px;
    BORDER-LEFT: #666666 1px solid;
    BORDER-RIGHT: #666666 1px solid;
}

TD.Section
{
	color:  white;
	background: #003366;
	font-weight: bold;
    PADDING-LEFT: 7px;
    PADDING-BOTTOM: 2px;
    PADDING-TOP: 2px;
    PADDING-RIGHT: 0px;
}

TABLE
{
	border:0 solid black;
	margin: 0;
	padding: 0;
}
.dark
{
	border: 0 solid black;
	margin: 0;
	padding: 0;
	color: white;
	background: #003366;
}
.light
{
	border: 0 solid black;
	margin: 0;
	padding: 0;
	color: #006699;
	background: #E6E6D5;
}
PRE
{
	color: #000000;
	background-color: #E6E6D5;
	font: 'Courier New';
	padding: 5px;
	border: 1px solid black;
}
UL
{
	LIST-STYLE-TYPE: square;
}