﻿body, html
{
    margin: 0px;
    padding: 0px;
    font-family: Arial;
}
#header
{
    width: 800px;
    background-color: #EDC355;
}
#header .font
{
    font-size: 11pt;
    line-height: 240%;
    margin: 40px 40px 20px 40px;
    text-align: left;
    color: #550B00;
}
#header h1
{
    font-size: 12pt;
    font-weight: bold;
    color: #550B00;
    text-align: left;
    margin: 10px 0px 10px 60px;
}
#header .detail
{
    font-size: 11pt;
    line-height: 220%;
    margin: 0px 60px 15px 60px;
    text-align: left;
    color: #550B00;
    text-indent: 25px;
}
#header .imp
{
    font-size: 12pt;
    font-weight: bold;
    color: #B91900;
    text-align: left;
    margin: 10px 60px 5px 60px;
    line-height: 220%;
    letter-spacing: 1px;
}
#header .dllink
{
    font-size: 11pt;
    text-align: right;
    line-height: 160%;
    margin: 0px 60px 0px 0px;
    font-weight: bold;
    letter-spacing: 1px;
}
#header .dllink a:link
{
    background: #550B00;
    color: White;
    padding: 4px;
    text-decoration: none;
}
#header .dllink a:hover
{
    background: #1C2C39;
    color: White;
    padding: 4px;
    text-decoration: none;
    font-weight: normal;
}
#header .dllink a:visited
{
    background: #550B00;
    color: White;
    padding: 4px;
    text-decoration: none;
}
