body {
  font-family: Arial;
  font-style : normal;
  font-size : 8pt;
  color : #333333;
  background-color:#666666;
}

a:link {
	font-family: Arial;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #CC6600;
	text-decoration: none;
}
a:visited {
	font-family: Arial;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #CC6600;
	text-decoration: none;
}
a:hover {
	font-family: Arial;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #223471;
	text-decoration: none;
}

.body-heading {
  font-family: Arial;
  font-style : normal;
  font-size : 9pt;
  font-weight:normal;
  color : #223471;
}

.body-heading-bold {
  font-family: Arial;
  font-style : normal;
  font-size : 9pt;
  font-weight: bold;
  color : #223471;
}

.cell-divide {
	border-bottom-style: solid; 
	border-bottom-width: thin; 
	border-bottom-color:#666666;
}