﻿body 
{
    background-image: url(images/bgrnd_01.jpg);
    background-repeat: repeat-x;
    background-color: #9d74b6;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #421945;
    margin: 0px;
    
}

a
{
    text-decoration: none;   
}

a:visited
{
    color:Blue;   
}

p
{
    margin-top: 0px;
    margin-bottom: 12px;
    margin-right: 4px;
    line-height: 1.4;
    padding-left: 6px;
}

li
{
    list-style-type: disc;
    font-size: 10pt;
    margin-bottom: 8px;
    padding-right: 30px;
}

.smallUL
{
    margin-top: -6px;
}

.smallList
{
    list-style-type: disc;
    font-size: 8pt;
    margin-left: -16px;
    padding-left: -16px;
    padding-right: 6px;
    margin-bottom: 8px;
}


td.centerTD
{
    text-align: center;
    vertical-align: middle;
}


.whiteBox
{
    margin-left: auto;
    margin-right: auto;
    margin-top: 7px;
}

td.whiteBoxUL
{
    background-image: url(images/wb_ul.gif);
    background-repeat: no-repeat;
    background-color: Transparent;
    width: 6px;
    height: 6px;
}

td.whiteBoxTop
{
    background-image: url(images/wb_top.gif);
    background-repeat: repeat-x;
    background-color: White;
    height: 6px;
}

td.whiteBoxUR
{
    background-image: url(images/wb_ur.gif);
    background-repeat: no-repeat;
    background-color: Transparent;
    width: 6px;
    height: 6px;
}

td.whiteBoxLeft
{
    background-image: url(images/wb_left.gif);
    background-repeat: repeat-y;
    background-color: White;
    width: 6px;
}

td.whiteBoxBody
{
    background-color: White;
    padding: 8px;
}

td.whiteBoxRight
{
    background-image: url(images/wb_right.gif);
    background-repeat: repeat-y;
    background-color: White;
    width: 6px;
}

td.whiteBoxLL
{
    background-image: url(images/wb_ll.gif);
    background-repeat: no-repeat;
    background-color: Transparent;
    width: 6px;
    height: 6px;
}

td.whiteBoxBottom
{
    background-image: url(images/wb_bottom.gif);
    background-repeat: repeat-x;
    background-color: White;
    height: 6px;
}

td.whiteBoxLR
{
    background-image: url(images/wb_lr.gif);
    background-repeat: no-repeat;
    background-color: Transparent;
    width: 6px;
    height: 6px;
}

.centeredImage
{
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
}

.footerText
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #421945;
    text-align: center;
    margin-top: 7px;
    line-height: 1;
}

.shadeHead
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14pt;
    font-weight: bold;
    color: #421945;
    background-color: #e2d8e8;
    text-align: left;
    text-indent: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-bottom: 16px;
    margin-left: -2px;
}

.shadeHead2
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: bold;
    color: #421945;
    background-color: #e2d8e8;
    text-align: left;
    text-indent: 6px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-bottom: 7px;
    margin-left: 0px;
}

.centerTable
{
    border-width: 0px;
    font-size: 8pt;
    margin-left: auto;
    margin-right: auto;
}

.menuBar
{
    background-image: url(images/menu_bar.jpg);
    border-width: 0px;
    font-size: 10pt;
    width: 705px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
}

a.menuChoice
{
    color: #e7b853;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
}

a:hover.menuChoice
{
    color: #421945;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
}

.imgLeft
{
    float: left;
    margin-right: 12px;
    border-width: 0;
    margin-left: 2px;
    margin-bottom: 8px; 
    margin-top: 4px; 
}

.imgRight
{
    float: right;
    border-width: 0;
    margin-right: 2px;
    margin-left: 8px;
    margin-bottom: 8px; 
    margin-top: 4px; 
}



.bigIndent
{
    padding-left: 100px;
    font-weight: bold;
}