body{
font-family: Arial, Helvetica, sans serif;
font-size: 12px;
color: black;
text-align: left;
background-color: white;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 0px;
padding: 0px;
spacing: 0px;}

a{
color: red;
text-decoration:none;}

a:hover{
text-decoration:underline;}

.noshowlink {
color: black;}

p{
text-align: left;}

.center {
text-align: center;}

.small{
font-size: 10px;}

.small-center {
text-align: center;
font-size: 10px;}

.large{
font-size: 16px;}

.large-center {
text-align: center;
font-size: 16px;}

table {
  width: 95%;
  border-collapse: collapse;
  font-size: 12px;
  text-align: left;
  spacing: 25px; }
  
table.small {
  font-size : 10px;
  text-align: center;
  background-color: white; }
  
td.table1head {
  vertical-align: top;
  text-align: center;
  font-size: 12px;
  color: white;
  background-color: black;
  font-weight: bold; }
  
td.td1 {
  font-size: 12px;
  vertical-align: top;
  text-align: center;
  background-color: white; }
  
td.td2 {
  font-size: 12px;
  vertical-align: top;
  text-align: left;
  background-color: white; }

td.td3 {
  font-size: 12px;
  vertical-align: middle;
  text-align: center;
  background-color: white; }
  