<style><!--    

/* default */ { 
  font-family: arial,helvetica; 
  color: black; 
}

h1 {
  font-family: arial,helvetica; 
  font-size:14pt; 
  font-weight: Bold; 
}
  
h2 {
  font-family: arial,helvetica; 
  font-size:13pt;
  font-weight: Bold; 
}
  
h3 {
  font-family: arial,helvetica; 
  font-size:12pt;
  font-weight: Bold; 
}
  

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; 
}

dt { 
  font-weight: bold; 
  font-family: arial,helvetica; 
  font-size: 10pt; 
}

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

pre, code { 
  font-family: courier; 
  font-size:75% 
} 

a:link { 
  font-family: arial,helvetica; 
  color: midnightblue;
  font-weight: bold;
  text-decoration: none;
}

a:visited { 
  font-family: arial,helvetica; 
  color: midnightblue;
  font-weight: bold;
  text-decoration: none;
}

a.help:link  { 
  font-family: arial,helvetica; 
  font-size: 8pt; 
  color: gainsboro;	
  font-weight: normal;	
  text-decoration: none;
}

a.help:visited  { 
  font-family: arial,helvetica; 
  font-size: 8pt; 
  color: gainsboro;	
  font-weight: normal;	
  text-decoration: none;
}

a.menu  { 
  font-family: arial,helvetica; 
  font-size: 9pt; 
  color: whitesmoke;
  font-weight: bold;
  text-decoration: none;
}

a.menu:visited  { 
  font-family: arial,helvetica; 
  font-size: 9pt; 
  color: white;	
  font-weight: bold;
  text-decoration: none;
}

a.menuCurrent:visited,a.menuCurrent:link  { 
  font-family: arial,helvetica; 
  font-size: 9pt; 
  color: gray;	
  font-weight: bold;
  text-decoration: none;
}

--></style>


