/* The three styles below are used for jsMenu.js */
.hdrText { text-decoration: none; color: #003366; font: 12px Verdana, Helvetica }
.itemText { text-decoration: none; color: #ffffff; font: 12px Verdana, Helvetica }
.itemHover { text-decoration: none; color: #ffffff; font: 12px Verdana, Helvetica }
.itemBorder { border: 1px solid cc8800 }

body  {
    color : black;
    font-size : 10pt;
    font-family : Verdana, Arial, sans-serif;
    font-weight : normal;
    font-style : normal;
    text-decoration : none;
}


p  {
    font-size : 10pt;
    font-family : Verdana, Arial, sans-serif;
    font-weight : normal;
    font-style : normal;
    color : black;
    text-decoration : none;

}

.head1 {
    font-size : 12pt;
    font-family : Verdana, Arial, sans-serif;
    font-weight : bold;
    font-style : normal;
    color : black;
    text-decoration : none;


}

.head2 {
    font-size : 10pt;
    font-family : Verdana, Arial, sans-serif;
    font-weight : bold;
    font-style : italic;
    color : black;
    text-decoration : none;


}

.normalHead {
    font-size : 10pt;
    font-family : Verdana, Arial, sans-serif;
    font-weight : bold;
    font-style : normal;
    color : black;
    text-decoration : none;


}

.normal  {
    color : black;
    font-size : 10pt;
    font-family : Verdana, Arial, sans-serif;
    font-weight : normal;
    font-style : normal;
    text-decoration : none;
}

a.normal:link  {
    font-size : 10pt;
    font-family : Verdana, Arial, sans-serif;
    font-weight : normal;
    font-styleg: normal;
    color : blue;
    text-decoration : none;
}

a.normal:visited  {
    font-size : 10pt;
    font-family : Verdana, Arial, sans-serif;
    font-weight : normal;
    font-style : normal;
    color : blue;
    text-decoration : none;
}

a.normal:hover  {
    font-size : 10pt;
    font-family : Verdana, Arial, sans-serif;
    font-weight : normal;
    font-style : normal;
    color : blue;
    text-decoration : underline;
}
ul  {
    color : black;
    font-size : 10pt;
    font-family : Verdana, Arial, sans-serif;
    font-weight : normal;
    font-style : normal;
    text-decoration : none;
    list-style-type : circle;
	list-style-position : outside;
}

.special  {
    font-size : 8pt;
    font-family : Verdana, Arial, sans-serif;
    font-weight : normal;
    font-style : italic;
    color : red;
    text-decoration : none;
}

.white  {
    color : ffffff;
    font-size : 10pt;
    font-family : Verdana, Arial, sans-serif;
    font-weight : normal;
    font-style : normal;
    text-decoration : none;
}


.disclaimer  {
    color : ffffff;
    font-size : 8pt;
    font-family : Verdana, Arial, sans-serif;
    font-weight : normal;
    font-style : normal;
    text-decoration : none;
}

.normalHdr  {
    color : cc8800;
    font-size : 10pt;
    font-family : Verdana, Arial, sans-serif;
    font-weight : bold;
    font-style : normal;
    text-decoration : none;
}

.footer  {
    color : ffffff;
    font-size : 8pt;
    font-family : Verdana, Arial, sans-serif;
    font-weight : normal;
    font-style : normal;
    text-decoration : none;
}

a.footer:link  {
    color : cc8800;
    font-size : 8pt;
    font-family : Verdana, Arial, sans-serif;
    font-weight : normal;
    font-style : normal;
    text-decoration : underline;
}

a.footer:visited  {
    color : cc8800;
    font-size : 8pt;
    font-family : Verdana, Arial, sans-serif;
    font-weight : normal;
    font-style : normal;
    text-decoration : none;
}

a.footer:hover  {
    color : 88bbdd;
    font-size : 8pt;
    font-family : Verdana, Arial, sans-serif;
    font-weight : normal;
    font-style : normal;
    text-decoration : underline;
}

