/*Body basics*/
BODY {background-color: #086E23;
 font-family:Georgia,serif;
 font-size: 12pt;
 color: Black;
 scrollbar-base-color: green;
}

/* Links */
A:link {color: #8D6708; text-decoration: none;}
A:hover {color: yellow; text-decoration: none;}
A:active {color: red; text-decoration: none;}
A:visited {color: blue; text-decoration: none;}

A.letter:link {color: blue; text-decoration: none;}

/* Headings */
H1 {color: #1C2833; 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 { border-color: red; margin-top: 8px; margin-bottom: 8px; }

/* Sections of the page */
/* Container for ads above the header*/
DIV.TopAd {text-align: center;}

DIV.Header {background-color: #18A63D; text-align: center; margin: 3px 0 3px 0;
  padding: 3px 0 3px 0; }

DIV.Links {background-color: #5B8C42; font-size: 12pt; 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 LI { margin-bottom: 0pt; }
DIV.Links H3 { color: #00E0E0; }
DIV.Links P { margin-bottom: 0pt; }
DIV.Links A:link {color: White; text-decoration: none; font-weight: normal;}
DIV.Links A:hover {color:#00FF00; text-decoration: none;}
DIV.Links A:active {color:#DCC6E0; text-decoration: none;}
DIV.Links A:visited {color:#551700; text-decoration: none;}

DIV.Main {background-color: #B1ECC0; padding: 3px;}

/* ==============================
   =========== Tables ===========
   ============================== */
/*Default table cell*/
TD { border-style: solid; border-width: 1px; border-color: #008080; padding: 3pt; margin: 0;
     font-size: 12pt;}
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; margin-left: auto; margin-right: auto;}

/*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: 12pt; width: 140px; color: black;}
TD.Main {background-color: #D5FFFF; width: 600px;} /*F0F8FF*/