a:link {
	color: #000066;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {

	color: #000066;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #0000CC;
	text-decoration: underline;
	font-weight: bold;
}
a:active {

	color: #000066;
	text-decoration: underline;
	font-weight: bold;
}
.small a:link {
	font-size: 10px;
	text-decoration: underline;
}
.small a:visited {
	font-size: 10px;
	text-decoration: underline;
}
.small a:hover {
	font-size: 10px;
	text-decoration: underline;
	background-color: #FFFFCC;
}
.small a:active {
	font-size: 10px;
	text-decoration: underline;
}
.small {
	font-size: 10px;
}
.bldNoUnderLine a:link {
	font-weight: bold;
	text-decoration: none;
}
.bldNoUnderLine a:visited {
	font-weight: bold;
	text-decoration: none;
}
.bldNoUnderLine a:hover {
	font-weight: bold;
	text-decoration: none;
}
.bldNoUnderLine a:active {

	font-weight: bold;
	text-decoration: none;
}
