td,select,input,textarea,body
{
	font-size: 8pt;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
}

a:visited { color: #378BCA; text-decoration: underline; }
a:hover   { color: #FF6600; text-decoration: underline; }
a:link    {	color: #378BCA; text-decoration: underline; }

.white          { color: #FFFFFF; }
.white:visited  { color: #FFFFFF; text-decoration: underline; }
.white:hover    { color: #FFFFFF; text-decoration: none;      }
.white:link     { color: #FFFFFF; text-decoration: underline; }

.black          { color: #000000; }
.black:visited  { color: #000000; text-decoration: underline; }
.black:hover    { color: #000000; text-decoration: none;      }
.black:link     { color: #000000; text-decoration: underline; }

.purple         { color: #504FA3; }
.purple:visited { color: #504FA3; text-decoration: underline; }
.purple:hover   { color: #504FA3; text-decoration: none;      }
.purple:link    { color: #504FA3; text-decoration: underline; }

.brown          { color: #826114; }
.brown:visited  { color: #826114; text-decoration: underline; }
.brown:hover    { color: #826114; text-decoration: none;      }
.brown:link     { color: #826114; text-decoration: underline; }

.orange          { color: #FF6600; }
.orange:visited  { color: #FF6600; text-decoration: underline; }
.orange:hover    { color: #FF6600; text-decoration: none;      }
.orange:link     { color: #FF6600; text-decoration: underline; }

.green          { color: #54A610; }
.green:visited  { color: #54A610; text-decoration: underline; }
.green:hover    { color: #54A610; text-decoration: none;      }
.green:link     { color: #54A610; text-decoration: underline; }

.blue          { color: #035f9b; }
.blue:visited  { color: #035f9b; text-decoration: underline; }
.blue:hover    { color: #035f9b; text-decoration: none;      }
.blue:link     { color: #035f9b; text-decoration: underline; }

.grey          { color: #636363; }
.grey:visited  { color: #636363; text-decoration: underline; }
.grey:hover    { color: #636363; text-decoration: none;      }
.grey:link     { color: #636363; text-decoration: underline; }


.text7pt  { font-size:  7pt; }
.text8pt  { font-size:  8pt; }
.text9pt  { font-size:  9pt; }
.text10pt { font-size: 10pt; }
.text11pt { font-size: 11pt; }
.text12pt { font-size: 12pt; }
.text14pt { font-size: 14pt; }
.text16pt { font-size: 16pt; }


.text7pt_bold  { font-size:  7pt; font-weight: bold; }
.text8pt_bold  { font-size:  8pt; font-weight: bold; }
.text9pt_bold  { font-size:  9pt; font-weight: bold; }
.text10pt_bold { font-size: 10pt; font-weight: bold; }
.text11pt_bold { font-size: 11pt; font-weight: bold; }
.text12pt_bold { font-size: 12pt; font-weight: bolder; }
.text14pt_bold { font-size: 14pt; font-weight: bold; }
.text16pt_bold { font-size: 16pt; font-weight: bold; }

.text9pt_bold_white { font-size: 9pt; font-weight: bold; ; color: #FFFFFF}
.text9pt_bold_red { font-size: 9pt; font-weight: bold; ; color: #FF0000}

#------------------------------------------------------------------

.leftnav          { color: #FFFFFF; }
.leftnav:visited  { color: #FFFFFF; text-decoration: none;      }
.leftnav:hover    { color: #FFFFFF; text-decoration: underline; }
.leftnav:link     { color: #FFFFFF; text-decoration: none;      }

.leftnav_selected          { color: #073DAC; }
.leftnav_selected:visited  { color: #073DAC; text-decoration: none;      }
.leftnav_selected:hover    { color: #073DAC; text-decoration: underline; }
.leftnav_selected:link     { color: #073DAC; text-decoration: none;      }

/* CoolMenus 4 - default styles - do not edit */
.clCMEvent
{
    position: absolute;
    width: 99%;
    height: 99%;
    clip: rect(0,100%,100%,0);
    left: 0;
    top: 0;
    visibility: visible;
}
.clCMAbs
{
    position: absolute;
    visibility: hidden;
    left: 0;
    top: 0;
}
/* CoolMenus 4 - default styles - end */
/*Style for the background-bar*/
.clBar
{
    position: absolute;
    width: 10;
    height: 10;
    background-color: Navy;
    layer-background-color: Navy;
    visibility: hidden;
}
/*Styles for level 0*/
.clLevel0, .clLevel0over
{
    position: absolute;
    padding: 2px;
    font-size: 10px;
    /*
    font-family: tahoma,arial,helvetica;
    font-weight: bold;
    */
}
.clLevel0
{
    background-color: #E5F6FE;
    layer-background-color: #A9ADBC;
    color: #000000;
}
.clLevel0over
{
    background-color: #0576BA;
    layer-background-color: #336699;
    color: #FFFFFF;
    cursor: pointer;
    cursor: hand;
}
.clLevel0border
{
    position: absolute;
    visibility:hidden;
    background-color: #A9ADBC;
    layer-background-color: #006699;
}

