@charset "utf-8";
body {
	background-repeat: no-repeat;
	background-attachment: fixed;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #0033FF;
}
a:active {
	text-decoration: none;
	color: #0099FF;
}

.defaultFrameText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 11px;
	vertical-align: middle;
}
.frameTitle {
	font-family: "Myriad Pro", Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #000000;
}
.plylstBtnDiv {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(../images/design/playlistBox.png);
	background-repeat: no-repeat;
	vertical-align: middle;
	padding: 5px;
	height: 50px;
	width: 180px;
	line-height: 11px;
}

.plylstBtnDiv a {
	color: #000000;
	text-decoration: none;
}

.plylstBtnDiv a:hover {
	color: #0066FF;
	text-decoration: none;
}

.plylstBtnTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 11px;
}
