body{
      background:#FFF;
      text-align:center;
     }

body,td{
      font-size: 13px;
      color:#414141;
     }

a                    { color: #AE5700; text-decoration: underline }
a:link               { }
a:visited            { }
a:active             {  }
a:hover		     { }

h1   { 
       font-weight: normal; 
       font-size: 13px;
       float: none;
       display: inline;
}

h2   { 
       font-weight: bold; 
       font-size: 15px;
       float: none;
       display: inline;
}

#ue{
     width: 800px;
     margin: 0px;
     padding: 0px;
     text-align: left;
  }

#box1{ border-style: none; } 

#box2{
      border: 1px solid #004000;
     } 

.copy{
      color:#ffffff;
      } 

ul{
      text-align: left;
      padding: 0px;
      margin: 0px;
     }

li{
      line-height: 20px;
      text-align: none;
      list-style: square;
      padding: 0px;
      margin: 0px 0px 0px 5px;
      }  