input
{
	font-family: tahoma;
	font-size: 8pt;
	background-color: #eeeeee;
}

select
{
	font-family: tahoma;
	font-size: 8pt;
	background-color: #eeeeee;
}

body
{
	margin: 0;
	padding: 0;
	background-image: url(../graphics/gradient.php?type=v&width=1&height=150&end=0x777777&start=0x222222);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-color: #222222;
	font-family: tahoma;
	font-size: 8pt;
}

table
{
	font-family: tahoma;
	font-size: 8pt;
}

table.rounded
{
	padding: 0;
	border-spacing: 0;
	border-collapse: collapse;
	font-family: tahoma;
	font-size: 8pt;
}

table.rounded img
{
	display: block;
}

tr.table_contents
{
	background-color: white;
}

tr.table_contents img
{
	display: inline;
}

div.header
{
	font-family: tahoma;
	font-size: 14pt;
	color: white;
}

a.white_link
{
	color: white;
	text-decoration: none;
}

a.white_link:hover
{
	color: red;
	text-decoration: underline;
}

a.blue_link
{
	color: black;
	text-decoration: none;
	font-family: tahoma;
	font-weight: bold;
	font-size: 8pt;
}

a.blue_link:hover
{
	color: gray;
	text-decoration: underline;
	font-family: tahoma;
	font-weight: bold;
	font-size: 8pt;
}

a.red_link
{
	color: blue;
	text-decoration: none;
	font-family: tahoma;
	font-size: 8pt;
}

a.red_link:hover
{
	color: red;
	text-decoration: underline;
	font-family: tahoma;
	font-size: 8pt;
}

a.null_link
{
	color: black;
	text-decoration: none;
	font-family: tahoma;
	font-weight: bold;
	font-size: 8pt;
}

tr.mp3_table
{
	text-align:			center;
	position:			relative;
	padding:			4px 3px 4px 3px;
	font-family:		tahoma;
	font-size: 8pt;
	font-weight:		bold;
	background-image: url(../graphics/gradient.php?type=v&width=1&height=12&end=0xdddddd&start=0xaaaaaa);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-color: #aaaaaa;
}

tr.mp3_table_fadeout
{
	text-align:			center;
	position:			relative;
	padding:			4px 3px 4px 3px;
	font-family:		tahoma;
	font-size: 8pt;
	font-weight:		bold;
	background-image: url(../graphics/gradient.php?type=v&width=1&height=12&end=0xeeeeee&start=0xffffff);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-color: #ffffff;
}