body, p, th, td {
  font-family: Arial,Helvetica,Helv,sans-serif;
  font-weight: normal;
  font-size: 10pt;
  }

h1 {
  font-family: Arial,Helvetica,Helv,sans-serif;
  font-weight: bold;
  font-size: 16pt;
  color: Blue
  }

h2 {
  font-family: Arial,Helvetica,Helv,sans-serif;
  font-weight: bold;
  font-size: 14pt;
  color: Blue
  }

h3 {
  font-family: Arial,Helvetica,Helv,sans-serif;
  font-weight: bold;
  font-size: 10pt;
  color: Blue
  }
  
sup { font-size: 8pt; }

.subhead {
  font-family: Arial,Helvetica,Helv,sans-serif;
  font-weight: bold;
  font-size: 11pt;
  color: Blue
  }

.bold { font-weight: bold }

.green { color:#00FF00; }
.boldgreen { color:#00FF00; font-weight: bold }

.blue { color: Blue; }
.boldblue { color: Blue; font-weight: bold }

.red { color: Red; }
.boldred { color: Red; font-weight: bold }

a {	
  text-decoration:underline;
	font-weight:bold;
  }

a:hover {
	text-decoration:underline;
	color:red;
  }
