p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i,select,input,textarea
{
    font-family: Verdana,Arial,Helvetica;
}

p,ul,ol,li,div,td,th,address,nobr,select,input,textarea,option
{
    font-size: 11px;
}

select,input,textarea,option
{
    font-weight: bold;
}

pre
{
    font-family: Courier,Courier New;
    font-size: 8pt;
}

b
{
    font-weight: bold;
}

sup
{
    font-size: 70%;
    vertical-align: text-top;
}

sub
{
    font-size: 70%;
    vertical-align: text-bottom;
}

a:link
{
    font-weight: bold;
    text-decoration: none;
}

a:visited
{
    font-weight: bold;
    text-decoration: none;
}

a:active
{
    font-weight: bold;
    text-decoration: underline;
}

a:hover
{
    font-weight: bold;
    text-decoration: underline;
    color: #FF0000;
}

td.head
{
    font-weight: bold;
    font-size: 15px;
}

td.head2
{
    font-weight: bold;
    font-size: 17px;
    color: #010968;
}

td.error
{
    font-weight: bold;
    font-size: 11px;
    color: #CC0000;
}

td.small
{
    font-size: 9px;
    color: #888888;
}

td.footer
{
    font-size: 10px;
}

ul.liste
{
    border: 0px;
    margin: 0px;
    padding: 0px;
    padding-left: 5px;
    list-style-position: outside;
    list-style-type: none;
}
ul.liste li
{
    border: 0px;
    margin: 0px;
    padding: 0px;
    padding-left: 10px;
    background-image: url(/images/list.gif);
    background-repeat: no-repeat;
    background-position: 0px 5px;
}