body { 
  background: black;
  color : white; 
  font-size: 9pt; 
  font-family: Arial, Helvetica, sans-serif; 
}         

a {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 9pt; 
  text-decoration: none;
  background: black;
}

img {
  color: #EFE080; 
  border: 25;
}

a:link {
  font-size: 9pt; 
  font-family: Arial, Helvetica, sans-serif; 
  color: #EFE080; 
  background: black;
}

a:visited {
  font-size: 9pt; 
  font-family: Arial, Helvetica, sans-serif; 
  color: #bFc060; 
  background: black;
} 

a:active {
  font-size: 9pt; 
  font-family: Arial, Helvetica, sans-serif; 
  color: #F4E484;
  text-decoration: underline;
  background: black;
}

a:hover  {
  text-decoration: underline;
  color: #F4E484;
  background: black;
}

p { 
  font-size: 9pt; 
  font-family: Arial, Helvetica, sans-serif; 
  background: black;
  color : white; 
}         

input { 
  font-size: 9pt; 
  font-family: Arial, Helvetica, sans-serif; 
  background: black;
  color : white; 
}         

textarea { 
  font-size: 9pt; 
  font-family: Arial, Helvetica, sans-serif; 
  background: black;
  color : white; 
}         

form { 
  font-size: 9pt; 
  font-family: Arial, Helvetica, sans-serif; 
  background: black;
  color : white; 
}         

label { 
  font-size: 9pt; 
  font-family: Arial, Helvetica, sans-serif; 
  background: black;
  color : white; 
}         

.sec1 { 
  font-size: 9pt; 
  font-family: Arial, Helvetica, sans-serif; 
  color : #ffef8f; 
  background: black;
}

.wsun {
  font-size: 9pt; 
  font-family: Arial, Helvetica, sans-serif; 
  background: black;
  padding-left: 10px;
}

ul {
  list-style: disc;
  margin-top: 0.3em;
  margin-bottom: 0.3em; 
  list-style-type: disk;
}

ol { 
  margin-top: .6em; 
  list-style-type: disk;
}	
			
li {  
  padding-bottom: .0em; 
  margin-left: -2em;  
}

table
{	
font-size: 9pt; 
}

td
{	
font-size: 9pt; 
}


    table.wyn {
      border-collapse: collapse;
      }
  
    td.wyn { 
      border: 1px solid #808080;
      padding: 3px; 
      
      }
