.header {
  font-family: Times New Roman, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 17pt;
  color: black;
  text-align: center;
}

.footer {
  font-family: Tahoma, Helvetica, sans-serif;
  font-size: 8pt;
  color: #999999;
}


.mandatory {
  font-family: Tahoma, Helvetica, sans-serif;
  color:#FF0000;
}
small, .small {
  font-family: Tahoma, Helvetica, sans-serif;
  font-size: 8pt;
  color:#666666;
}

body {
 font-family: Times New Roman, Helvetica, sans-serif;
 font-size: 11pt;
 color: black;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
}

th, td, input, textarea, select, option, ul, ol, li, .cell {
  font-family: Times New Roman, Helvetica, sans-serif;
  font-size: 11pt;
  color: black;
}

a, a:visited {
  color: blue;
  text-decoration: underline;
}

a:hover {
  color: red;
  text-decoration: none;
}

.title, a.title {
  font-family: Times New Roman, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 13pt;
}

.signature {
  font-family: Comic Sans MS, Helvetica, sans-serif;
  font-size: 10pt;
  color: #444444;
  background: #FFFFF0;
}

.note {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #444444;
  background: #FFFFF0;
}

.button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11pt;
  color: #444444;
  width: 160;
}

.tab {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11pt;
  font-weight: bold;
  color: #444444;
  background: #EFEFEF;
  width: 180;
  border-width: 0;
  border-top-width: 1;
  border-top-style: solid;
  border-top-color: #0066CC;
  border-right-width: 1;
  border-right-style: solid;
  border-right-color: #0066CC;
  border-collapse: collapse;
}

.active_tab {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11pt;
  font-weight: bold;
  color: blue;
  background: #FFCC66;
  width: 180;
  border-width: 0;
  border-top-width: 1;
  border-top-style: solid;
  border-top-color: #0066CC;
  border-right-width: 1;
  border-right-style: solid;
  border-right-color: #0066CC;
  border-collapse: collapse;
}
