/*Test style sheet settings. Jan 19, 2008*/

/*Body basics*/
BODY {background-color: #8D5709 ;
min-width: 750px;
color: Black;
scrollbar-base-color: Silver;
 }

/*Headings*/
H1 {color: red; margin-bottom: 8px; margin-top: 0; }
H2 {color: green; margin-bottom: 6px; margin-top: 12px; font-effect: engrave;}
H3 {color: blue; margin-bottom: 4px; margin-top: 8px;}

/*Hyperlinks*/
A:link {color: #0000FF; 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: 0; list-style-type: none;}
.LinkList1 { margin-bottom: 6px; margin-left: 1em; margin-top: 0; list-style-type: none;}

OL { margin-top: 3px; margin-bottom: 3px; margin-left: 2.2em;}
LI { font-weight: bold; color: #FF0000; margin-bottom: 3px;}
LI SPAN {font-weight: normal; color: #000000; padding-left: 0;
  text-indent: 0;}
OL OL { list-style-type: lower-alpha; margin-left: 1em; margin-top: 0; margin-bottom: 5px;}
OL OL LI { margin-bottom: 0px; margin-top: 0;}

DL { margin-bottom: 6px; margin-top: 6px;}
DT { font-weight: bold; color: orange; margin-top: 5px;}
DD { margin-left: 15 px; }

/* Horizontal Rule */
HR { color: red; }

DIV.Normal { text-align: left; }

/* ==============================
   =========== Tables ===========
   ============================== */
/*Default table cell*/
TD { border-style: solid; border-width: 1; 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; }

/*Main section cells*/
TABLE.Main {background-color: #606060; border-color: #606060;
  border-width: 1px; border-style: solid; }
TD.Header {background-color: #DDDDDD; text-align: center;}
TD.Links {background-color: #AAAAAA; font-size: 10pt; width: 140px; color: red;}
TD.Main {background-color: #FFFFFF; width: 600px;}

DIV.Header {background-color: #D98C1D ; text-align: center; margin: 6px 0 6px 0;
  padding:3px 0 3px 0; }
DIV.Links {background-color: #A27739 ; font-size: 10pt; width: 145px; color: red;
 float:left; margin-right:4px; padding-left:6px; padding-bottom: 2px;
 border-style:solid; border-color:#8D5709; border-width:0px 6px 6px 0px;}
DIV.Main {background-color: #ECBE7C; padding: 6px;}

/* ============================== */
/* Navigation table and cells*/
/* ============================== */
TABLE.Nav {border-width:6pt; border-color:yellow; 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');
    border-color: black; border-width: 1; border-style: solid; }
TD.index A:link {color: blue; text-decoration: none}

/* Violet */
TD.prev {
  filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#AFA0CA',
    startColorstr='#DFD7EA', gradientType='0');
    border-color: black; border-width: 1; border-style: solid; }
TD.prev A:link {color: blue; text-decoration: none}

/* Pink */
TD.next {
  filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#FF9595',
    startColorstr='#FFD0D0', gradientType='0');
    border-color: black; border-width: 1; border-style: solid; }
TD.next A:link {color: blue; 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}

