body
{
    background: #00519e;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#firstline
{
    position: absolute;
    left: 820px;
    top: 10px;
    width: 696px;
    height: 20px;
    background: #00519e;
    color: #f5ee31;
    padding: 1px;
}

#firstline a
{
   text-decoration: none;
   color: #f5ee31;
   text-align: right;
   font-size: 8pt;
}

#header
{
    position: absolute;
    left: 300px;
    top: 30px;
    width: 696px;
    height: 25px;
    background: #f5ee31;
    color: #00519e;
    padding: 1px;
}

#leftarea
{
    position: absolute;
    left: 300px;
    top: 58px;
    text-align: left;
    font-size: 8pt;
    width: 160px;
    height: 750px;
    background: #f5ee31;
    color: #00519e;
}

#rightarea
{
    position: absolute;
    left: 461px;
    top: 58px;
    text-align: justify;
    font-size: 8pt;
    width: 507px;
    height: 720px;
    background: #ffffff;
    color: #000000;
    padding: 15px;
}

#infobox
{
    position: absolute;
    left: 1012px;
    top: 15px;
    text-align: left;
    font-size: 8pt;
    width: 162px;
    height: 500px;
    background: #f5ee31;
    color: #00519e;
    padding-left: 2px;
}

p
{
    margin-left: 5px;
}

td
{
    margin-left: 5px;
    font-size: 8pt;
    color: #000000;
}

td.left
{
    width: 150px;
    height: 40px;
}

td.right
{
    width: 350px;
    height: 40px;
}

td.row
{
    height: 20px;
}

a
{
 text-decoration: none;
 color: #00519e;
}
