
<style type='text/css'>


    .form_title{
      color : #000000;
      font-size: 13px;
      font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
      font-weight : bold;
    }
    
    .form_field {
      font-size : 13px;
      font-family : Verdana, Arial, Helvetica, sans-serif;
      color : #474747;
      font-weight : bold;
      text-align:left;
    }
    
    .form_text{
      font-size : 11px;
      font-family : Verdana, Arial, Helvetica, sans-serif;
      color : #000000;
    }
    
    .text_box{
      font-size : 11px;
      font-family : Verdana, Arial, Helvetica, sans-serif;
      color : #000000;
      width:200px;
    }
    
    .text_area{
      font-size : 11px;
      font-family : Verdana, Arial, Helvetica, sans-serif;
      color : #000000;
      width:200px;
      height:60px;
    }
    
    .text_select{
      font-size : 11px;
      font-family : Verdana, Arial, Helvetica, sans-serif;
      color : #000000;
    }

    .form_error{
      font-size : 11px;
      font-family : Verdana, Arial, Helvetica, sans-serif;
      color : #ff0000;
      font-weight : bold;
    }

    .copyright{
      font-size : 11px;
      font-family : Verdana, Arial, Helvetica, sans-serif;
      color : #000000;
    }
    
    td.gold {
      font-size : 11px;
      font-family : Verdana, Arial, Helvetica, sans-serif;
      color : #ffffcc;
    }

    td.silly {
      font-size : 11px;
      font-family : Verdana, Arial, Helvetica, sans-serif;
      color : #ffffcc;
    }



    p {
      color: #ffffcc;
      font-family : Verdana;
      font-size : 10px;
    }

    p.one {
      color: #66CC33;
      font-family : Verdana;
      font-size : 10px;
    }


      a.one:link {
      color: #ffffcc;
      text-decoration: none;
    }

      a.one:visited {
      color: #ffffcc;
      text-decoration: none;
    }

      a.one:hover {
      color: #000000;
      background: #66ff66;
    }

	a.one:active {
	color: #ffffcc;
	text-decoration: none;
    }


    .footer {
    font-family : Verdana;
    font-size : 10;
    color : #66CC33;
    }





    A: link {
       color:  #555555;
       font-weight : bold; 
         text-decoration: none;
    }

    A: visited {
        color:  #555555;
        font-weight : bold; 
        text-decoration: none;
    }

    A: hover {
        color:  #ffffff;
        font-weight : bold; 
        background-color : #000000;  
        text-decoration: none;
    }

    A: active {
        color:  #ffcccc;
        font-weight : bold; 
        background-color : #000000;  
        text-decoration: none;
    }


    


</style>