/* Table header color is color of text on table headers */
/* (usually white */
/* background color is the customer''s color which we match */
TH  { color: #FFFFFF; font-weight: bold; 
		font-size: 11px; 
		background: #800000 none; 
		font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
		text-decoration: none; text-align: center; }
TD {
	color: Black;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 12px;
}
/* navbar colors are the same as TH colors */
.NAVBAR
{
	color: White;
	background: #800000 none;
	font-size: 15px;
	text-align: left;
	vertical-align: middle;
	font : bold;
}
.PROMPT
{
	font-size: 12px;
	color: Black;
}
.TH  {
	color: white;
	font-weight: bold;
	font-size: 13px;
	background: #800000 none;
	text-align: center;
}
H1 H2 H3 H4 H5 H6
{
font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; text-decoration: none;
}
.TDR {
	color: Black;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: RIGHT;
}

.table_body { font-weight: bold; font-size: 12px }
/* body background color is the image or color value of a light */
/* color which we match from customer site */
body  {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
	background: white none;
}

H1
{
	font-size: 18px;
}
H2
{
	font-size: 16px;
	
}
H3
{
	font-size: 14px;
	color: Black;
}

H4
{
	font-size: 12px;
	color: Black;
}
H5
{
	font-size: 10px;
	color: Black;
}

H6
{
	font-size: 9px;
	color: Black;
}

INPUT:focus {
	background: yellow;
}