﻿body 
{
    font-family:Arial;
    font-size:11pt;
    color:#868080;
}

.topHeader
{
    font-size:18px;
    color:#312f30;
    text-decoration:underline;
    font-weight:bold;
}

.small
{
    font-size:10pt;
}

a:link, a:visited
{
    color:#B70004;
    text-decoration:none;
}

a:hover
{
    text-decoration:underline overline;
    color:#B70004;
}

.head
{
    font-size: 16px;
    font-weight:bold;
    color:White;
}

.quicklinks
{   
    font-weight:bold;
    color:#3580b6;
    text-decoration:underline;
}   

.empBlue
{
    font-weight:bold;
    color:#3580b6;
    font-size:12pt;
}

.emp
{
    font-weight:bold;
    color:Maroon;
    font-size:12pt;
}

.bullet
{
    color:Maroon;
}

.table
{   
    font-weight:bold;
    color:Maroon;
}

.tabStyle
{
    font-weight:bold;
    color:#3580b6;
    font-size:10pt;
}

.accordionHeader
{
    border: 1px solid #18b2e4;
    color: white;
    background-color: #18b2e4;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionContent
{
    background-color: #D3DEEF;
    
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

.accordionLink
{

}

/* Adjust the z-index of the menu so that it works fine in IE8 8*/
.adjustedZIndex 
{
    z-index: 1;
}