/*
    Document   : style_default.css
    Created on : Sep 6, 2009, 10:25:10 AM
    Author     : Wesley Cloven
    Description:
        Default page fonts, colors and margins
*/

body
{
    background-color: #F0F0F0;
    font-family: trebuchet ms,geneva;
    font-size: 12pt;
    text-align: center;
    vertical-align: top;
    color: #6c6c6c;
    margin: 0px;
    padding: 0px;
}

a:hover {
    text-decoration:underline;


}
a, a:link, a:visited
{
    text-decoration: none;
    color: #3867B7;
}
a:active, a:hover
{
    color: #F16002;
}
td, div, span, p, table
{
}
.mainContent h1,
.mainContent h2,
.mainContent h3,
.mainContent h4,
.mainContent h5,
.mainContent h6 {
    font-weight: bold;
    line-height:normal;
    margin:0px;
    margin-top: 4px;
    color: #213d6d;
}
.mainContent h1 {
 font-size: 18pt;
}
.mainContent h2 {
 font-size: 16pt;
}

.mainContent h3  {
 font-size: 14pt;
}
.mainContent h4 {
    font-size: 12pt;
}
.mainContent h5 {
    font-size: 11pt;
}
.mainContent h6 {
    font-size: 10pt;
}
.mainContent h7 {
    font-size: 9pt;
}
