      table.main
      {
        border-color: #aaaaaa;
        border-width: 1px;
        border-style: solid;        
        width: 740px;      
      }      

      table.campaignnews      
      {        
        width: 130px;      
      }

      input.textbox      
      {        
        height: 17px;        
        font-family: verdana;        
        font-size:8pt;      
      }      

      input.signup      
      {        
        height = 17px;        
        font-family: verdana;        
        font-size:8pt;      
      }      

      td.linkBar      
      {        
        border-top-color: #000000;        
        border-top-width: 1px;        
        border-top-style: solid;        
        border-bottom-color: #000000;        
        border-bottom-width: 1px;        
        border-bottom-style: solid;      
      }
      
      td.leftnavbar      
      {        
        border-right-color: #aaaaaa;        
        border-right-width: 1px;        
        border-right-style: solid;        
        padding-top: 25px;        
        adding-left: 3px;        
        padding-bottom: 3px;        
        padding-right: 3px;        
        font-family: verdana;        
        font-size: 8pt;        
        color: #777777;        
        width: 150px;      
      }      

      td.main      
      {        
        padding-top: 25px;        
        padding-left: 15px;        
        padding-right: 10px;        
        padding-bottom: 25px;      
      }

      a.link      
      {        
        color: #000000;        
        text-decoration: none;        
        font-weight: bold;        
        border-color: #ffcc33;        
        border-width: 1px;        
        border-style: solid;      
      }      

      a.link:hover      
      {        
        font-weight: bold;        
        border-color: #000000;        
        border-width: 1px;        
        border-style: solid;      
      }

      a.sidebar
      {
		text-decoration: none;
		color: #000000;
      }

      a.sidebar:hover
      {
		text-decoration: underline;
      }

      
