/*
    gethos.css style
    <STYLE TYPE="text/css">
@import url(./gethosNOT.css);
    </STYLE>

 */
 BODY {
     color: #9999bb; 
     /*
     background: #white;
     */
     background: #6b728e;
     margin: 0;
     padding: 2;
     /*
     background-image: url(./images/lines.png);
     background-repeat: no-repeat;
     */
     /*
     border-style: ridge ;
     border-width: 1;
     border-color: #000000; 
     */
     font-family: sans-serif;
 }
 /*
 H1 { 
     margin-top: 0;
     color: #ff0000; 
 }
 H2, H3, H4, H5, H6 { 
     margin-top: 0;
     color: #0090cc; 
 }
 */
 P { 
     margin-top: 0;
     color: black;
 }
 UL {
     list-style-position: outside;
     list-style-type: none;
 }
 EM { 
     font-style: normal;
     text-decoration: underline;
 }
/*
 .header a:link { color: #000088; background: none; text-decoration: none;  }
 .header a:visited { color: #000088; background: none; text-decoration: none;  }
 .header a:active { color: #ff0000; background: #ffee44; text-decoration: none;  }
 .header a:hover { color: #000088; background: #e0e0e0; text-decoration: underline;  }
 */
 a:link { color: #000088; background: none; }
 a:visited { color: #000088; background: none; }
 a:active { color: #ff0000; background: #ffee44; }
 a:hover { color: #000088; background: #ffee44; }

 DIV#page {
     width: 100%; 
 }
 .page {
 /*
     background: white; 
  */
     border-width: 0;
     border-color: #000000; 
     border-style: none ;
     margin: 0 ;
     padding: 0 ;
 }
 TABLE#pagetable
 {
     width: 100%;
     border: 0;
     border-style: solid;
     margin: 0;
     padding: 0;
 }

 TABLE#pagetable TD
 {
     margin: 0;
     padding: 0;
 }
 TABLE#navborder
 {
     margin: 5;
     padding: 0;
     background: #8992b5;
 }
 TABLE#navborder TD
 {
     margin: 0;
     padding: 0;
 }
 TD#navTL { height: 6; background-image: url(./images/navTL.png); }
 TD#navT { height: 6; background-image: url(./images/navT.png); }
 TD#navTR { height: 6; background-image: url(./images/navTR.png); }
 TD#navBL { height: 6; background-image: url(./images/navBL.png); }
 TD#navB { height: 6; background-image: url(./images/navB.png); }
 TD#navBR { height: 6; background-image: url(./images/navBR.png); }

 TD#navR { width: 6; height: 100%; 
               background-image: url(./images/navR.png); }
 TD#navL { width: 6; height: 100%; 
               background-image: url(./images/navL.png); }
 TABLE#navtable
 {
     color: red;
     /*
     border-color: #d0d0d0 #aaaaaa #aaaaaa #d0d0d0;
     border-width: 2 2 2 2;
     border-style: outset outset outset outset;
     */
     border-width: 2;
     border-style: solid;
     border-color: #9ba5cc;
     margin: 0;
     margin-top: 00;
     padding: 0;
     /*
     font-family: monospace;
     font-size: 6pt;
     */
     /*
     font-size: 15;
     height: 200;
     */
     width: 115;
     background: white;
 }
 TABLE#navtable TD
 {
     padding: 0;
     border-style: solid;
     border-width: 0 0 0 0;
     border-color: #6a6a6a #ececec #ececec #6a6a6a;
     background: #9ba4cc;
     text-align: left;
     vertical-align: top;
     height: 20;
     font-family: monospace;
     font-size: 10px;
 }
 TABLE#navinner
 {
     border-width: 1;
     border-style: solid;
     border-color: #4d5268;
     padding: 0;
     width: 100%;
 }
 TABLE#navtable TD#navTopBr { 
     background: #aebae5;
     /* border-width: 2 2 0 2; */
     border-width: 0 0 0 0;
     text-align: center;
     height: 4;
 }
 TABLE#navtable TD#navBotBr { 
     background: #aebae5;
     /* border-width: 0 2 2 2; */
     border-width: 0 0 0 0;
     text-align: center;
     height: 2;
 }
 TABLE#navtable TD.navSib { 
     background: #aebae5;
     /* border-width: 0 2 0 2; */
     border-width: 0 0 0 0;
     text-align: center;
     height: 20;
 }
 TABLE#navtable TD.navSibIcon { 
     background: #aebae5;
     border-width: 0 0 0 0;
     text-align: center;
     vertical-align: bottom;
     height: 40;
 }
 /* 
    header stuff
  */
 .header TABLE {
     width: 100% ;
 }
 .header IMG { border-style: none; border-width: 0; margin:0; padding: 0;  }
 DIV.header {
 /*
     background-color: #dddddd;
  */
 }
 .header H1 { 
     margin-top: 0;
     color: #9999aa;
     font-size: 20;

     /*
     color: #0380b2;
     background: #cccccc;
     border: solid;
     border-width: 1;
      */
 }
 /*
    footer stuff
  */
 .footer TABLE {
     width: 100% ;
/*     
     border-style: groove ;
 */
 }
 .footer IMG { border-style: none; border-width: 0; margin:0; padding: 0;  }
 /*
   style stuff for contents section
  */
 .contents a:link { color: #ffee05; background: none; }
 .contents a:visited { color: #ffee05; background: none; }
 .contents a:active { color: #ff0000; background: #ffee44; }
 .contents a:hover { color: #000088; background: #ffee44; }
 .contents, .contents P {
 /*
     color: #ffffff; 
  */
     color: #e8f7f9; 
     
 }  
 TABLE#contborder
 {
     margin: 5;
     padding: 0;
     background: #4b5064;
 }
 TABLE#contborder TD
 {
     margin: 0;
     padding: 0;
 }
 TD#contTL { height: 6; background-image: url(./images/contTL.png); }
 TD#contT { height: 6; background-image: url(./images/contT.png); }
 TD#contTR { height: 6; background-image: url(./images/contTR.png); }
 TD#contBL { height: 6; background-image: url(./images/contBL.png); }
 TD#contB { height: 6; background-image: url(./images/contB.png); }
 TD#contBR { height: 6; background-image: url(./images/contBR.png); }

 TD#contR { width: 6; height: 100%; 
               background-image: url(./images/contR.png); }
 TD#contL { width: 6; height: 100%; 
               background-image: url(./images/contL.png); }
DIV.contents {
     background-color: #4d5268;
     /*
     border-color: #7c84a5 ;
     border-width: 2 ;
     border-style: outset ;
     */
     text-align: justify ;
     padding: 3 ;
     font-size: 12px;
 }
 DIV.contents TABLE TD {
     font-size: 12px;
 }
 .fullspan {
     width: 100% ;
 }
 .bold {
     font-weight: bold ;
 }
 .boldem {
     font-weight: bold ;
 }
 .small {
     font-size: 90% ;
 }
 .fill {
     width: 100% ;
     height: 100% ;
 }
 .ilink IMG { border-style: none; border-width: 0; margin:0; padding: 0;  }
 a:link.ilink { color: black;  }
 a:visited.ilink { color: black; }
 a:active.ilink { color: #ff0000; background: #FFD700 }

 TABLE#fronttable
 {
     color: red;
     /*
     border-color: #d0d0d0 #aaaaaa #aaaaaa #d0d0d0;
     border-width: 2 2 2 2;
     border-style: outset outset outset outset;
     */
     border-width: 1;
     border-style: solid;
     border-color: #4d5268;
     padding: 0;
     /*
     font-family: monospace;
     font-size: 6pt;
     */
     /*
     font-size: 15;
     height: 200;
     width: 300;
     */
     background: #aebae5;
 }

 .flink IMG { border-style: none; border-width: 0; margin:0; padding: 0;  }
 .flink a { color: #ffffff;  text-decoration: none }
 .flink a:link { }
 .flink a:visited { }
 .flink a:active { }
 .flink a:hover { color: #dddddd; background: #aebae5; text-decoration: underline }

