h1 {
 font-family: arial, helvetica, sans-serif;
 font-size: 14pt;
 font-weight: normal;
 text-align: center;
 color: #ffffff; 
 background-color: transparent; 
}
h1.lt {
 font-family: arial, helvetica, sans-serif;
 font-size: 14pt;
 font-weight: bold;
 text-align: left;
 color: #ffffff; 
 background-color: transparent; 
}
h2 {
 font-family: arial, helvetica, sans-serif;
 font-size: 13pt;
 font-weight: normal;
 text-align: center;
 color: #ffffff; 
 background-color: transparent; 
}
p {
 font-family: arial, helvetica, sans-serif;
 font-size: 11pt;
 font-weight: normal;
 text-align: center;
 color: #ffffff; 
 background-color: transparent; 
}
p.small {
 font-family: arial, helvetica, sans-serif;
 font-size: 9pt;
 font-weight: normal;
 text-align: center;
 color: #ffffff; 
 background-color: transparent; 
}
p.left {
 font-family: arial, helvetica, sans-serif;
 font-size: 11pt;
 font-weight: normal;
 text-align: left;
 color: #ffffff; 
 background-color: transparent; 
}
p.right {
 font-family: arial, helvetica, sans-serif;
 font-size: 11pt;
 font-weight: normal;
 text-align: right;
 color: #ffffff; 
 background-color: transparent; 
}
.yellow {
 font-weight: bold;
 color: #ffff00; 
 background-color: transparent; 
}
.bold {
 font-weight: bold;
}
ul {
 list-style-type: disc;
 list-style-postion: outside;
 margin: 3%;
 text-align: left; 
 font-family: arial, helvetica, sans-serif;
 font-size: 11pt;
 font-weight: normal;
 color: #ffffff; 
 background-color: transparent; 
}
ul.off {
 margin-left: 22%;
}
table.main {
 border: 5pt; 
 border-color: #c0c0c0;
 border-style: outset; 
 color: #ffffff; 
 background-color: #ff0000; 
}
td {
 color: #ffffff; 
 background-color: #000000; 
}
td.white {
 color: #000000; 
 background-color: #ffffff; 
}
img {
 border-color: #ffffff;
}
a { 
   font-family: arial, helvetica, sans-serif;
   font-size: 11pt;
   font-weight: normal;
   text-decoration: underline;
 }
   a:link {
   color: #ffffff;
   background-color: transparent;
   }
   a:visited {
   color: #ffffff;
   background-color: transparent;
   }
   a:hover {
   color: #ff0000;
   background-color: transparent;
   font-weight: bold;
   }
   a:active {
   color: #ffff00;
   background-color: transparent;
   font-weight: bold;
   }
a.blk {
   color: #000000;
   background-color: transparent;
   text-decoration: underline;
}
a.noline {
   text-decoration: none;
}
a.sm {
 font-size: 9pt;
}
