body{
	margin			: 0px;
	font-family		: Arial, Verdana, San-Serif;
	font-size		: 11px;
	background		: url(images/background.gif);
}
.BannerTop{
	background-color: #ffffff;
	border-bottom	: 1px solid #A97405;
}
.Footer{
	background-color: #ffffff;
	border-top		: 1px solid #A97405;
}
.MenuCell{
	background-color: #ffffff;
	width			: 190px;
	vertical-align	: top;
}
.DataCell{
	background-color: #ffffff;
	text-align		: left;
	vertical-align	: top;
}
.AlbumHeader{
	background		: url(images/brownGrad.gif);
	height			: 18px;
	font-size		: 12px;
	font-weight		: bold;
	color			: #ffffff;
	text-align		: left;
}
.TrackHeader{
	background		: url(images/blueGrad.gif);
	height			: 18px;
	font-size		: 12px;
	font-weight		: bold;
	color			: #ffffff;
	text-align		: left;
}
.AlbumList{
	text-align		: left;
	line-height		: 30px;
}
.TrackList{
	text-align		: left;
	line-height		: 30px;
}
.AlbumLink{
	text-decoration	: none;
	color			: #001A56;
	font-size		: 11px;
	font-weight		: bold;
	padding			: 3px;
}
.AlbumLink:hover{
	text-decoration	: none;
	background-color: #001A56;
	color			: #ffffff;
	font-size		: 11px;
	font-weight		: bold;
	padding			: 3px;
}
.TrackLink{
	text-decoration	: none;
	color			: #A97405;
	font-size		: 11px;
	padding			: 3px;
}
.TrackLink:hover{
	text-decoration	: none;
	background-color: #A97405;
	color			: #ffffff;
	font-size		: 11px;
	padding			: 3px;
}
.Title{
	font-size		: 11px;
	color			: #2A496E;
	font-weight		: bold;
	width			: 75px;
}
.TitleValue{
	font-size		: 11px;
	color			: #000000;
	width			: 200px;
}
.CommentsContainer{
	background-color: #F2E6CE;
	border			: 1px solid #A97405;
	width			: 250px;
	padding			: 5px;
}
.TrackHead{
	border			: 1px solid #A97405;
	font-size		: 12px;
	font-weight		: bold;
	padding-left	: 5px;
	height			: 20px;
}
.CommentHead{
	font-size		: 12px;
	font-weight		: bold;
}
input{
	font-size		: 11px;
}
form{
	margin			: 0px;
}
