/* CSS Document links */

a:link {
	color: #b98c4e;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #81500c;
}
a:hover {
	text-decoration: none;
	color: #047742;
}
a:active {
	text-decoration: none;
	color: #b98c4e;
}
a.green:link {
	color: #088f51;
	text-decoration: none;
}
a.green:visited {
	text-decoration: none;
	color: #047742;
}
a.green:hover {
	text-decoration: none;
	color: #047742;
}
a.green:active {
	text-decoration: none;
	color: #047742;
}

a.blue:link {
	color: #00347a;
	text-decoration: none;
	font-size: 10px;
}
a.blue:visited {
	text-decoration: none;
	color: #257cf2;
	font-size: 10px;
}
a.blue:hover {
	text-decoration: none;
	color: #257cf2;
	font-size: 10px;
}
a.blue:active {
	text-decoration: none;
	color: #257cf2;
	font-size: 10px;
}
