<style><!--    
/* default */ { 
  font-family: arial,helvetica; 
  color: black; 
}

h1 {
  font-family: arial,helvetica; 
  font-size:12pt; 
  font-weight: Bold; 
  margin-top: 18px;
  margin-bottom: 12px;
}
  
body { 
  width: 600; /* IE ignores this, making r value below necessary. */
  margin: 0px 360px 0px 20px; /* t, r, b, l */
  background-color: gainsboro;
} 


b { 
  font-weight: bold; 
  font-family: arial,helvetica; 
}

li,p,td { 
  font-family: arial,helvetica; 
  font-size: 14px; 
  color: black;
	margin-top: 8px;
	margin-bottom: 8px;
}

--></style>


