﻿html
{
    margin: 0px;
}

body 
{
    background-image: url('../../images/bg_diagonal.jpg');
    background-repeat: repeat-x;
    background-color: Black;
    margin: 0px;
    font-family: verdana;
    font-size: small;
    
}


h1
{
    margin: 0px 0px 20px 0px;
    font-size: 11pt;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;    
}

h2
{
    margin: 0px 0px 10px 0px;
    font-size: 9pt;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: underline;
}

h3
{
    margin: 0px 0px 10px 0px;
    font-size: 9pt;
    font-weight: bold;
    text-decoration: underline;
}
.mainDiv
{
    text-align: center;
    width:100%;
    height:335px;
    font-family: Arial;
    font-size: 9pt;   
    
    
    
}

a.bottomLink
{
    color: #0099cc;
    text-decoration: none;
        
}

a.bottomLink:Active
{
    color: white;
    text-decoration: underline;    
    
}

a.bottomLink:hover
{
    color: white;
    letter-spacing: 1px;
       
        
}

a.bottomLink:visited
{
     color: #0099cc;
     text-decoration: none;
}
