a:link {
	color: #2D8989;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #2D8989;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #6A502D;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #6A502D;
	text-decoration: underline;
	font-weight: bold;
}
a.special:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.special:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.special:hover {
	color: #2D8989;
	text-decoration: underline;
}
a.special:active {
	color: #2D8989;
	text-decoration: underline;
}
a.special2:link {
	color: #D55500;
	text-decoration: none;
	font-weight: normal;
}
a.special2:visited {
	color: #D55500;
	text-decoration: none;
	font-weight: normal;
}
a.special2:hover {
	color: #2D8989;
	text-decoration: underline;
	font-weight: normal;
}
a.special2:active {
	color: #2D8989;
	text-decoration: underline;
	font-weight: normal;
}
