aactive {
	font-family: Arial, Helvetica, sans-serif;
	color: #5C70AD;
	text-decoration: none;
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: thick;
	border-bottom-width: 0px;
	border-left-width: thick;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;

}
/*a:hover {
	color: #5C70AD;
	background-color: #FFFFFF;
	text-decoration: none;

}*/

.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #5C70AD;
	border-top: 0px solid #5C70AD;
	border-right: thick solid #5C70AD;
	border-bottom: 0px solid #5C70AD;
	border-left: thick solid #5C70AD;
	font-weight: bold;
}
.xlink {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	/*background-color: #5C70AD;*/
	font-weight: bold;
}
a.xlink:hover {
	text-decoration: underline;
}
.xlinkClicked {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
	/*background-color: #5C70AD;*/
	font-weight: bold;
}
.xxlink {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	/*background-color: #5C70AD;
	border-top: 0px solid #5C70AD;
	border-right: thick solid #5C70AD;
	border-bottom: 0px solid #5C70AD;
	border-left: thick solid #5C70AD;
	font-weight: bold;*/
}
.xlinkRed {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
	/*background-color: #5C70AD;*/
	font-weight: bold;
}
a.xlinkRed:hover {
	text-decoration: underline;
}
.xlinkRedClicked {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #FF0000;
	text-decoration: underline;
	/*background-color: #5C70AD;*/
	font-weight: bold;
}