body
{
font-variant: normal;
font-size: 10pt;
font-family: Arial;
font-stretch: ultra-condensed;
text-align: left;
background-color:#84a5ed;
margin: auto;
}

frame
{
font-variant: normal;
font-size: 10pt;
font-family: Arial;
font-stretch: ultra-condensed;
text-align: left;
}						

.centerTable
{ 
margin-left: auto;
margin-right: auto;
}

.table td,
.table th
{
    text-align:left;
}

.table td + td,
.table th + th
{
    text-align:right;
}

table, th, td {
  border: 1px solid black;
	border-spacing:5px;
	border-collapse: separate;
	border-color: darkblue;
}

th, td
{
  padding: 5px;
}

td
{
font-variant: normal;
font-size: 10pt;
font-family: Arial;
font-stretch: ultra-condensed;
}

th
{
font-size: 10pt;
font-family: Arial;
font-weight: bold;
}

h1
{
font-size: 10pt;
font-family: Arial;
text-align: left;
}

p
{
font-size: 10pt;
font-family: Arial;
text-align: left;
}

form
{
  text-align: left;
}