﻿body 
{
    background: url('images/BgBody.jpg') #6D5C42 repeat-y center;
    margin:0px 0px 0px 3px;
    
}
td, body 
{
    font-family:Trebuchet MS, Verdana, Arial, Sans-Serif;
    font-size: 10pt;
    color:#ffffff;
    line-height:1.4em;
}
a:link
{
    color:#66CCCC;
    text-decoration:none;
}
a:visited 
{    
    color:#66CCCC;
    text-decoration:none;
}
a:hover 
{
    color:#66CCCC;
    text-decoration:underline;
}
h1 
{
    font-size:1.6em;
    font-weight:bold;
    margin:10px 0px 5px 0px;
}
h2 
{
    font-family:Tahoma, Arial, Sans-Serif;
    font-size:1.2em;
    font-weight:bold;
    color:#66cccc;
    margin:5px 0px 5px 0px;
}
.statusSuccess 
{
    color: White;
}
.statusFail 
{
    color:Red;
    font-weight:bold;
}
.tip 
{
    font-size:xx-small;
    color:#e0e0e0;
    font-style:oblique;
    line-height:1.5em;
}