body {
  margin: 2px 2px 2px 2px;
}

p, li, form, td {
  font-size: 9pt;
  font-family: Arial;
}

h1 {
  font-size: 11pt;
  font-weight: bold;
  line-height: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

h2 {
  font-size: 10pt;
  font-weight: bold;
  line-height: 100%;
}

    
h3 {
  font-size: 9pt;
  font-weight: bold;
  line-height: 100%;
}

a:link, a:visited {
  color:#A3581F;
  font: 10pt Arial;
  text-decoration: none;
}

a:hover, a:active {
  color:#A3581F;
  font: 10pt Arial;
  text-decoration: underline;
}

hr { border: 0; width: 100%; }
hr.thinBlack { color: #000000; background-color: #000000; height: 1px; }
hr.thinBlue { color: #39458F; background-color: #39458F; height: 1px; }
hr.thinGray {   height: 1px; }

.e, .label {
  font: 10pt Arial;
  color: #900;
  font-weight: bold;
}
	
td.top {
  font: 10pt Arial;
  font-weight: bold;
  color: #fff;
  background-color: #FFBF80;
  padding: 5px;
}

td.middle {
  color: #000;
  background-color: #FFE9B9;
  padding: 5px;
  
}

td.bottom {
  font: 10pt Arial;
  font-weight: bold;
  color: #fff;
  background-color: #6666FF;
/*  background-color: #BBCFFF; */
  padding: 5px;
}

a.menu:link, a.menu:visited {
  color:#6666FF;
  font: 10pt Arial;
  font-weight: bold;
  text-decoration: none;
  display: block;
  padding: 10px;
  border: 1px solid #FFE9B9;
  width: 150px;
}

a.menu:hover, a.menu:active {
  color:#6666FF;
  font: 10pt Arial;
  font-weight: bold;
  text-decoration: none;
  display: block;
  padding: 10px;
  border: 1px solid #FFBF80;
  width: 150px;
}

a.menu_a:link, a.menu_a:visited {
  color:#6666FF;
  background: #fff;
  font: 10pt Arial;
  font-weight: bold;
  text-decoration: none;
  display: block;
  padding: 10px;
  border: 1px solid #fff;
  width: 150px;
}

a.menu_a:hover, a.menu_a:active {
  color:#6666FF;
  background: #fff;
  font: 10pt Arial;
  font-weight: bold;
  text-decoration: none;
  display: block;
  padding: 10px;
  border: 1px solid #fff;
  width: 150px;
}

a.bottom:link, a.bottom:visited, a.bottom:hover, a.bottom.active {
  color:#fff;
  font-weight: bold;
  text-decoration: underline;
}