table.table1 {
	height: 75px;
	width: 930px;
	border: 2px;
	/* border-collapse: collapse; */
}

td.table1 {
	/* background-color: #669933; */
	font-size: 9pt;
	font-weight: bold;
	font-family: Arial;
	color: #ffffff;
	border: 0px; /* border: 0px color Red; */
	text-align: center;
}

td.table2 {
	/* background-color: #669933; */
	font-size: 9pt;
	font-weight: normal;
	font-family: Arial;
	color: #000000;
	border: 0px; /* border: 0px color Red; */
	text-align: center;
}

/*
tr.table1 {
	 background-color: #ff00ff; 
}
*/

td.table1 A:link {font-weight: normal; color: White; text-decoration: none;}
td.table1 A:visited {font-weight: normal; color: White; text-decoration: none;}
td.table1 A:active {font-weight: normal; color: White; text-decoration: none;}
td.table1 A:hover {font-weight: normal; text-decoration: none; color: Black;}
/* td.table1 A:hover {font-weight: bold; text-decoration: underline overline; color: #FFFF00;} */

