
A
{
text-decoration:none;
color: #8c5900;
font-weight: bold;
font-style: italic;
font-size: 13px;
}

FONT
{
font-family: Times New Roman, Book Antiqua;
font-size: 12px;
font-decoration: none;
}

.textBox
{
	width: 254px;
  border-width: 0px;
  background-image: url(single_line_background.jpg);
  background-repeat: repeat-x;
  background-attachment: fixed;
  height: 21px;
	font-family: Times New Roman;
  font-size: 12px;
  font-style: italic;
}

.textArea
{
	width: 254px;
  border-width: 0px;
  background-image: url(../images/text_box_background.jpg);
  background-repeat: repeat-x;
  background-attachment: fixed;
  height: 98px;
  font-family: Times New Roman;
  font-size: 12px;
  font-style: italic;
}

.clsMusicButton		{
	cursor: pointer;
}

