body
{
    background-color: #ffffff;
    background-image: /user/dem/img/bgr-view.jpg;
    font-family: 'Times New Roman', Arial;
    font-size: 12pt;
    font-style: normal;
    padding: 0;
    margin: 0	
}
a
{
    color: #b50205;
    font-family: Arial, 'Times New Roman';
    font-size: 10pt;
    font-weight: bold;
    font-style: normal;
    text-decoration: none
}

a:link
{
    color: #b50205;
}

a:hover
{
    color: #8B0000;
    text-decoration: underline; 
}

a:active
{
    color: #000080;
}

h1
{
    color: #b50205;
    font-family: 'times new roman', arial, serif;
    font-size: 16pt;
    font-weight: bold;
    text-align: center;
    text-valign: middle	
}


h2
{
    color: #993300;
    font-family: 'times new roman', arial, serif;
    font-size: 14pt;
    font-weight: bold;
    text-align: center
}
h3
{
    color: #b50205;
    font-family: 'times new roman', arial, serif;
    font-size: 12pt;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    text-align: center;
    text-decoration: none
}
h4
{
    color: #cc6600;
    font-family: 'times new roman', arial, serif;
    font-size: 10pt;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    text-align: center;
    text-decoration: none
}



hr
{
    color: #b50205;
    margin-top: 5px;
    align: center;
    height: 2;
    width: "75%"
    
}
p
{
    text-indent: 2em
}


