/* 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: 9pt;
		background: #0000FF 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 : 10px;
	font-weight: normal;
}
TBODY { font-weight: bold; font-size: 10px;
		border: thin black solid; 
		 }
/* navbar colors are the same as TH colors  in global.asa */
.NAVBAR
{
	color: White;
	font-size: 15px;
	text-align: left;
	vertical-align: middle;
	font: bold;
	background: #323232;
}
.PROMPT
{
	font-size: 12pt;
	color: Black;
}
.TH  {
	color: white;
	font-weight: bold;
	font-size: 10pt;
	background: #0000FF none;
	text-align: center;
}
.TB
{ overflow: scroll; text-align: center; vertical-align: middle; height: 15;
}
H1 H2 H3 H4 H5 H6
{
font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; text-decoration: none;
 text-align: center;
 }
.TDR {
	color: Black;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	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-color: #C0C0C0;
}

H1
{
	font-size: 18px;
		margin-bottom: 0;
}
H2
{
	font-size: 16px;
		margin-bottom: 0;
}
H3
{
	font-size: 14px;
	color: Black;
	margin-bottom: 0; 
	}

H4
{
	font-size: 12px;
	color: Black;
	margin-bottom: 0;
	}
H5
{
	font-size: 10px;
	color: Black;
	margin-bottom: 0;
	}

H6
{
	font-size: 9px;
	color: Black;
	margin-bottom: 0;
	}

INPUT:focus {
	background: yellow;
}
