/* CSS Document */
.artistMainLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #336699;
	text-decoration: none;
	background-color: #ffffff;
}
.artistMainLinks A:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #336699;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 15px;
	margin-top: 1px;
	margin-bottom: 1px;
	background-color: #ffffff;
	border-right-width: 3px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
}
.artistMainLinks A:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #336699;
	text-decoration: none;
	border-right-width: 3px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
}
.artistMainLinks A:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #336699;
	text-decoration: none;
	border-right-width: 3px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #336699;
	border-bottom-color: #336699;
	background-color: #ffffff;
}
