body {
 font-family: Helvetica,Arial;
 font-size: 11pt;
}

h1 {
 font-family: Century Gothic;
 font-size: 11pt;
 font-weight: normal;
}

h2 {
 font-size: 14pt;
 font-weight: bold;
 font-family: Century Gothic;
 color: Navy;
 margin-top: 14pt;
 margin-bottom: 5pt;
}

h3 {
 font-size: 10pt;
 font-style: normal;
 font-weight: bold;
 font-family: Comic Sans MS;
 color: Navy;
 margin-top: 1pt;
 margin-bottom: 1pt;
}

h4 {
 font-size: 13pt;
 font-family: Comic Sans MS;
 font-style: normal;
 font-weight: bold;
 color: Navy;
}

h5 {
 font-size: 12pt;
 font-family: Comic Sans MS;
 font-style:normal;
 font-weight:normal;
 color: Navy; 
 margin-bottom: 1pt;
}

h6 {
 font-size: 24pt;
 font-family: Comic Sans MS;
 color: Navy;
 font-style:normal;
 font-weight:bold;
}

p 
{
  font-family: Comic Sans MS;
  font-weight: bold;
  font-size: 10pt;
  margin-top: 0pt;
  margin-bottom: 2pt;
}

ul
{ 
  margin-top: 0; 
  margin-bottom: 4pt; 
  padding: 0; 
  padding-left: 5pt; 
  list-style-type: none; 
}   

object {
 display: none;
}

table {
  border-collapse: collapse;
  empty-cells: show;
}

tr {
  vertical-align: middle;
}

td {
  padding-left: 5;
  font-size: 10pt;
  vertical-align: middle;
}

th {
  font-weight: bold;
  background-color: Silver;
  font-size: 10pt;
}

#code {
  font-family: Courier New;
}

button {
  width: 13pt;
  height: 13pt;
  font-style: normal;
  font-weight: bold;
}