:link    { color: Red; }                  /* for unvisited links */
:visited { color: DarkBlue); }     /* for visited links */
a:active { color: DeepPink; }               /* when link is clicked */
a:hover  { color: DodgerBlue; }     /* when mouse is over link */

.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
p.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: normal;
}
.column_titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}
.update_date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 6pt;
}
all.clsMenuItemNS{
    text-decoration: none; font: bold 12px Arial; color: white; z-index:100;
} 
.clsMenuItemIE{
text-decoration: none; font: bold 12px Arial; color: white; z-index:100;
}

#MainTable A:hover {color: yellow;
}
