body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  background-color: White;

  scrollbar-track-color: lightgray;
  scrollbar-highlight-color: lightgray;
  scrollbar-face-color: lightgray;
  scrollbar-arrow-color: darkgray;
  scrollbar-dark-shadow-color: darkgray;
  scrollbar-3dlight-color: darkgray;
  scrollbar-shadow-color: transparent;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #999999; 
	font-size: 9px;
	text-align: justify;
}
.black{
	color: #333333; 
}
.hdr{
	color: #999999;
	font-size: 10px;
	font-weight: normal;
}

A:link {color: #999999; font-size: 10px; font-weight: normal; text-decoration: none}
A:visited {color: #999999; font-size: 10px; font-weight: normal; text-decoration: none}
A:active {color: #999999; font-size: 10px; font-weight: normal; text-decoration: none}
A:hover {color: #5678BB; font-size: 10px; font-weight: bold; text-decoration: none}

A.sub:link {color: #999999; font-size: 9px; font-weight: normal; text-decoration: none}
A.sub:visited {color: #999999; font-size: 9px; font-weight: normal; text-decoration: none}
A.sub:active {color: #999999; font-size: 9px; font-weight: normal; text-decoration: none}
A.sub:hover {color: #5678BB; font-size: 9px; font-weight: bold; text-decoration: none}

A.footer:link {color: #999999; font-size: 9px; font-weight: normal; text-decoration: none}
A.footer:visited {color: #999999; font-size: 9px; font-weight: normal; text-decoration: none}
A.footer:active {color: #999999; font-size: 9px; font-weight: normal; text-decoration: none}
A.footer:hover {color: #5678BB; font-size: 9px; font-weight: normal; text-decoration: none}

.menutitle{
cursor:pointer;
/*margin-bottom: 5px;*/
background-color:#FFFFFF;
color:#999999;
/*width:140px;*/
/*text-align:center;*/
/*font-weight:bold;*/
/*border:1px solid #000000;*/
}

.submenu{
padding:2px;
/*margin-bottom: 0.5em;*/
}