.BodyStyle
{
    BACKGROUND-COLOR: #ffffff;
    COLOR: #77aaff;
    FONT-FAMILY: Verdana, Sans-serif;
}
.TableStyle
{
    BACKGROUND-COLOR: #dfe6e0; --Light blue
    COLOR: #447799; --Middle blue
    BORDER-STYLE: solid;
    BORDER-RADIUS: 5px;
    BORDER-WIDTH: 2px;
    BORDER-COLOR: #77aaff;
    MARGIN-LEFT: auto;
    MARGIN-RIGHT: auto;
    FLOAT: none;
}
td.LogoStyle
{
    BACKGROUND-COLOR: #ffffff; --White
    BORDER-STYLE: solid;
    BORDER-RADIUS: 5px;
    BORDER-WIDTH: 1px;
    BORDER-COLOR: #77aaff; --Middle blue
}
td.HeaderStyleMain
{
    BACKGROUND-COLOR: #99ff33; --Light green
    --BACKGROUND-COLOR: #dfe6e0; --Light blue
    --FONT-FAMILY: Gungsuh, Sans-serif;
    FONT-SIZE: large;
    BORDER-STYLE: solid;
    BORDER-RADIUS: 5px;
    BORDER-WIDTH: 1px;
    BORDER-COLOR: #77aaff;
    COLOR: #447799; --Middle blue
    --COLOR: #ffffff; --White
    --COLOR: #ffcc00; --Middle orange
}
td.HeaderStyle
{
    BACKGROUND-COLOR: #009900; --Dark green
    --BACKGROUND-COLOR: #3366ff; --Middle blue
    FONT-FAMILY: Gungsuh, Sans-serif;
    FONT-SIZE: large;
    BORDER-STYLE: solid;
    BORDER-RADIUS: 5px;
    BORDER-WIDTH: 1px;
    BORDER-COLOR: #77aaff;
    COLOR: #ffffff; --White
    --COLOR: #ffcc00; --Middle orange
}
td.MainStyle
{
    BACKGROUND-COLOR: #99ff33; --Light green
    --BACKGROUND-COLOR: #dfe6e0; --Light blue
    BORDER-STYLE: solid;
    BORDER-RADIUS: 5px;
    BORDER-WIDTH: 1px;
    BORDER-COLOR: #77aaff;
    COLOR: #447799; --Middle blue
}
td.MainStyleTop
{
    BACKGROUND-COLOR: #99ff33; --Light green
    BORDER-STYLE: solid none none none;
    BORDER-RADIUS: 5px;
    BORDER-WIDTH: 1px;
    BORDER-COLOR: #77aaff;
    COLOR: #447799; --Middle blue
}
td.MainStyleBottom
{
    BACKGROUND-COLOR: #99ff33; --Light green
    BORDER-STYLE: none none none solid;
    BORDER-RADIUS: 5px;
    BORDER-WIDTH: 1px;
    BORDER-COLOR: #77aaff;
    COLOR: #447799; --Middle blue
}
td.MainStyleNone
{
    BACKGROUND-COLOR: #99ff33; --Light green
    BORDER-STYLE: none;
    BORDER-RADIUS: 5px;
    BORDER-WIDTH: 1px;
    COLOR: #447799; --Middle blue
}
td.BarStyle
{
    BACKGROUND-COLOR: #FFBA00;
    HEIGHT: 3px;
}
A:link
{
    COLOR: #f4fc00;   --bright yellow
    --COLOR: yellow;
    --COLOR: #ffcc00;   --dark yellow 
    --COLOR: #bfff00; --lime;
    --COLOR: purple;  --default red;
}
A:active
{
    COLOR: #f4fc00;   --bright yellow
    --COLOR: #bfff00; --lime 
    --COLOR: red;  --default green;
}
A:hover
{
    COLOR: #bfff00; --lime;
    --COLOR: yellow;
    --COLOR: red;  --default purple;
}
A:visited
{
    COLOR: #f4fc00;   --bright yellow
    --COLOR: #bfff00; --lime 
    --COLOR: blue; --default blue;
}
UL.disc
{
    LIST-STYLE-TYPE: disc;
}
UL.circle
{
    LIST-STYLE-TYPE: circle;
}
