body {font-family: Arial,Helvetica;
      font-size: 11pt;
      font-weight:normal;
      color:black;
      background-color:#FFFFF0;	
      background-color:#F0F8FF;
      background-color:#FFFFFF;
     }

A:link{color:blue}
A:visited{color:blue}
A:hover{color:red}
A:active{color:green}

H1 {font-family: Arial,Helvetica;
      font-size: 14pt;
      font-weight:bold;
      color:navy;
      }
H2 {font-family: Helvetica;
      font-size: 12pt;
      font-weight:bold;
      color:brown;
      }
H3 {font-family: Arial,Helvetica;
      font-size: 11pt;
      font-weight:bold;
      color:blue;
      }
H4 {font-family: Arial,Helvetica;
      font-size: 14pt;
      font-weight:bold;
      color:navy;
      }

H5 {font-family: Arial,Helvetica;
      font-size: 11pt;
      font-weight:bold;
      color:green;
      }

TD {font-family: Arial,Helvetica;
      font-size: 10pt;
      font-weight:normal;
      color:black;
   }

TR {font-family: Arial,Helvetica;
      font-size: 10pt;
      font-weight:normal;
      color:black;
   }


/* This class is used for the contents displayed */
.title
{
	font-face		: Verdana, helvetica; 
	font-size		: 16px;
	font-weight		: bold;
	font-style		: normal; 
	color			: #D2CDbd;
	background-color	: #C98929;
	text-align		: center; 
	text-decoration		: underline;
	vertical-align		: top;
}

/* The header classes are used for the headings */
.header
{
	font-face		: Tahoma, Verdana, helvetica; 
	font-weight		: bold; 
	font-size 	        : 13px;
	color			: #000000;
	background-color	: aqua;
	text-align		: left; 
	text-decoration		: none;
	vertical-align		: top;
}

/* This class is used for the contents displayed */
.content
{
	font-face		: Tahoma, Verdana, helvetica; 
	font-size 	        : 11px;
	font-weight		: normal;
	font-style		: normal; 
	color			: black;
	background-color	: #CCFFFF; 
	text-align		: left; 
	text-decoration		: none;
	vertical-align		: top;
}

/* This class is used for the contents displayed */
.numbers
{
	font-face		: Tahoma, Verdana, helvetica; 
	font-size 	        : 11px;
	font-weight		: normal;
	font-style		: normal; 
	color			: black;
	background-color	: #CCFFFF; 
	text-align		: right; 
	text-decoration		: none;
	vertical-align		: top;
}

/* This class is used for the totals displayed */
.total
{
	font-face		: Tahoma, Verdana, helvetica; 
	font-size 	        : 11px;
	font-weight		: normal;
	font-style		: normal; 
	color			: black;
	background-color	: #9BBAD6; 
	text-align		: right; 
	text-decoration		: none;
	vertical-align		: top;
}

/* This class is used for the buttons */
.formaction
{
	font-face		: Verdana, helvetica; 
	font-weight		: bold;
	font-style		: normal; 
	color			: white;
	background-color	: #b82800; 
	text-align		: center; 
	text-decoration		: none;
	vertical-align		: top;
}












