BODY
{
    font-family:"Trebuchet MS",arial,sans-serif; 
    font-size:9pt;
    
}

a:link {
 color: #FF8000;
 font-style: normal;
 text-decoration: none;
}

a:link:visited {
 color: #C05000;
 font-style: normal;
 text-decoration: none;
 border-top: 1px dotted;
 border-bottom: 1px dotted;
}

a:link:hover {
 color: #FFFFFF;
 background-color: #FF8000;
 font-style: normal;
 text-decoration: none;
}

a:link:active,{
 color: #C05000;
 font-style: normal;
 text-decoration: none;
}

H1
{
    font-family:"Trebuchet MS",arial,sans-serif;
    font-size:120%;
    margin-bottom:10px;
}

H2
{
    font-size:115%;
    margin-top:1em;
    margin-bottom:0px;
}

H3
{
    font-size:110%;
    margin-bottom:0px;
}


P
{
    margin-left: 5px;
    margin-top:5px;
    margin-bottom:5px;
}

H4
{
    font-family: "Trebuchet MS";
    font-size: 9pt;
    font-weight: bold;

    margin-bottom:0px;
    margin-top:0px;
    margin-left: 0px;
}

B.le
{
    font-family: "Trebuchet MS";
    font-size: 9pt;
    font-weight: bold;
}

DL
{
    margin-bottom:0px;
    margin-top:0px;
    margin-left: 8px;
}

DT
{
    margin-bottom:0px;
    margin-top:0px;
    margin-left: 15px;
}

DD
{
    margin-bottom:0px;
    margin-top:0px;
    margin-left: 30px;
}

.maincaption
{
    font-size: 9pt;
    font-weight: bold;

    margin-top:0px;
    margin-bottom:1px;
    margin-left: 5px;
       background-color:#F8F8F8;
}

.codelink
{
    margin-left: 0px;
    font-size: 9pt;
    font-weight: normal;

    margin-bottom:0px;
    margin-top:0px;
    margin-left: 0px;
}


.code
{
    color: black;
    font-family: "courier new", courier, monospace;
    margin-left: 20px
}

