div.ctext {
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  text-align: justify;
  line-height: 150%;
  /* color: #DCDFF4; */
  color: #BBD4F7;
  margin-top: 0px;
  padding: 0px;
}

td {
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  text-align: justify;
  line-height: 150%;
  /* color: #DCDFF4; */
  color: #BBD4F7;
  margin-top: 0px;
  padding: 0px;
}

a
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  /* color: #DCDFF4; */
  color: #BBD4F7;
}

a:link
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  /* color: #DCDFF4; */
  color: #BBD4F7;
}

/* Adds special style to a visited link. */
a:visited, a.visited
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  /* color: #DCDFF4; */
  color: #BBD4F7;
}

a:hover, a.hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  color: #DCDFF4;
  /* color: #BBD4F7; */

}

TD.mainheader {
   font-weight:bold;
   color:white;
   font-family: Arial, sans-serif, helvetica;
   font-size:9pt;
   background-color:black;
}

TD.header {
   font-weight:bold;
   color:white;
   font-family: Arial, sans-serif, helvetica;
   font-size:9pt;
   background-color:slateblue;
}

TD.lign1 {
   font-weight:normal;
   color:black;
   font-family: Arial, sans-serif, helvetica;
   font-size:9pt;
   background-color:white;
}

TD.lign2 {
   font-weight:normal;
   color:black;
   font-family: Arial, sans-serif, helvetica;
   font-size:9pt;
   background-color:lightcyan;
}

TD.item {
   font-weight:normal;
   color:black;
   font-family: Arial, sans-serif, helvetica;
   font-size:9pt;
   background-color:lightsteelblue;
}

