body {
color: navy;
font-size: 12px; 
margin: 1px; 
padding: 0px; 
font-family: verdana,courier; 
background: #e8e8f4;  // e8e8f4 ligh silver

}

table.top {

	background: #ffffff;	// 000077 navy ; aaaaff baby blue; e5ecf9 fca1 baby blue; 0099cc 6d697df deep baby blue; fafafa white; dull yellow ffff99; 
	border: 1px solid #2B9B09;
	font-size: 11px;
}

table.cat {

	background: #ffffff;
	border: 1px solid #ff0000;
	font-size: 11px;
	color: navy;
}

td.topspan {
	text-align:	center;
	font-family: courier, verdana;
	font-size: 14px;
	background: #2B9B09;
	color: #ffffff;
	padding: 2px 4px 2px 4px;
}

td.catheader {

	background: #ffffff;
	color: #000099;
	border-bottom: 1px solid #ff0000;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}
td.toplogo {
	padding: 5px;
}

td.topad {
	padding: 10px;
}

td.cat {
	padding: 10px;
	line-height: 18px;
	text-align: justify;
}

td.generatepage	{

	background: #ffffff;
	border: 1px solid #0099cc;
	font-size: 12px;
	padding: 20px 10px;
	text-align: left;
	
}

a:link, a:visited {
	color: #000077;
	text-decoration: none;
}

a:hover, a:active {
	color: red;
}

a.topspan:link, a.topspan:visited {
	color: #ffffff;
}
a.topspan:active, a.topspan:hover {
	color: red;
}
a.category:link, a.category:visited {
	color: navy;
	text-decoration: underline;
}
a.category:active, a.category:hover {
	color: red;
}

H1	{
	display: inline;
	text-align:center;
	font-family: courier,verdana;
	font-weight: normal;
	font-size: 14px;
	color: #ffffff;
}

.compactform {
	color: navy;
	font-size: 11px;
	font-weight: bold;
	margin: 5px 0px 0px 0px;
}

.footer1	{
	width: 97%;
	background: #ffffff;
	font-size: 10px;
	border: 1px solid gray;
}