h1 {
 font-family: arial, helvetica, sans-serif;
 font-size: 12pt;
 font-weight: normal;
 text-align: center;
 color: #000000; 
 background-color: transparent; 
}
p {
 font-family: arial, helvetica, sans-serif;
 font-size: 12pt;
 font-weight: normal;
 text-align: justify;
 color: #000000; 
 background-color: transparent; 
}
.center {
 text-align: center;
}
p.small {
 font-family: arial, helvetica, sans-serif;
 font-size: 9pt;
 font-weight: normal;
 text-align: center;
 color: #000000; 
 background-color: transparent; 
}
.bold {
 font-weight: bold;
}
.greenbold {
 color: #336600; 
 background-color: transparent; 
 font-weight: bold;
}
.goldbold {
 color: #cf9d00; 
 background-color: transparent; 
 font-weight: bold;
}
table {
 color: #000000; 
 background-color: #ffffff; 
}
td.nav {
 color: #ffffff; 
 background-color: #3f5735;
 padding-top: 10px;
 padding-bottom: 10px;
}
td.left {
 text-align: left; 
 font-family: arial, helvetica, sans-serif;
 font-size: 12pt;
 font-weight: normal;
 color: #000000; 
 background-color: transparent; 
}
ul {
 list-style-type: disc;
 margin: 3%;
 text-align: left; 
 font-family: arial, helvetica, sans-serif;
 font-size: 12pt;
 font-weight: normal;
 color: #000000; 
 background-color: transparent; 
}
ul.off {
 margin-left: 22%;
}
a { 
   font-family: arial, helvetica, sans-serif;
   font-size: 12pt;
   font-weight: normal;
   text-decoration: underline;
 }
   a:link {
   color: #000000;
   background-color: transparent;
   }
   a:visited {
   color: #000000;
   background-color: transparent;
   }
   a:hover {
   color: #cf9d00;
   background-color: transparent;
   }
   a:active {
   color: #9b2410;
   background-color: transparent;
   }
a.noline {
   text-decoration: none;
}
a.sm {
 font-size: 9pt;
}