body {
  background-color: #C5D3EE;
	color: #000000;
	font-size: 10pt; 
	font-family: Arial;
 }

table {
  font-family: Arial;
	font-size: 10pt;
	background-color: #E4E5E7;
 }
 
td {
  background-color: #E4E5E7;
 }

.border {
  font-family: Arial;
	font-size: 10pt;
	border-collapse: collapse;
	border: 1px solid #000000;
 }
 
img {
  border: 0;
 }
 
a
 {
  font-weight: bold;
  color: #cc0000;
	text-decoration: none;
 }

a:visited
 {
  font-weight: bold;
  color: #cc0000;
	text-decoration: none;
 }
 
a:active
 {
  font-weight: bold;
  color: #00ff00;
	text-decoration: none;
 }
 
a:hover
 {
  font-weight: bold;
  color: #ff0000;
	text-decoration: underline;
 }
 
.bullet {
  position: relative; 
	top: 1;
 }
 
.heading {
  background-color: #ACBFE6;
	font-weight: bold;
 }