body {
	background-image: url(/images/background2.gif);
	background-color:#000000;
	background-position: center top;
	margin:0px;
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;

}




body, div, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:link {
	color: #731a1e;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}

a.player:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
}
a.player:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.player:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a.player:active {
	text-decoration: none;
	color: #FFFFFF;
}

.player{
	color:#FFFFFF;
}


a.shows:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size:9px;
}
a.shows:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.shows:hover {
	text-decoration: underline;
	color: #000000;
}
a.shows:active {
	text-decoration: none;
	color: #FFFFFF;
}

input.btn
{
	background-color:#EBF0F6;
	border:1px solid;
	border-top-color:#FFF;
	border-left-color:#FFF;
	border-right-color:#404040;
	border-bottom-color:#404040;
}

input, textarea
{
	background-color:#EBF0F6;
	border:1px solid #003479;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

textarea
{
	font-family: Arial, Helvetica, sans-serif;
	width:270px;
	height:150px;
}

select
{
	width: 80px;
	font-size: 12px;
	background-color:#EBF0F6;
	border:1px solid #003479;
}