﻿body {background-color:#778899;
    font-family: Calibri, Arial;       
}

TD 
{
    font-family: Calibri, Arial;
    font-size:9pt;
}


.red
{   font-size:11pt;
    font-family: Calibri, Arial, Helvetica;
    color: Red;
    font-weight:bold;   
}

.orange
{   font-size:11pt;
    font-family: Calibri, Arial, Helvetica;
    color: Orange;
    font-weight:bold;   
}

.yellow
{   font-size:11pt;
    font-family: Calibri, Arial, Helvetica;
    color: Yellow;
    font-weight:bold;   
}

.green
{   font-size:11pt;
    font-family: Calibri, Arial, Helvetica;
    color: Green;
    font-weight:bold;   
}

.blue
{   font-size:11pt;
    font-family: Calibri, Arial, Helvetica;
    color: blue;
    font-weight:bold;   
}

.purple
{   font-size:11pt;
    font-family: Calibri, Arial, Helvetica;
    color: Purple;
    font-weight:bold;   
}

.topnav
{   
    font-size:9pt;
    font-family:Calibri, Arial;
    color:#284e98;
    text-decoration:none;
}
.message
{
    font-size: 10pt;
    font-family: Calibri, Arial;
    color: navy;
    margin:2px;
    background-color: #b5c7de;
    border-right: navy thin inset;
    border-top: navy thin inset;
    border-left: navy thin inset;
    border-bottom: navy thin inset;
}
a:link
{
    text-decoration:none;             
    }
a:visited
{text-decoration:none;}

a:hover 
{    
    background-color: #284E98;
    color:White;
    text-decoration:underline;
}
