/* CSS Document */

a:link    {
  /* Applies to all unvisited links */
  text-decoration:  none;
  font-weight:      normal;
  color: white;
  } 
a:visited {
  /* Applies to all visited links */
 text-decoration:  none;
  font-weight:      normal;
  color: white;
  } 
a:hover   {
  /* Applies to links under the pointer */
  text-decoration:  none;
  font-weight:      normal;
  color: #6699FF;
}
a:active  {
  /* Applies to activated links */
  text-decoration:  none;
  font-weight:      normal;
  color: white;
  } 
.style37 {font-family: Eurostile}
.style38 {
	font-size: 10px;
	bottom: auto;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.style49 {
	font-family: Eurasia;
	color: #FFFFFF;
}
.style50 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 10px;
}

