/*Test style sheet settings. Jan 19, 2008*/

/*Body basics*/
BODY {background-color: #806000;
min-width: 750px;
color: Black;
scrollbar-base-color: CornflowerBlue;
font-family: Georgia, serif;
}

/*Headings*/
H1 {color: #502800; margin-bottom: 8px; margin-top: 0; }
H2 {color: #0080FF; margin-bottom: 6px; margin-top: 12px; font-effect: engrave;}
H3 {color: blue; margin-bottom: 4px; margin-top: 8px;}

/*Hyperlinks*/
A:link {color: #FFFF00; text-decoration: none; font-weight: bold;}
A:hover {color:purple; text-decoration: none;}
A:active {color:green; text-decoration: none;}
A:visited {color:green; text-decoration: none;}

/*Paragraphs*/
P { margin-top: 6px;}
P.indent { text-indent: 1em; margin-top: 3px;}

/*Superscript*/
SUP {font-weight: bold; color: blue;}

/*Lists*/
.LinkList { margin-bottom: 0px; margin-left: 0px; margin-top: 0px; list-style-type: none;}
.LinkList1 { margin-bottom: 6px; margin-left: 1em; margin-top: 0; list-style-type: none;}

/* List elements */
LI { font-weight: bold; color: blue; margin-bottom: 3px;}
LI SPAN {font-weight: normal; color: Black; padding-left: 0;
  text-indent: 0;}

/* Ordered Lists */
OL { margin-top: 3px; margin-bottom: 3px; margin-left: 0; list-style-position: inside;}
OL OL { list-style-type: lower-alpha; margin-left: 0; margin-top: 0; margin-bottom: 10px; list-style-position: outside;}
OL OL LI { margin-bottom: 0; margin-top: 0;}
UL {list-style-position: inside;}

/* Delimited Lists */
DL { margin-bottom: 6px; margin-top: 6px;}
DT { font-weight: bold; color: green; margin-top: 5px;}
DD { margin-left: 15px; }

/* Horizontal Rule */
HR { border-color: red; margin-top: 8px; margin-bottom: 8px; }

/* Container for ads above the header*/
DIV.TopAd {text-align: center;}

DIV.Normal { text-align: left; }

/* Sections of the page */
DIV.Header {background-color: #FFDF80; text-align: center; margin: 3px 0 3px 0;
  padding:3px 0 3px 0; }

DIV.Links {background-color: #D59F00; font-size: 10pt; width: 145px; color: FDE3A7;
 float:left; margin-right:4px; padding-left:6px; padding-bottom: 2px;
 border-style:solid; border-color:#806000; 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: #FFEFBF; padding: 3px;}

DIV.Main A:link {color: blue; text-decoration: none; font-weight: bold;}

/* ==============================
   =========== Tables ===========
   ============================== */
/*Default table cell*/
TD { border-style: solid; border-width: 1px; border-color: black; padding: 3pt; margin: 0;}
TH { border-style: double; border-width: 3; border-color: black; 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: MidnightBlue; border-color: MidnightBlue;
  border-width: 1px; border-style: solid; }
TD.Header {background-color: #CEE8FF; text-align: center;}
TD.Links {background-color: #BBC9FF; font-size: 10pt; width: 140px; color: red;}
TD.Main {background-color: AliceBlue; width: 600px;}

/* ============================== */
/* Navigation table and cells*/
/* ============================== */
TABLE.Nav {border-width:6pt; border-color:magenta; border-style:outset;
  background-color:#60FF60; padding: 8pt; margin-top: 8px;}

/* Lime */
TD.mainindex {background-color:#00AA00; text-decoration:none;
    border-color: black; border-width: 1px; border-style: solid;*/}
TD.mainindex A:link {color: blue; text-decoration: none;}
TD.mainindex A:hover {color: yellow; text-decoration: none}

/* Cyan */
TD.index {background-color:00FFFF; text-decoration:none;
    border-color: black; border-width: 1px; border-style: solid; }
TD.index A:link {color: blue; text-decoration: none}
TD.index A:hover {color: yellow; text-decoration: none}

/* Violet */
TD.prev {background-color:#DFD7EA; text-decoration:none;
    border-color: black; border-width: 1px; border-style: solid; }
TD.prev A:link {color: blue; text-decoration: none}
TD.prev A:hover {color: yellow; text-decoration: none}

/* Pink */
TD.next {background-color:#FFD0D0; text-decoration:none;
    border-color: black; border-width: 1px; border-style: solid; }
TD.next A:link {color: blue; text-decoration: none}
TD.next A:hover {color: yellow; text-decoration: none}

/* Orange */
TD.homepage {background-color:#FFCC00; text-decoration:none;
    border-color: black; border-width: 1px; border-style: solid;}
TD.homepage A:link {color: blue; text-decoration: none}
TD.homepage A:hover {color: yellow; text-decoration: none}

/* Return to  */
TD.returnto {background-color:#0080C0; text-decoration:none;
    border-color: black; border-width: 1px; border-style: solid;}
TD.returnto A:link {color: blue; text-decoration: none}
TD.returnto A:hover {color: yellow; text-decoration: none}
