.headingText {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #DEE2FF; FONT-FAMILY: Verdana
}
.bodyText {
	FONT-SIZE: 10px; COLOR: #ffffff; FONT-FAMILY: Verdana
}
.bodyTextSm {
	FONT-SIZE: 9px; COLOR: #DEE2FF; FONT-FAMILY: Verdana
}
.bodyTextLge {
	FONT-SIZE: 10px; COLOR: #ffffff; FONT-FAMILY: Verdana
}
a:link    {
  /* Applies to all unvisited links */
  text-decoration:  none;
  /* font-weight:      bold; */
  /* background-color: #ddd; */
  color:            white;
} 
a:visited {
  /* Applies to all visited links */
  text-decoration:  none;
   /* font-weight:      bold; */
  /* background-color: #ddd; */
  color:            white;
} 
a:hover   {
  /* Applies to links under the pointer */
  text-decoration:  underline;
   /* font-weight:      bold; */
  /* background-color: blue; */
  color:             white;
} 
a:active  {
  /* Applies to activated links */
  text-decoration:  underline;
   /* font-weight:      bold; */
  /*  background-color: black; */
  color:  white;
} 