/* CSS Document */
a.txtLink {
	color: #000000;
	text-decoration: none;
	font-weight:bold
}
a.txtLink:hover {
	color: #468C8C;
	text-decoration: underline;
}

a.Link {
	color: #000000;
	text-decoration: none;
	font-weight:bold;
	font-size:small;
	
}
a.Link:hover {
	color: #468C8C;
	text-decoration: underline;
}
