body            {       background: #ffffff   }

a.nav           {       font-family:            Times New Roman;
                        font-size:              12pt;
                        font-style:             none;
                        color:                  navy;
                        text-decoration:        none;
                        font-weight:            bold;
                        background:             none;
                }

a.nav:hover     {       
                        font-family:            Times New Roman;
                        font-size:              12pt;
                        font-style:             none;
                        color:                  EAEBA5;
                        text-decoration:        underline;
                        font-weight:            bold;
                        background:             #993300;
                        width:                  100%;
                }

a.nav-subpg     {
                        font-family:            Times New Roman;
                        font-size:              10pt;
                        font-style:             none;
                        color:                  EAEBA5;
                        text-decoration:        underline;
                        font-weight:            bold;
                }

a.nav-subpg:hover       {
                        font-family:            Times New Roman;
                        font-size:              10pt;
                        font-style:             none;
                        color:                  EAEBA5;
                        text-decoration:        underline;
                        font-weight:            bold;
                }


font.nav-curpg  {       font-family:            Times New Roman;
                        font-size:              14pt;
                        font-style:             none;
                        color:                  white;
                        text-decoration:        none;
                        font-weight:            bold;
                }

