@CHARSET "utf-8";
BODY {
    background-color : #CCCC99;
    font-family : Tahoma;
    font-weight : bold;
    margin-left : 3%;
    margin-right : 1%;
}
P {
    text-align : left;
    text-indent : 6%;
    padding : 6px 6px 6px 6px;
}
TEXT {
    color : Black;
}

A:LINK {
    color: Blue;
    text-decoration : underline;
}
A:VISITED {
    color: Purple;
    text-decoration : underline;
}
 A:ACTIVE {
    color: Aqua;
    text-decoration : underline;
}

HR {
    color : Blue;
    font-weight : bolder;
    margin-left : 12%;
    margin-right : 12%;
    text-align : left;
}

IMG {
    border : thin solid;
    margin : 2px 2px 2px 2px;
    padding : 3px 3px 3px 3px;
}

TABLE {
    background-color : Window;
    empty-cells : hide;
    padding-left : 6px;
    padding-right : 6px;
}
TR {
    background-color : White;
}
TD {
    background-color : White;
    border : thin solid Blue;
    padding-left : 6px;
    padding-right : 6px;
}
.TBLMAIN {
    background-color : White;
    border : thin solid Blue;
    padding-left : 6px;
    padding-right : 6px;
    text-align : left;
    text-indent : 6%;
}
.TBLPIX {
    background-color : White;
    border : thin solid Teal;
    margin-left : auto;
    margin-right : auto;
    padding : 1px 1px 1px 1px;
    text-align : center;
    vertical-align : top;
}
.TBLBODY {
    background-color : White;
    border : thin solid Teal;
    padding : 0px 6px 0px 6px;
    text-align : left;
    text-indent : 1cm;
    vertical-align : top;
}
.TBLPLAIN {
    background : White none;
    border : none;
    margin-left : auto;
    margin-right : auto;
    margin : auto auto auto auto;
    padding : 0px 0px 0px 0px;
    text-align : center;
}
.TBLSILVER {
    background : White none;
    border : thin solid Silver;
    margin-left : auto;
    margin-right : auto;
    text-align : center;
    vertical-align : top;
}
.TBLYELLOW {
    background : #FFFF66 none;
    border : thin solid Silver;
    margin-left : auto;
    margin-right : auto;
    text-align : center;
}
.TBLSILVERHEAD {
    background : transparent none;
    border : thin solid Silver;
    margin-left : auto;
    margin-right : auto;
    text-align : center;
    vertical-align : top;
}
.btnnav {
    background-color : ButtonFace;
    color: Blue;
    border: thin;
    border-style : outset;
    border-color: Red;
    outline-style : outset;
    outline-color: Teal;
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
    font-variant: small-caps;
    text-transform: capitalize;
    margin-right : 5px;
    margin-left : 5px;
    margin-bottom : 3px;
    text-indent : 3px;
    text-decoration: None;
    white-space: nowrap;
}
.btnnavbox {
    background-color : ButtonFace;
    border: thin;
    border-style : outset;
    border-color: Red;
    outline-style : outset;
    outline-color: Teal;
    color: Green;
    margin-right : 5px;
    margin-left : 5px;
    margin-bottom : 3px;
    text-indent : 3px;
    text-decoration: None;
    white-space: nowrap;
}
.listnav {
    background-color : ButtonFace;
    border: thin;
    border-style : outset;
    border-color: Red;
    outline-style : outset;
    outline-color: Teal;
    color: Green;
    margin-right : 5px;
    margin-left : 5px;
    margin-bottom : 3px;
    text-indent : 3px;
    text-decoration: None;
    white-space: nowrap;
}

H1 {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    padding-top : 0px;
    padding-bottom : 0px;
    border : thin none;
    padding-left : 6px;
    padding-right : 6px;
    margin-bottom : 2px;
    margin-top : 6px;
}
H2 {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    padding-left : 6px;
    padding-right : 6px;
    margin-bottom : 2px;
    margin-top : 6px;
}
H3 {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    padding-left : 6px;
    padding-right : 6px;
    margin-bottom : 2px;
    margin-top : 6px;
}
H4 {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    padding-left : 6px;
    padding-right : 6px;
    margin-bottom : 2px;
    margin-top : 6px;
}
H5 {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    padding-left : 6px;
    padding-right : 6px;
    margin-bottom : 2px;
    margin-top : 6px;
}
