body {
	font-family : Arial;
	font-size : 9pt;
   scrollbar-face-color: #1C6AB2;
   scrollbar-shadow-color: 1C6AB2;
   scrollbar-highlight-color: #1C6AB2;
   scrollbar-3dlight-color: #1C6AB2;
   scrollbar-darkshadow-color: #1C6AB2;
   scrollbar-track-color: #ffffff;
   scrollbar-arrow-color: #ffffff;
   background-color: #FFFFFF;
   color: #1C6AB2;
}

table {
   color: #1C6AB2;  
	font-size : 9pt;
	font-family : Arial;
}

td {
   color: #1C6AB2;  
	font-size : 9pt;
	font-family : Arial;
}

a:link {
  font-weight : normal;
  color : #1C6AB2;
  text-decoration : underline;
}


a:visited {
  font-weight : normal;
  color : #1C6AB2;
  text-decoration : underline;
  }


a:hover {
  color : #990000;
  text-decoration : underline;
  background-color: transparent;
}

