TR.Header {
	background-color: #336699;
	color: white;
	padding-left: 5;
	font-size: 10pt;
	font-weight: bold; 
	font-family: Arial; 
}

TR.Link {
	background-color: #FFD991;
	font-size: 10pt;
	font-family: Arial;
}

BODY {
	background-color: #FFFACD;
}

a:link {
   font-size: 12px;
   color: black;
   text-decoration: underline;
   }
a:visited {
   font-size: 12px;
   color: black;
   text-decoration: underline;
}
a:hover {
   font-size: 12px;
   color: blue;
   text-decoration: underline;
}
a:active {
   font-size: 12px;
   color: black;
   text-decoration: underline;
}
