/* CSS Document */

body
{	
	background:url(/images/bg.jpg) repeat-x fixed;
	margin:5px 0px;
}

table{
border:none;
}

td{
vertical-align:top;
}
.header
{
	width:600px;
	height:50px;
}
a
{
	cursor:hand;
	text-decoration:none;
	font-weight:normal;
	font-size:10pt;
	font-weight:bold;
	color:#333333;
}
a:hover
{
	color:#A1BC7A;
}
.main_table
{
width:800px;
	font-family:Georgia;
	font-size:11pt;
	color:#000000;
	text-align:justify;
}
.lyrics a
{
	font-size:13pt;
	color:#000000;
	text-align:center;
	font-weight:bold;
	font-variant:small-caps;
	text-decoration:underline;
}
.lyrics a:hover
{
	color:#A1BC7A;
}
.lyrics1 a
{

	font-size:11pt;
	color:#000000;
	text-align:center;
	font-variant:small-caps;
	font-weight:bold;
}
.lyrics1 a:hover
{
	color:#A1BC7A;
}
h1
{
	font-size:14px;
	font-variant:small-caps;
	background-color:#FFFFFF;
	margin-top:0px;
	text-align:center;
	color:#A1BC7A;
}

.footer
{
	color:#000000;
}


.welcome
{
	font-size:11pt;
	padding-left:10px;
}
.img_bdr
{
border:none;
}
img
{
border:none;
}
 
div.transOFF {width: 100%; background:url(/images/bg.jpg) repeat-x fixed; }
div.transON {width: 100%; background:url(/images/bg.jpg) repeat-x fixed;opacity:.50;filter: alpha(opacity=50); -moz-opacity: 0.5; }
div.trans25 {width: 100%; background-color: silver;opacity:.25;filter: alpha(opacity=25); -moz-opacity: 0.25; }
div.trans75 {width: 100%; background-color: silver;opacity:.75;filter: alpha(opacity=75); -moz-opacity: 0.75; }

