/*Body basics*/
BODY {background-color: #086E23;
 font-family:arial,helvetica,sans-serif;
 font-size: 10pt;
 color: Black;
 scrollbar-base-color: green;
/*filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#C0CFE2',
  startColorstr='#FFFFFF', gradientType='0'*/);
}

/* Links */
A:link {color: blue; text-decoration: none;}
A:hover {color: purple; text-decoration: none;}
A:active {color: green; text-decoration: none;}
A:visited {color: blue; text-decoration: none;}

A.letter:link {color: blue; text-decoration: none;}

/* Headings */
H1 {Color: purple; text-align: center; font-size: 16pt; margin-bottom: 8px; margin-top: 0; }
H2 {Color: teal; font-size: 14pt; margin-bottom: 6px; margin-top: 12px;}
H3 {Color: blue; font-style: italic; font-size: 12pt; margin-bottom: 4px; margin-top: 8px;}
H4 {Color: maroon; font-style: italic; font-size: 11pt; margin-bottom: 4px; margin-top: 8px;}

/* Definition List */
DL { margin-bottom: 6px; margin-top: 6px;}
DT { font-weight: bold; color: green; margin-top: 5px;}
DD { margin-left: 12pt; margin-bottom: 6pt; text-indent: 0;}

/* Misc */
P {margin-top: 6pt;}
P.indent { text-indent: 1em; margin-top: 3px;}
PRE {Font: Courier; font-size: 10pt; margin-bottom: 6pt; margin-top: 6pt;}
HR {Color: red;}

/* Sections of the page */
DIV.Header {background-color: #18A63D; text-align: center; margin: 3px 0 3px 0;
  padding: 3px 0 3px 0; }

DIV.Links {background-color: #2C7E42; font-size: 10pt; width: 145px; color: purple;
 float:left; margin-right:4px; padding-left:6px; padding-bottom: 2px;
 border-style:solid; border-color:#086E23; border-width:0px 3px 3px 0px;}

DIV.Links P { margin-top: 3px; }
DIV.Main {background-color: #B1ECC0; padding: 3px;}

/* ==============================
   =========== Tables ===========
   ============================== */
/*Default table cell*/
TD { border-style: solid; border-width: 1; border-color: #008080; padding: 3pt; margin: 0;
     Font-family: Arial; font-size: 10pt;}
TH { border-style: double; border-width: 3; border-color: #008080; padding: 3pt; margin: 0;}
TABLE.TOC { border-color: green; border-style: solid; border-width: 2px; }

/*Main section cells*/
TABLE.Main {background-color: #008080; border-color: #008080;
  border-width: 1px; border-style: solid; }
TD.Header {background-color: #00FFFF; text-align: center;}
TD.Links {background-color: #00BFBF; font-size: 10pt; width: 140px; color: black;}
TD.Main {background-color: #D5FFFF; width: 600px;} /*F0F8FF*/

/* ============================== */
/* Navigation table and cells*/
/* ============================== */
TABLE.Nav {border-width:6pt; border-color:teal; border-style:outset;
background-color:aliceblue; padding: 8pt; margin-top: 8px;}

/* Lime */
TD.mainindex {
  filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#00AA00',
    startColorstr='#00FF00', gradientType='0');
    /*border-color: black; border-width: 1; border-style: solid;*/}
TD.mainindex A:link {color: blue; text-decoration: none;}

/* Cyan */
TD.index {
  filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#00AAAA',
    startColorstr='#00FFFF', gradientType='0') }
TD.up A:link {color: blue; text-decoration: none;}
TD.up A:hover {color:purple; text-decoration: none;}
TD.up A:active {color:green; text-decoration: none;}
TD.up A:visited {color:purple; text-decoration: none;}

/* Pink */
TD.next {
  filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#FF9595',
    startColorstr='#FFD0D0', gradientType='0') }
TD.next A:link {color: blue; text-decoration: none}
TD.next A:hover {color:purple; text-decoration: none;}
TD.next A:active {color:green; text-decoration: none;}
TD.next A:visited {color:white; text-decoration: none;}

/* Violet */
TD.prev {
  filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#AFA0CA',
    startColorstr='#DFD7EA', gradientType='0') }
TD.prev A:link {color: blue; text-decoration: none}
TD.prev A:hover {color:purple; text-decoration: none;}
TD.prev A:active {color:green; text-decoration: none;}
TD.prev A:visited {color:white; text-decoration: none;}

/* Orange */
TD.homepage {
  filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#EA7500',
    startColorstr='#FFCC00', gradientType='0');
    border-color: black; border-width: 1; border-style: solid;}
TD.homepage A:link {color: blue; text-decoration: none}

/*TD.links {background-color: #FFFF99; font-size: 10pt;}
TD.links A:link {color: red; text-decoration: none;}*/

