/* CSS Document */

html	{
	overflow: -moz-scrollbars-vertical;
}

body	{
	font-family: Georgia, Times, serif;
	font-size: 10pt;
	background-color: #000000;
	color: #FFFFFF;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background-position: center center;
	background-image: url('/images/bg_eye.jpg');
	background-attachment: fixed;
	background-repeat: repeat;
	text-align: center;
}

table.main_outside	{
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	border: 0px;
	padding: 10px;
	background-position: center center;
	background-image: url('/images/bg_table.png');
	background-attachment: fixed;
	background-repeat: repeat;
	width: 700px;
}

table.main_inside	{
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 100%;
}

td.inside_topleft	{
	text-align: left;
}

td.inside_topright	{
	text-align: right;
}

td.inside_body	{
	text-align: center;
}

img.frame	{
	border-style: solid;
	border-width: 1px;
	border-color: #888888;
	background-color: #000000;
}

hr	{
	border-style: solid;
	height: 1px;
	border-color: #888888;
}

p.topmenu	{
	color: #D1DF5B;
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}

p.title	{
	text-align: center;
	font-size: 16pt;
	font-weight: bold;
}

p.justify	{
	text-align: justify;
}

p.left		{
	text-align: left;
}

p.center	{
	text-align: center;
}

p.right		{
	text-align: right;
}

p.songtitle1		{
	text-align: left;
	font-weight: bold;
	color: #D1DF5B;
}

p.songtitle2		{
	text-align: right;
	font-weight: bold;
	color: #D1DF5B;
	line-height: 24pt;
}

a:link { 
	color: #FFCC00;
	text-decoration: none;
	}
	
a:visited { 
	color: #FF9900;
	text-decoration: none;
	}
	
a:active { 
	color: #FFFF99;
	text-decoration: none;
	}
	
a:hover	{
	color: #FFFF00;
	text-decoration: underline;
	}

