


body {  font-family: "Century Gothic"; font-size: 14px; font-style: normal}

#mytable {
	width: 500px;
	padding: 20;
	font: normal 11px auto "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	
}

th.fat {
	font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #FBFEFC;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	padding: 6px 6px 6px 12px;
	background: #65AB52;
	
}

.inst {
	font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	letter-spacing: 2px;
	text-align: center;

}

th.nobg {
	border-top: 0;
	border-left: 1px solid #C1DAD7;
	border-right: 1px solid #C1DAD7;
	background: navy;
}

td.fatTD {
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background: #7A7B7A;
	padding: 6px 6px 6px 12px;
	color: white;
	font-weight: bold;
}


td.fatTDalt {
	background: #E7F9E8;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	padding: 6px 6px 6px 12px;
	color: white;
	font-weight: bold;
}

A {
  text-decoration:none ;
  color:white;
}