BODY {
	background-color : Silver;
	background-image : url("../images/bg.gif");
	color : Black;
}

.bodyText {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-style : normal;
	text-decoration : none;
	color : Black;
}

.pageHeader {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-style : normal;
	text-decoration : none;
	color : white;
	font-weight : bold;
}

.headline {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	text-decoration : none;
	color : black;
	font-weight : bold;
}

.bottomLinks {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	text-decoration : none;
	color : white;
}

.caption {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	text-decoration : none;
	color : black;
	font-style : italic;
}
A:HOVER {
	text-decoration : underline;
}

.lyricBox
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-style : normal;
	text-decoration : none;
	color : Black;
	background-color : #EFEFEF;
}

.tableBorder
{
	background-color : Black;
}
 
.tableBG
{
	background-color : White;
}