body
    {
    background-color: #304468;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
    }
a:link
    {
    color: #003366;
    }
a:visited
    {
    color: #006666;
    }
a:active
    {
    color: #FF6600;
    }



ul, li
    {
    list-style: square;
    }


.fontNormal
	{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	}

.fontBold
	{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	font-weight: bold;
	}

.classTitleBar
    {
    /*background-color: #547CC4;*/
    background-color: #FFFFFF;
    color: #FFCC00;
    }

.classTitle1
	{
	font-family: Times New Roman, Times Roman, Times, Serif;
	font-size: 28pt;
	font-weight: normal;
    font-style: normal;
    font-variant: small-caps;
	}

.classTitle2
	{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	font-weight: normal;
    font-style: normal;
    color: #666666;
	}

.classNavBar
    {
    /*background-color: #003366;*/

    background-color: #E8E8E8;
    color: #003366;

    vertical-align: middle;
    }

.classNavBarLeft
    {
    border-left: 1px solid white;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    border-right: none;
    }

.classNavBarMid
    {
    border-left: none;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    border-right: none;
    }

.classNavBarRight
    {
    border-left: none;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    border-right: 1px solid white;
    }

.classNavSelNormal
    {
    /* color: #E5CD4C; */
   	font-weight: bold;
    cursor: hand;
    }

.classNavSelHighlighted
    {
    /*color: #FFFF99;*/
    color: #CCCCCC;
   	font-weight: bold;

    cursor: hand;
    }

.classShadowBar
    {
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
    background-color: #ffffff;
    background-image: url(./images/graybar.png);
    background-repeat: repeat-x;
    }

.classBody
    {
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
    background-color: #ffffff;
    }

.classBodyTitle
    {
    font-size: 12pt;
    font-weight: bold;
    font-variant: small-caps;
    color: #003366;
    }

.classNewsBullet
    {
    color: #E5CD4C;
    font-weight: bold;
    }



.classBoxTitle
    {
    font-weight: bold;
    color: #003366;
    background-color: #E8E8E8;
    border-bottom: 1px groove #cccccc;
    }

.classBoxContent
    {
    background-color: #F7F7F7;
    border-bottom: 2px solid #E8E8E8;
    border-left: 1px solid #E8E8E8;
    border-right: 1px solid #E8E8E8;
    }

.classFooterBar
    {
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 6px;
    /*background-color: #E5CD4C; */
    background-color: #E8E8E8;
    }

.classFooter
    {
    text-align: right;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 7pt;
    background-color: #ffffff;
    }




