html, body, p {
   font-size:12pt;
   font-family:Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
   color:black;
}

li {
    margin-left:-25px;
}

.normalSize {
   font-size:12pt;
}

.middleSize {
   font-size:11pt;
}

.smallSize {
   font-size:10pt;
}

.secondColor  {
   color:#993300;
}

.bold {
    font-weight:bold;
}

h3  {
   font-size:16pt;
   color:#993300;
   background:#BBBBBB;
}

.h3  {
    width:100%;
    font-size:16pt;
    font-weight:bold;
    color:#993300;
    background:#BBBBBB;
    margin-top:-12px;
    padding-left:5px;
}

.h3sub {
    width:100%;
    align:right;
    font-weight:normal;
    font-size:11pt;
    font-style:italic;
    line-height:14pt;
    text-align:right;
    background:#BBBBBB;
    padding-right:5px;
 }

.submit {
   background:#993300;
   color:#BBBBBB;
   font-weight:bold;
}

a:link, a:active, a:visited {
    color:#333333;
    background:transparent;
}

a:hover {
    text-decoration:none;
    color:black;
    background:#BBBBBB;
 }

.nav {
    color:black;
    font-size:12pt;
    font-weight:bold;
    background:#999999;
    padding:5px;
 }
 
 .nav:hover {
     background:#BBBBBB;
     cursor:pointer;
 }
 
a.navlink:link, a.navlink:visited, a.navlink:active {
    text-decoration:none;
    color:black;
    font-size:12pt;
    font-weight:bold;
 }

.navactive {
    color:#993300;
    font-size:12pt;
    font-weight:bold;
    background:#DDDDDD;
    padding:5px;
}

