/* define main values */
body {
  background-color:#939367; 
  }

p {
  font-family: Tahoma, Verdana;
  font-size: 8pt;
  color:#42433E;
  text-align:justify;
  }
  
p.title {
  color:#42433E;
  font-size:14pt;
  }
  
p.maintitle {
  font-family:impact;
  font-size:14pt;
  color:#42433E;
  text-align:center;
  }
  
p.asterisk  {
  display:inline;
  color:#B0171F;
  }
h1, h2, h3, h4, h5, h6 {
  font-family:Tahoma, Verdana;
  color:#42433E;
  }

ul {
  font-family: Tahoma, Verdana;
  font-size: 8pt;
  color:#42433E;
  }
  
/* define link values */ 
a:link {
  text-decoration: none;
  color: #308014;
  }
  
a:visited {
  text-decoration: none;
  color: #308014;
  }

a:hover {
  text-decoration: underline;
  color: #000000;
  }
  
a:active {
  text-decoration: none;
  color: #308014;
  }
  
a.footlink {
  text-decoration: none;
  color: #FAF0E6;
  }

a:hover.footlink {
  text-decoration: underline;
  color: #FAF0E6;
  }

/* define table values */
table {
  background-color:#FAF0E6;
  font-family: Tahoma, Verdana;
  font-size: 8pt;
  color: #42433E;
  }

td {
  font-family: Tahoma, Verdana;
  font-size: 8pt;
  color:#42433E;
  }

.header {
  background-color:#939367;
  }

table#foottable {
  border:0;
  background-color:#939367;
  align: center;
  }
  
td.footcell {
  text-align:center;
  color: #FAF0E6;
  }