body
{
    width: 500px;
    padding: 50px;
    border: solid 1px gray;
    border-bottom: solid 2px black;
    border-right: solid 2px black;
    font-family:Arial;
    font-size: 10pt;
    background-color:#DBDEF9;
}

P
{
    text-align:justify;
}
LI
{
    text-align:justify;
}

H1
{
    text-align:center;
    border-bottom: solid 1px gray;
    border-right: solid 1px gray;
}
H2
{
    text-align:center;
}

.thatttable
{
    width:100%;    
}
.thatttable .header
{
    font-weight: bold;
    border-bottom: solid 1 px black;
}

.rightImage
{
    background-image:url('../img/img-top.gif');
    background-position:top;
    float:right;
    width: 100px;
    /*border: solid 1px silver;*/
    margin:0px 0px 0px 10px;
    
}

.TransImage
{
    float:right;
    margin-left: 10pt;
    margin-bottom: 10pt;
    border: 0;
    text-align:center;
}

.TransImage A, .TransImage A:visited
{
    font-weight:bold;
    font-family:Arial;
    text-decoration:none;
    color:Black;
}