body { 
  color: 000000;
  background-color: ffffff;
  font-family: verdana, arial;
  text-align: justify;
  font-size: 10pt;
}

img { 
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

div.body img { 
  float: right;
  margin: 5px;
  clear: both;
}

a:link, a:visited { 
  color: 5555aa;
  text-decoration: none;
}

a:hover { 
  color: 9999ff;
  text-decoration: underline;
}

div.header { 
  text-align: center;
}

div.header h1 { 
  font-size: 24pt;
  color: de2244;
}

div.header p { 
  font-size: 8pt;
}

div.body {
  margin-left: 50px;
  margin-right: 50px;
  margin-top: 20pt;
  padding: 10pt;
}

div.body h1 { 
  color: cf2a4a;
  text-indent: 1em;
  margin-top: 5pt;
  margin-bottom: 5pt;
}

div.body p { 
  font-size: 10pt;
  text-indent: 2em;
  margin-bottom: 5pt;
}

table { 
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #000000;
  font-size: 10pt;
}

td {
  text-align: center;
  border: none;
}

tr { 
  border: none;
}

td.gray { 
  background-color: #cccccc;
}

td.blue { 
  background-color: #9999ff;
}

td.red { 
  background-color: #eeee44;
}

th { 
  border-bottom: 1px solid #000000;
}
