body {
   font-family: Verdana,Arial,Helvetica, sans-serif;
   font-size: 9pt;
   color: black;
   background-color: White;
}

td {
   font-family: Verdana,Arial,Helvetica, sans-serif;
   font-size: 9pt;
   color: black;
   background-color: White;
}

.header {
   font-family: Verdana,Arial,Helvetica, sans-serif;
   font-weight: bold;
   font-size: 11pt;
   text-align: left;
   padding: 2 2 2 2;
   background-color: #e3e3e3;
}

.value {
   background-color: #E3E3E3;
   padding-left: 3;
   font-size: 11px;
}

.label {
   font-weight: bold;
   font-size: 11px;
   color: #056689;   
   background-color: #E3E3E3;
   padding-left: 3;
}

.title {
  font-size : 16pt;
  font-weight: bold;
  text-align: center;
}

a {
  color: #056689;
  text-decoration: none;
  font-weight: bold;
}

a:visited { color: #056689; }
a:active  { color: #FF7B00; text-decoration: underline; }
a:hover   { color: #FF7B00; text-decoration: underline; }


