﻿body 
{
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Arial, Tahoma, MS Sans Serif;
    background-image: url('../images/bg_ffcc.jpg');
    background-repeat: repeat-x;
    background-color: White;
}

.content
{
    width: 80%;
    padding: 5px;
    text-align: left;
    font-size: 14px;
    background-color: White;
}

.contentText
{
    padding-left: 25px;
    padding-right: 25px;
    text-align: justify;    
}

.footer
{
    border-top: solid 1px black;
    font-size: 9pt;
    padding: 5px;
    background-color: White;
    color: #555555;   
}

.footer tr,td
{
    vertical-align:top;
}

.header
{
    background-color: Black;
    height: 400px;
    width: 800px;
}

.header img
{
    padding:0px;
}

.highlight
{
    background-color: Yellow;
    color: Red;
    font-weight: bold;
}

.imageBorder
{
    border:solid 1px black;
}

img
{
    float:left;
    padding-right: 15px;
    padding-bottom: 15px;
}

li a:link
{
    color:Blue;
    text-decoration:none;
}

li a:visited
{
    color:Blue;
    text-decoration:none;
}

li a:hover
{
    color:Red;
    text-decoration:underline;
}

li a:active
{
    color:Blue;
    text-decoration:none;
}

.menu
{
    background-color: Black;
    width: 20%;
    vertical-align: top;
}

.menu_items
{
    width: 100%;  
    text-align: left;    
}

.dynItem
{
    border: solid 1px Transparent;    
}

.dynHover
{
    background-image: url(../images/bg_menu.jpg);
    color: White;
    border: solid 1px White;
}

.dynMenu
{
    text-align: left;
    font-size: 10pt;
    font-weight: bold;
}

.staItem
{
    border: solid 1px Transparent;
}

.staHover
{
    background-image: url(../images/bg_menu.jpg);
    color: White;
    border: solid 1px White;
}

.staMenu
{
    
}

.tbl_main
{
    border: solid 1px black;
    width: 800px;
    height: 100%;
}

.tbl_menu
{    
    vertical-align: top;
    padding-top: 10px;
}

.ticker
{
    vertical-align:top;
}
