body  {
   	font-family : Arial, Helvetica, sans-serif;
   	color : black;
   }
   
   A:link  {
   	color : #31639C;
   	text-decoration : none;
   }
   
   A:hover  {
	color : #696969;
	text-decoration : none;
}

TD.tdmiddletd {
    
  		 border-bottom-color: Black;
		 border-bottom-width: medium; 
		 border-bottom-style: solid;
		 border-top-style: solid;
		 border-top-width: medium;
		 border-top-color: Black;
		 }
		 
TD.right {
    
  		 border-bottom-color: Black;
		 border-bottom-width: medium; 
		 border-bottom-style: solid;
		 border-top-style: solid;
		 border-top-width: medium;
		 border-top-color: Black;
		 border-right: medium;
		 border-right-color: Black;
		 border-right-width: medium;
		 border-right-style: solid;
		 }
		 
.white {color: white; font-size: 10pt;}
a.white {color: white; text-decoration: underline;}
a.white:hover {color: black; text-decoration: underline;}