/* CSS Document */


.main a:link {
	text-decoration: none;
	color: #CCFF33;
	font-weight: bold;
}

.main a:visited {
  text-decoration: none;
  color: #CCFF33;
  font-weight: bold;
}

.main a:hover {
  text-decoration: none;
  color: #FFFFFF;
  font-weight: bold;
}

.main a:active {
  text-decoration: none;
  color: #CCFF33;
  font-weight: bold;
}


.HighlightedBOX {
	background-color: #FF66FF;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #FF66FF;
	border-right-color: #FF66FF;
	border-bottom-color: #FF66FF;
	border-left-color: #FF66FF;
}

