  
  td        {    font-family: verdana;
                  font-size: 10pt}
                  
  A.c:link  { color: #A21315;
              text-decoration:none}     
  
  A.c:visited  { color: #A21315;
                  text-decoration:none}     
            
  A.c:hover  { color: #A21315 }     

  A.h:link  { color: #A21315;
              font-weight: lighter}     
  
  A.h:visited  { color: #A21315;
                    font-weight: lighter}     
            
  A.h:hover  { color: #D66C44;
                  font-weight: lighter}
                  
  A:link  { color: #A21315;
            font-weight:bold;}
            
  A:visited { color: #A21315;
              font-weight:bold }
  
  A:hover { color:#D66C44;
            text-decoration:underline }          
          
  sup, sub   { font-size: 8pt}
            
  p   { font-size: 10pt;
            color: black }
            
  li.dart  { list-style: url("images/dart.gif") circle }            
          
  h1      { align: center }
  
  h3      { align: left;
            font-family: verdana;
            color: #A21315}

  h4      { align: left;
            font-family: verdana;
            color: #D66C44;
            font-weight:bold }
            
  h5      { align: left;
            font-family: verdana;
            color: #D66C44}

  .a      { float: left }
  
  .b      { float: right }

  .c      { color: #FFFFFF;
            text-decoration:none}

  .d      { color: #D66C44;
            font-family: verdana;
            font-weight: bold}
            
  .e      { color: #A21315;
            font-family: verdana;
            font-weight: bold}
            
  .f      { font-family: verdana;
            font-size: 8pt}
            
  .g     { text-indent: 3em }        
  
  .h     { color: #D66C44;
            font-family: verdana;
            font-weight: bold;
            font-size: 12pt }
            
  input, textarea, select { color: #000000;
                            font-size: 8pt;
                            font-family: verdana;
                            background-color: #C6DAEB;
                            border-color: #99CCFF}
  
  .buttons  { color: white;
              font-size: 8pt;
              font-weight: bold;
              background-color: #4F78D9;
              border-color: #99CCFF }  

  .box  { padding: 5pt;
            background: #cccccc;
            border-left: 1px white solid;
            border-right: 1px black solid; 
            border-bottom: 1px black solid; 
            border-top: 1px white solid }