body
{
	background-color: black;
	background-image: url('images/g_background.gif');
	color: white;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	margin: 10px 10px 10px 10px;
	padding: 0px 0px 0px 0px;
}

body.Index
{
	background-color: black;
	background-image: url('images/g_background.gif');
	color: white;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

td 					{ color: white;	font-family: arial, verdana, helvetica, sans-serif; font-size: 12px;  }

a			{ margin: 0px 0px 0px 0px; }
a:hover		{ color: white; text-decoration: none; }
a:visited	{ color: white; text-decoration: underline; }
a:link		{ color: white; text-decoration: underline; }
a:hover		{ color: white; text-decoration: none; }

p					{ margin: 0px 0px 16px 0px; }
p.PressTitle		{ font-size: 14px; font-weight: bold; }
p.CrazyText			{ font-family: courier, monospace; }
p.SmallText			{ font-size: 10px; }
p.TrackList			{ font-size: 11px; margin: 0px 0px 8px 0px; }
p.SmallFadedText	{ font-size: 10px; color: gray; }

table				{ margin: 0px 0px 0px 0px; }
/*table.EmptyMax		{ background-image: url('images/g_background_pic.jpg'); background-attachment: scroll; background-repeat: no-repeat; background-position: center center; height: 100%; width: 100%;  }*/
table.EmptyMax		{ height: 100%; width: 100%;  }
table.Fillit		{ background-color: black; border: 2px solid gray; }
table.Par			{ margin: 0px 0px 18px 0px; }
table.ContentBox	{ background-color: black; border: 2px solid white; margin: 0px 0px 18px 0px; }
table.ContentBoxMax	{ background-color: black; border: 2px solid white; margin: 0px 0px 18px 0px; height: 100%; width: 100%; }

hr 					{ color: black; background-color: black; border-top: 1px solid white; border-bottom: none; border-left: none; border-right: none; margin: 0px 0px 18px 0px; }
