.dimtext {
   font-family:sans-serif;
   font-size:8pt;
   color: gray;
   font-weight: normal; 
   font-style: italic;
}

table {
   font-family:sans-serif;
   font-size:8pt;
   color: #00008B;             /* Darkblue */
   font-weight: normal; 
}

.standout {
  font-weight: bold; 
  font-style:normal;
  font-size:14pt;
  line-height: 16pt; 
  font-family: times; 
  font-variant: normal;
  color: #8B814C;
}

.boldital { 
  font-weight: bold; 
  font-size: 10pt;
  line-height: 14pt; 
  font-family: times; 
  font-style: italic;
  font-variant: normal;
  color: #00008B;             /* Darkblue */
}
