body
{
    background-color: #EBEBEB;
    margin: 0px;
    margin-top: 15px;
}

body, td, input, textarea, select
{
    color: #000000;
    font-size: 11px;
    font-family: Arial, Verdana;
}

a:link,
a:active,
a:visited
{
    color: #A40003;
    text-decoration: underline;
}

a:hover
{
    color: #FF5500;
    text-decoration: none;
}

hr
{
    height: 0px;
    border: 0px solid #A8A8A8;
    border-top-width: 1px;
}

#title
{
    color: #A40003;
    font-size: 16px;
    font-weight: bold;
}

#menu
{
    color: white;
    text-decoration: underline;
    font-family: Arial;
    font-size: 12px;
}

#item
{
    color: #666666;
    font-size: 15px;
    font-family: Arial;
    font-weight: bold;
}

#item a:link, #item a:active, #item a:visited
{
    color: #666666;
    text-decoration: underline;
}

#item a:hover
{
    color: #A40003;
}

#itemSelected
{
    color: #A40003;
    font-size: 15px;
    font-family: Arial;
    font-weight: bold;
}

#itemSelected a:link, #itemSelected a:active, #itemSelected a:visited, #itemSelected a:hover
{
    color: #A40003;
    text-decoration: none;
}

#br
{
    margin: 4px;
}

#block
{
    color: #A40003;
    text-decoration: underline;
}

#block a:link, #block a:active, #block a:visited
{
    color: #A40003;
    text-decoration: underline;
}

#block a:hover
{
    color: #666666;
    text-decoration: underline;
}

.tooltip
{
    color: #FFF;
    position: absolute;
    z-index: 1000;
    border: 1px solid white;
    background-color: #000000;
    padding: 10px 10px 10px 10px;
    opacity: 0.80;
}

