/**
  Copyright (c) 1999-2008 New Fire 
 */

*
{ 
  font-family: Arial; 
  font-size: 12px;
}
.bg5
{ 
  color: #0030BB;
  background-color: #dddfee;
  padding: 2;
  font-family: Verdana; 
  font-size: 12px;
}
.TITLE
{ 
  font-family: Times New Roman;
  font-size: 30px;
  color: #5533FF;
}
.SUBTITLE
{ 
  font-family: Arial;
  font-size: 12px;
  color: #DDDDDD;
  padding: 2px 6px 2px 6px;
  text-align: right;
}
.MENU
{ 
  font-family: Verdana; 
  text-decoration:none;
  font-size: 12px;
  color: #0030BB;
}
BODY
{
  background-color: #FFFFFF;
  font-family: Arial; 
  font-size: 12px;
  color: #777777;
}
A:link, A:visited, A:active
{
  text-decoration:none;
}
A:hover 
{
  color: #EC2222;
  text-decoration:underline;
}
.HEADING1
{
  font-family: Verdana; 
  font-size: 16px;
  color: #EC2222;
}
H1
{
  font-family: Verdana; 
  font-size: 16px;
  color: #EC2222;
  font-weight: normal;
}
H2
{
  font-family: Verdana; 
  font-size: 14px;
  color: #CC2222;
  font-weight: normal;
}
H3
{
  font-family: Verdana; 
  font-size: 12px;
  color: #AC2222;
  font-weight: normal;
}

.TABLE
{
  background: gray;
  border-collapse: separate;
  border-spacing: 1px;
}
.TABLE TR
{
  background: blue;
}
.TABLE TH
{
  background: #EEEEEE;
  vertical-align: top;
  padding: 5px;
}
.TABLE TD
{
  background: white;
  vertical-align: top;
  padding: 5px;
}

.TEXT
{
  padding: 10;
  font-family: Arial; 
  font-size: 12px;
  color: #444444;
}

