﻿body 
{
    font-family : "Trebuchet MS";
    font-size : 8pt;
    color : Black;
}

table 
{
    font-family : "Trebuchet MS";
    font-size : 8pt;
    color : Black;    
}

h1,h2,h3,h4,h5 
{
    font-family : "Trebuchet MS";
    font-size : 10pt;
    color : #006699;    
}

A 
{
    color : #006699;
    text-decoration : underline;
}
A:hover 
{
    text-decoration : none;
}

A.MenuLink 
{
    color : White;
    text-decoration : none;
    font-weight : bolder;
}

A.MenuLink:hover 
{
    text-decoration : underline;
}

.TopFrame 
{
    border-style : none;
    background-color : #006699;
    padding : 0px;
    width : 767px;
    color : White;
}

.TextFrame 
{
    border-style : solid;
    border-width : 1px;
    border-color : silver;
    background-color : white;
    padding : 8px;
}

IMG.HeaderImage 
{
    border-style : none;
}

.Field 
{
    border-style : solid;
    border-width : 1px;
    border-color : Gray;
    background-color : white;    
    font-family : Arial;
    font-size : 8pt;
    color : Gray;    
}


.Button
{
    border-style : solid;
    border-width : 1px;
    border-color : Gray;
    background-color : Silver;    
    font-family : Arial;
    font-size : 8pt;
    color : Black;    
}
