@charset "iso-8859-1";
body,td    { 
             background-color: #ffffff;
             font-family: verdana, sans-serif;
             font-weight: bold;
             font-size: 10pt
           }
p          { 
             margin-left: 10%;
             margin-right: 10%;
             color: #000000 
           }
h1         {
             text-align: center 
           }
h2         {
             text-align: center 
           }
h3         {
             text-align: center 
           }
h4         {
             text-align: center 
           }
a:link     { 
             color: #0000ff; 
             text-decoration: none 
           }
a:visited  {  
             color: rgb(135,135,255); 
             text-decoration: none 
           }
a:active   { 
             color: #0000ff; 
             text-decoration: none 
           }
a:hover    { 
             color: #ff0000; 
             font-weight: bold;
             text-decoration: underline 
           }
.unbold    { 
             font-weight: normal;
           }
.indent1   {
             margin-left: 15%;
             margin-right: 15%
           }
.indent2   {
             margin-left: 25%;
             margin-right: 25%
           }
.c         { 
             text-align: center;
             color: #000000 
           }
.pageone   { 
             text-align: center;
             margin-top: 25%;
             color: #000000 
           }
.tinymenu  { 
             text-align: center;
             font-size: 8pt;
             color: #000000
           }

