﻿/* Element Tags */
body 
{
    background-color:#F4F4AC;
    text-align:left;
    margin: 0 0 0 0;
}

a:link 
{
    text-decoration: none; color: #004080
}

a:visited 
{
    text-decoration: none; color: #004080
}

a:active 
{
    text-decoration: none; color: #FF0000
}

a:hover 
{
    text-decoration: none; color: #FF0000
}

/* Element IDs */

/* Classes */

.TitlesAndHeadings
{
 color:#1E01BE;
 font-family:Monotype Corsiva;
}

.MainContentText
{
    color:#0275F4;
    font-size:12pt;
    font-weight:bold;
}

.IndicatorImg
{
    border-width:0px;
    width:18px;
    height:13px;
}

.menulinks a:link
{
    text-decoration: none; 
    color: #AFFFFF;
}

.menulinks a:visited 
{
    text-decoration: none; 
    color: #AFFFFF;
}

.menulinks a:active 
{
    text-decoration: none; 
    color: #AFFFFF;
}

.menulinks a:hover 
{
    text-decoration: none; 
    color: #AFFFFF;
}
