.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.BodyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 125%;
	color: #FFFFFF;
	padding-right: 20px;
	text-align: justify;




}

a:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;

}

a:visited {
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;

}

a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #FFFFFF;

}

a:active {
	color: #647B6B;
	font-weight: bold;
	text-decoration: none;

}

a.hidden {
  color: #000000;
}

a.hidden:visited {
  color: #000000;
}

a.hidden:hover {
	color: #0000CC;
}

a.hidden:active {
  color: #000000;
}