/* CSS FOR VSC LINKS */

TBODY.MENU TD { vertical-align: TOP; }

/* css for Title Link */
.titleLink TR { height: 60;
}
.titleLink TD {font: 13px Arial, Verdana, sans-serif; background-color: 00cc00; color: #ffff66; 
}
.titleLink a:link, .titleLink a:hover, .titleLink a:active, .titleLink a:visited {
  font-size: 32px; font-weight: bold; text-decoration: none;
  color: #ffff66; /* color: yellow; */
}

/* css for Top Nav Links */
.topNavLinks TD { height: 20px; text-align: center; background-color: #ffff66; 
}
.topNavLinks a:link, .topNavLinks a:visited {
  font: 14px Arial, Verdana, sans-serif; font-weight: bold; text-decoration: none;
  color: seagreen; /*  color: #00cc66;*/
}
.topNavLinks a:hover, .topNavLinks a:active {
  font: 14px Arial, Verdana, sans-serif; font-weight: bold; text-decoration: none;
  color: lime;
}
.topNavLinks a:active { background-color: green; 
}

/* css for Activities Nav Links */

.actNav a:link, .actNav a:visited, .actNav a:hover, .actNav a:active {
  font: 16px Arial, Verdana, sans-serif; font-weight: bold;  text-decoration: none;
  color: blue;
}
.actNav a:hover {
  color: grey;
}
.actNav li { font: 14px Arial; font-style: italic; color: black; list-style: none; 
 padding: none;
 margin-left: 8px;
}

