﻿body
{
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

/*  Paragraph  */
p.header1
{
    text-align: center;
    font-family: Times New Roman;
    font-size: 20pt;
    color: White;
}

p.header2
{
    text-align: justify;
    font-family: Times New Roman;
    font-size: 13pt;
    font-weight:bold;
    color: White;
}

p.header3
{
    text-align: center;
    font-family: Times New Roman;
    font-size: 13pt;
    font-weight:bold;
    color: White;
}

p.text1
{
    text-align: justify;
    font-family: Times New Roman;
    font-size: 13pt;
    color: White;
}

p.text2
{
    text-align: center;
    font-family: Times New Roman;
    font-size: 13pt;
    color: White;
}

/*  DIV  */
div.imgheader
{
    position: absolute;
    top: 3px;
    left: 240px;
}

div.srvtrf
{    
    text-align: center;
    font-family: Times New Roman;
    font-size: 13pt;
    color: White;
}

/*  IMG  */
img
{
    border-width: 0px;
}
/*  TABLE  */
table
{
    width: 100%;
    height: 100%;
    padding: 0px,0px,0px,0px;
    border-spacing: 0px;
    border-collapse: collapse;
    border-width: 0px;
}

table.tsrvtrf
{    
    margin-left:auto;
    margin-right:auto;
    text-align: center;    
    font-family: Times New Roman;
    font-size: 13pt;
    color: White;
    width:700px;
    height: 1px;
}

table.tsrvtrf td
{
    border-width: 1px;
    border-color:White;
    border-style:solid;    
}

td.bodybackground
{
    background-color: #EEEEEE;
}

td.mainpage
{
    background-color: #2A2A2A;
    width: 780px;
}

td.pagebackground
{
}

td.pageverticalmargin
{
    width: 16px;
}

td.pageheader
{
    background-color: #36805B;
    height: 190px;
}

td.logo
{
    width: 165px;
}

td.menu
{
    width: 200px;
}

td.pagebottom
{
    background-color: #36805B;
}

td.pagetopmargin
{
    height: 16px;
}

td.pageseparator
{
    height: 36px;
}

td.inlineimage
{
    background-repeat: no-repeat;
    height:160px;
}

td.inlineimagecar
{
    background-repeat: no-repeat;
    width:300px;
    height:210px;
}

tr.menuhorizmargin
{
    height: 35px;
}

a:link
{
    text-decoration: none;
}
a:hover
{
    text-decoration: none;
}
a:visited
{
    text-decoration: none;
}
