body {
 margin-top: 15pt ;
 font-family: Arial, Verdana, Helvetica, sans-serif ;
 color: #000000 ;
 font-size: 11px ;
 line-height:20px ;
 }

table {
 font-family: Arial, Verdana, Helvetica, sans-serif ;
 color: #000000 ;
 font-size: 11px ;
 line-height:20px ;
 }
 
hr {
 color: #799db3 ;
 }
 
/*backgrounds*/
.border {
  background-color: #ffffff ;
  }
.main {
  background-color: #f3f0d4 ;
  }
  
.green {
  background-color: #99ac8f ;
  }
  
.blue {
  background-color: #799db3 ;
  }
  
.red {
  background-color: #b37671 ;
  }
  
.orange {
  background-color: #c2a36c ;
  }
  
.purple {
  background-color: #847699 ;
  }

/*text*/
.error {
   font-family: Arial, Verdana, Helvetica, sans-serif ;
   color:red ;
   font-size: 9pt ;
   font-weight: bold ;
   }

h1 {
   font-family: times, sans-serif ;
   font-size: 11pt ;
   font-weight: bold ;
   display: inline ;
   text-transform: uppercase ;
   }
   
h2 {
   font-family: Arial, Verdana, Helvetica, sans-serif ;
   font-size: 11pt ;
   font-weight: bold ;
   display: inline ;
   }
   
button {
   cursor: pointer ;
   cursor: hand ;
   }
   
.italic {
   font-weight: normal ;
   font-size: 9pt ;
   font-style: italic ;
   }

.url,.url:link,.url:visited,.url:active,.url:hover  {
  color: #4a6d82 ;
  font-family: Arial, Verdana, Helvetica, sans-serif ;
  font-size: 11px ;
  text-decoration: none ;
  font-weight:bold ;
  }
  
.home,.home:link,.home:visited,.home:active,.home:hover {
  color: #ffffff ;
  font-family: Arial, Verdana, Helvetica, sans-serif ;
  font-size: 11px ;
  text-decoration: none ;
  font-weight: bold ;
  }