﻿DIV.legal
{
    color: #000000;
    text-align: justify;
    background-color: #FFFFFF;
    text-align: justify;
    color: #343434;
    padding-right: 10px;
    padding-left: 5px;
}
DIV.legal DIV
{
    margin-top: 10px;
}

DIV.legal A
{
    font-weight: 500;
    color: #fe6500;
    text-decoration: none;
}
DIV.legal A:visited
{
    color: #fe6500;
    text-decoration: none;
}
DIV.legal A:hover
{
    color: #fe6500;
    text-decoration: none;
}
DIV.legal SPAN
{
    display: block;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    color: #ae0a00;
    margin: 5px 5px 5px 0px;
}
DIV.legal UL
{
    list-style: circle;
}
DIV.legal UL LI
{
    margin-top: 7px;
    margin-bottom: 7px;
}
DIV.legal OL
{
    list-style: disc;
    font-style: italic;
}
