/** Colors used in this theme:
 * #223344 - very dark blue/green
 * #334455 - dark blue/green
 * #AABBAA - blue/green
 * #CCDDCC - light blue/green
 */


/*********************************************************************
 * This section is for HTML elements.                                *
 *********************************************************************/

a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  font-weight: bold;
  color: #4444CC;
  text-decoration: none;
	border-style: none
}

/*********************************************************************
 * This section is for the table elements.                           *
 *********************************************************************/

.table-header {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  font-weight: bold;
  color: #FFFFFF;
}

.table-text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  font-weight: normal;
  color: #000000;
}

.remarks {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 6pt;
  font-weight: normal;
  color: #000000;
}

.table-totals {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  color: #000000;
}

/*********************************************************************
 * This section is for miscellaneous items.                          *
 *********************************************************************/

.page-list {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  font-weight: bold;
  color: #4444CC;
  text-decoration: none;
	border-style: none
}

.text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  font-weight: normal;
  color: #000000;
}

.debug-text {
  font-family: Courier New;
  font-size: 8pt;
  font-weight: bold;
  color: #000000;
}