table.main {
 border: 8pt; 
 border-color: #6d40d7;
 border-style: outset; 
 font-family: "Trebuchet MS", geneva, arial, helvetica, sans-serif;
 font-size: 12pt;
 font-weight: normal;
 text-align: center;
 color: #000000; 
 background-color: #ffffff; 
}
table.blu {
 border: 1pt; 
 border-color: #53c2ff;
 border-style: solid; 
 font-family: "Trebuchet MS", geneva, arial, helvetica, sans-serif;
 font-size: 12pt;
 font-weight: normal;
 color: #000000; 
 background-color: #ffffff; 
}
h1 {
 font-family: "Trebuchet MS", geneva, arial, helvetica, sans-serif;
 font-size: 12pt;
 font-weight: normal;
 text-align: center;
 color: #000000; 
 background-color: transparent; 
}
p {
 font-family: "Trebuchet MS", geneva, arial, helvetica, sans-serif;
 font-size: 12pt;
 font-weight: normal;
 text-align: center;
 color: #ffffff; 
 background-color: transparent; 
}
p.small {
 font-family: "Trebuchet MS", geneva, arial, helvetica, sans-serif;
 font-size: 9pt;
 font-weight: normal;
 text-align: center;
 color: #ffffff; 
 background-color: #000000; 
}
.bold {
 font-weight: bold;
}
ul {
 list-style-type: disc;
 list-style-postion: inside;
 text-align: left; 
 color: #000000; 
 background-color: #ffffff; 
}
hr {
 color: #53c2ff; 
 background-color: #ffffff; 
}
a { 
   font-family: "Trebuchet MS", geneva, arial, helvetica, sans-serif;
   font-size: 12pt;
   font-weight: bold;
   text-decoration: none;
 }
   a:link {
   color: #ffffff;
   background-color: transparent;
   }
   a:visited {
   color: #53c2ff;
   background-color: transparent;
   }
   a:hover {
   color: #53c2ff;
   background-color: transparent;
   }
   a:active {
   color: #53c2ff;
   background-color: transparent;
   }
a.blk {
   color: #000000;
   background-color: transparent;
   text-decoration: underline;
}