@charset "utf-8";
/* CSS Document */
hr {
  color: blue
}

body {
	margin-left: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

p {
  font-family: sans-serif;
  font-size: 8pt; 
  font-style: normal;
  font-weight: normal;
  color: blue;
}

p2 {
  margin: 50%;
}

Heading {
  font-family: sans-serif;
  font-size: 10pt;  
  color: blue;
  font-style: normal;
  font-weight: bold;
}

bluetable {
  font-family: sans-serif;
  font-size: 8pt;  
  color: white;
  font-style: normal;
  font-weight: normal;
  padding:0px;
  border-width:thin;
  border-style:solid;
  border-color:#999999;
}

whitetable {
  font-family: sans-serif;
  font-size: 8pt;  
  color: blue;
  font-style: normal;
  font-weight: normal;
}

bluetd {
  font-family: sans-serif;
  font-size: 8pt;  
  color: white;
  font-style: normal;
  font-weight: normal;
  border-width:thin;
  padding:0px;
  border-style:solid;
  border-color:#999999;
}

whitetd {
  font-family: sans-serif;
  font-size: 8pt;  
  color: blue;
  font-style: normal;
  font-weight: normal;
}



