BODY {
	background: 	#FFFFFF;
	color: 		#0000FF;
     }

H1   {
	font: 		arial; 
	text-align: 	center;
     }

H3   {
	font: 		arial; 
	text-align: 	center;
     }

P    {
	font: 		arial; 
	height: 	1;
     }

A    {
	text-decoration:none;
     }

TR   {
	font: 		arial; 
	height:		20;
     }

td   {
	font:		arial;
	padding-top:	1px;
	padding-right:	1px;
	padding-left:	1px;
	font-weight:	400;
	font-style:	normal;
	text-decoration:none;
	text-align:	general;
	vertical-align:	bottom;
	border:		none;
	white-space:	nowrap;
      }

td.bold   {
	font:		arial;
	padding-top:	1px;
	padding-right:	1px;
	padding-left:	1px;
	font-weight:	900;
	font-style:	normal;
	text-decoration:none;
	text-align:	general;
	vertical-align:	bottom;
	border:		none;
	white-space:	nowrap;
      }
td.bold-c   {
	font:		arial;
	padding-top:	1px;
	padding-right:	1px;
	padding-left:	1px;
	font-weight:	900;
	font-style:	normal;
	text-decoration:none;
	text-align:	center;
	vertical-align:	bottom;
	border:		none;
	white-space:	nowrap;
      }

td.bold-l   {
	font:		arial;
	padding-top:	1px;
	padding-right:	1px;
	padding-left:	1px;
	font-weight:	900;
	font-style:	normal;
	text-decoration:none;
	text-align:	left;
	vertical-align:	bottom;
	border:		none;
	white-space:	nowrap;
      }

td.bold-r   {
	font:		arial;
	padding-top:	1px;
	padding-right:	1px;
	padding-left:	1px;
	font-weight:	900;
	font-style:	normal;
	text-decoration:none;
	text-align:	right;
	vertical-align:	bottom;
	border:		none;
	white-space:	nowrap;
      }

td.underline  {
	font:		arial;
	text-decoration:underline;
      }

td.underline-r  {
	font:		arial;
	text-decoration:underline;
	text-align:	right;
	}

td.underline-c  {
	font:		arial;
	text-decoration:underline;
      	text-align:	center;
      }
