a:link {
	color: #5F8787;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #5F8787;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
		color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #5F8787;
	text-decoration: none;
	font-weight: bold;
}

a.link-tab, link, active, visited{
	font-family: "Lucida Grande", "Lucida Sans", "Trebuchet", "Trebuchet MS", "Arial", "sans";
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
	letter-spacing: 0.09em;
	display: block;
	text-transform: uppercase;
	font-weight: normal;
	border: 1px solid #FFFFFF;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 12px;
	background-color: #5F8787;
}
a.link-tab:hover {
	background-color: #55797A;
	background-image: url(../images/tab-markover.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
a.link-tabon, link, active, visited, hover {
	font-family: "Lucida Grande", "Lucida Sans", "Trebuchet", "Trebuchet MS", "Arial", "sans";
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
	letter-spacing: 0.09em;
	display: block;
	text-transform: uppercase;
	font-weight: normal;
	border: 1px solid #FFFFFF;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 12px;
	background-image: url(../images/tab-orangemark.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #55797A;
}
a.link-2nd, link, active, visited {
	text-decoration: none;
	color: #E7F5F5;
	font-size: 11px;
	letter-spacing: 0.07em;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 18px;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 4px;
}
a.link-2nd:hover {
	color: #FFFFFF;
}
a.link-credit, link, active, visited {
	text-decoration: none;
	color: #999999;
	font-size: 10px;
	letter-spacing: 0.07em;
	font-weight: normal;
}
a.link-credit:hover {
	text-decoration: none;
	color: #CC0066;
}
