
body 
{
  background-color: #DDDDDD;
}

hr
{
  border: 1px solid #999999;
}

table
{
  border: 2px solid #C0C0C0;
  border-collapse: collapse;
}

th, td 
{
  border: 2px solid #C0C0C0;
  border-collapse: collapse;
  padding: 2px;
  font-family: Helvetica;
  font-size: 11px;  
}

p
{
  font-family: Helvetica;
  font-size: 13px;  
}

.title1
{
  font-family: Helvetica;
  font-size: 24px; 
  font-weight: bold;  
  <!-- 24px matches in size with <h2> for Helvetica -->
}

.table_date_column
{
  width: 80px;
}

.table_text_column
{
  width: 300px;
}

.table_date
{
  text-align: center;
}

.footer
{
  font-family: Times New Roman;
  font-size: 13px;  
  <!-- 13px matches in size with "font size=-1" for Times New Roman -->
}
