@charset "UTF-8";
.blinkDemos {
	text-decoration: blink;
	color: #FF0000;
}
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	background-color: #FFFFFF;
	font-style: normal;
	font-weight: lighter;
}
.oneColFixCtr #container {
	width: 821px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 604px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: lighter;
	background-repeat: no-repeat;
}
.navigationBar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 11px;
}
a {
	font-size: 11px;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: lighter;
	text-decoration: none;
}
a:visited {
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
}
a:active {
	color: #000000;
}
.titlesSite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	font-style: normal;
	text-decoration: none;
}
.copyright {
	font-size: 10px;
	color: #CC0000;
	font-weight: lighter;
}
.pageinfofooter {
	font-size: 10px;
	color: #CC0000;
	font-weight: lighter;
}
.activePage {
	color: #000000;
	font-size: 11px;
}
.lineHeight {
	line-height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
}
.copyMain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #666666;
}
.activePageNumber {
	font-size: 100%;
	color: #CC0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.songlistTable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	background-color: #FFFFCC;
	vertical-align: bottom;
	color: #000000;
	border-top: solid #000000 1px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
}
