TABLE { font-family= "Times New Roman";
	font-size: 12pt;
	color: white }
A {	text-decoration: underline;
	FONT-FAMILY: "Times New Roman";
  	FONT-SIZE: 10pt;
  	color: red;
	font-weight :  bold;
 }
 A.nav {	text-decoration: underline;
	FONT-FAMILY: "Times New Roman";
  	FONT-SIZE: 9pt;
  	color: White;
	font-weight :  bold;
 }
A:active { color: Red }
A:hover { 	color: Lime}
td {	text-decoration: none;
	FONT-FAMILY: "Times New Roman";
  	FONT-SIZE: 10pt;
  	color: black;
	font-weight :  bold;
 }
h2 {	text-decoration: none;
	FONT-FAMILY: "Times New Roman";
  	FONT-SIZE: 16pt;
  	color: Navy;
	font-weight : bolder;
 }
h4 {	text-decoration: none;
	FONT-FAMILY: "Times New Roman";
  	FONT-SIZE: 13pt;
  	color: Navy;
	font-weight : bolder;
 }
h5 {	text-decoration: none;
	FONT-FAMILY: "Times New Roman";
  	FONT-SIZE: 11pt;
  	color: black;
	font-weight : bolder;
 }