<!-- GENERAL STYLES -->
body
   {
   font-family:arial;
   color:#333366;
   }

.heading
   {
   font-family:arial;
   font-size:18pt;
   font-weight:900;
   color:#333366;
   }

.txt
   {
   font-family:arial;
   font-size:12pt;
   font-weight:bold;   
   color:#333366;
   }
   
.txti
   {
   font-family:arial;
   font-size:12pt;
   font-weight:bold;   
   font-style:italic;   
   color:#333366;
   }
   
.txtmid
   {
   font-family:arial;
   font-size:10pt;
   color:#333366;
   }

.txtbld
   {
   font-family:arial;
   font-size:10pt;
   color:#333366;
   }
   
.txtsml
   {
   font-family:arial;
   font-size:7pt;
   color:#333366;
   }

<!-- LINKS -->
a:hover
{
   text-decoration:underline;
}

a:active
{
   color:#333366;
}

a:visited
{
   color:#333366;
}

a.lkhdr
{
   text-decoration:none;
   font-family:arial;
   font-size:12pt;
   font-weight:bold;   
   color:#333366;
}

a.lklrg
{
   text-decoration:none;
   font-family:arial;
   font-size:18pt;
   font-weight:900;
   color:#333366;
}

