a:link, a:active, a:visited {
	color: #0000CC;
	text-decoration: none;
}
a:hover {
	color: #0000CC;
	text-decoration: underline;
}

.boxTop {
	background-image:  url("images/top.gif");
	background-repeat: repeat-x;
}
.boxLeft {
	background-image:  url("images/left.gif");
	background-repeat: repeat-y;
}
.boxBottom {
	background-image:  url("images/bottom.gif");
	background-repeat: repeat-x;
}
.boxRight {
	background-image:  url("images/right.gif");
	background-repeat: repeat-y;
}
body {
	background-color: #990000;
}
.copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.cbMP3S {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.cdTitle {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.required {
	color: #FF0000;
}
