body
{
/*Basic Appearance*/
    font-family: Tahoma, Arial, Helvetica, Verdana, Sans-Serif;
    font-size: 0.8em;
    background-color: #FFFFFF;
    color: #000000;
/*Position & Layout*/
    float: left;
    clear: left;
    display: block;
    visibility: visible;
/*Margins*/
    margin-top: 0em;
    margin-left: 1em;
    margin-right: 0em;
    margin-bottom: 1em;
/*Padding*/
    padding-top: 0em;
    padding-left: 1em;
    padding-right: 0em;
    padding-bottom: 0em;
/*Borders, Top*/
    border-top-color: Black;
    border-top-style: none;
    border-top-width: thin;
/*Borders, Left*/
    border-left-color: Black;
    border-left-style: none;
    border-left-width: thin;
/*Borders, Right*/
    border-right-color: Black;
    border-right-style: none;
    border-right-width: thin;
/*Borders, Bottom*/
    border-bottom-color: Black;
    border-bottom-style: none;
    border-bottom-width: thin;
}
body div p
{
/*Position & Layout*/
    float: inherit;
    clear: inherit;
    display: inherit;
    visibility: inherit;
/*Margins*/
    margin-top: 1em;
    margin-left: 0em;
    margin-right: 0em;
    margin-bottom: 0em;
/*Padding*/
    padding-top: 1em;
    padding-left: 0em;
    padding-right: 0em;
    padding-bottom: 0em;
}
body div div
{
/*Position & Layout*/
    float: inherit;
    clear: inherit;
    display: inherit;
    visibility: inherit;
/*Margins*/
    margin-top: 0em;
    margin-left: 1em;
    margin-right: 0em;
    margin-bottom: 0em;
/*Padding*/
    padding-top: 0em;
    padding-left: 1em;
    padding-right: 0em;
    padding-bottom: 0em;
}
body div div span,
body div div span a
{
/*Basic Appearance*/
    text-decoration: none;
    background-color: #FFFFFF;
    color: #336699;    
/*Position & Layout*/
    float: left;
    clear: left;
    display: block;
    visibility: visible;
/*Margins*/
    margin-top: 0em;
    margin-left: 0em;
    margin-right: 0em;
    margin-bottom: 0em;
/*Padding*/
    padding-top: 0.5em;
    padding-left: 0em;
    padding-right: 0em;
    padding-bottom: 0.5em;
/*Borders, Top*/
    border-top-color: Black;
    border-top-style: none;
    border-top-width: thin;
/*Borders, Left*/
    border-left-color: Black;
    border-left-style: none;
    border-left-width: thin;
/*Borders, Right*/
    border-right-color: Black;
    border-right-style: none;
    border-right-width: thin;
/*Borders, Bottom*/
    border-bottom-color: Black;
    border-bottom-style: none;
    border-bottom-width: thin;
}
body div div ul
{
/*Basic Appearance*/
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    background-color: #FFFFFF;
    color: #339933;
/*Position & Layout*/
    float: left;
    clear: left;
/*Margins*/
    margin-top: 0em;
    margin-left: 0em;
    margin-right: 0em;
    margin-bottom: 0em;
/*Padding*/
    padding-top: 0em;
    padding-left: 0em;
    padding-right: 0em;
    padding-bottom: 0.25em;
/*Borders, Top*/
    border-top-color: Black;
    border-top-style: none;
    border-top-width: thin;
/*Borders, Left*/
    border-left-color: Black;
    border-left-style: none;
    border-left-width: thin;
/*Borders, Right*/
    border-right-color: Black;
    border-right-style: none;
    border-right-width: thin;
/*Borders, Bottom*/
    border-bottom-color: Black;
    border-bottom-style: none;
    border-bottom-width: thin;
}
body div div li
{
/*Basic Appearance*/
/*Basic Appearance*/
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    background-color: #FFFFFF;
    color: #339933;
/*Position & Layout*/
    float: none;
    clear: both;    
    display: block;
/*Padding*/
    padding-top: 0em;
    padding-left: 2em;
    padding-right: 0em;
    padding-bottom: 0em;
/*Borders, Top*/
    border-top-color: Black;
    border-top-style: none;
    border-top-width: thin;
/*Borders, Left*/
    border-left-color: Black;
    border-left-style: none;
    border-left-width: thin;
/*Borders, Right*/
    border-right-color: Black;
    border-right-style: none;
    border-right-width: thin;
/*Borders, Bottom*/
    border-bottom-color: Black;
    border-bottom-style: none;
    border-bottom-width: thin;
}
body div div ul a
{
/*Basic Appearance*/
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    
    background-color: #FFFFFF;
    color: #339933;
    
    text-decoration: none;
    background-color: #FFFFFF;
    color: #339933;
}
.Footer
{
/*Basic Appearance*/
    
/*Position & Layout*/
    float: none;
    clear: both;
    display: block;
    visibility: visible;
/*Margins*/
    margin-top: 1em;
    margin-left: 1em;
    margin-right: 1em;
    margin-bottom: 1em;
/*Padding*/
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 1em;
/*Borders, Top*/
    border-top-color: Black;
    border-top-style: none;
    border-top-width: thin;
/*Borders, Left*/
    border-left-color: Black;
    border-left-style: none;
    border-left-width: thin;
/*Borders, Right*/
    border-right-color: Black;
    border-right-style: none;
    border-right-width: thin;
/*Borders, Bottom*/
    border-bottom-color: Black;
    border-bottom-style: none;
    border-bottom-width: thin;
}
span:hover
{
    cursor: pointer;
}
.Hidden
{
    display: none;
    visibility: hidden;
}
.Visible
{
    display: block;
    visibility: visible;
}
