﻿body
{
    margin: auto;
    text-align: center;
    padding-top: 83px;
    background-color: #d7b4ff;
    font-family: Arial, Helvetica, sans-serif;
    color: #000066;
    font-size: 15px;
   
}
a:link
{   color: #000066;}

a:visited, a:hover
{color: #663399;}
.Frame
{
    border: 1px solid #000066;
    margin: auto;
    color: #000066;
    width: 898px;
}
.Header
{
    margin: auto;
    height: 137px;
    width: 898px;
}
/* HEADER MENU  */
.Menu
{
    margin: auto;
    height: 24px;
    width: 898px;
    background-color: #000066;
    font-size: 14px;
    font-weight: bold;
}

.Menu a:link
{
    color: #FFFFFF;
}
.Menu a:visited
{
    color: #FFFFFF;
}

.Menu a:hover
{
    color: #FFFFFF;
}

.DynamicMenuItemStyle
{
    background-color: #000066;
    text-align: left;
    padding:3px;
}
.DynamicHoverStyle
{
    background-color: #663399;
    text-align: left;
    padding:3px;
}


.StaticMenuItemStyle
{
    height: 24px;
}
.StaticHoverStyle
{
    height: 24px;
    background-color: #663399;
}
.StaticSelectedStyle
{
    background-color: #663399;
    height: 24px;
}
/* END HEADER MENU  */


/* FOOTER MENU  */
.Menu2
{
    font-size: 14px;
    font-weight:bold;
}
.Menu2 a:link
{
    color: #000066;
}
.Menu2 a:visited
{
    color: #663399;
}

.Menu2 a:hover
{
    color: #663399;
}
/* END FOOTER MENU  */
.Content
{
    background-color: White;
}

/* FONT FORMATTING */
.Arial24Blue
{
     color:#000066;
    font-size: 24px;


}
.Arial24BGreen
{
     color:#277d85;
    font-size: 24px;
      font-weight: bold;
    }
.Arial24BPink
{
        color:#993399;
     font-size: 24px;
      font-weight: bold;
    text-align: center;
}
.Arial18BGreen
{     color:#277d85;
    font-size: 18px;
      font-weight: bold;}
.Arial18B
{
    font-weight: bold;
    font-size: 18px;
}
.Arial18BPink
{
    color:#993399;
     font-size: 18px;
      font-weight: bold;
    }

.Arial18
{
    font-size: 18px;
}
.Arial16BGreen
{
    color:#277d85;
     font-size: 16px; 
         font-weight: bold;
    }
.Arial14Bold
{
    font-size: 14px;
    font-weight: bold;
}
.Arial14Green
{
 color:#277d85;
     font-size: 14px;}
.Arial14Pink
{      color:#993399;
     font-size: 14px;}
.Arial14
{
    font-size: 14px;
}

.Arial12
{
    font-size: 12px;
}
.Arial11Bold
{
    font-size: 11px;
    font-weight: bold;
}

.Arial11
{
    font-size: 11px;
}

.Georgia18BI
{
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
    font-family: Georgia1, Georgia, serif;
}

/* END FONT FORMATTING */