BODY
{
  background-color: rgb(214,231,255);
  color: black;
  font-family: verdana;
  font-size: 8pt;
  text-transform: capitalize;
}
H1
{
  color: navy;
  font-family: verdana;
  font-size: x-large;
  font-weight: bolder;
  text-transform: capitalize;
}
H2
{
  color: navy;
  font-family: verdana;
  font-size: large;
  font-weight: bolder;
  text-transform: capitalize;
}
H3
{
  color: navy;
  font-family: verdana;
  font-size: large;
  font-weight: lighter;
  text-transform: capitalize;
}
th
{
  background-color: rgb(231,231,231);
  font-family: verdana;
  font-size: 8pt;
  font-weight: bold;
  text-transform: capitalize;

}
table
{
  border: 1pt;
  border-color: Black;
  background: rgb(247,247,247);
}
td.small,td{
  font-size: 8pt;
	font-family: verdana;
}
td.bold{
    font-size: 8pt;
    font-weight: bold;
}
input,select
{
  font-family: verdana;
  font-size: 8pt;
}
.error
{
  font-family: verdana;
  font-size: 8pt;
  font-variant: small-caps;
  list-style: disc;
  color: rgb(255,99,99);
  border-bottom-width: 2pt;
}
.column1
{
    background-color: rgb(231,231,231);
    text-transform: capitalize;
    font-weight: bold;
}
.column2
{
    background-color: rgb(247,247,247);
    text-transform: capitalize;
}
input
{
    text-transform: uppercase;
}
