html
	{
	overflow-y: scroll;
	overflow-x: auto;
	background-color: #000000;
	}

body
	{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding-bottom: 50px;
	font-family: arial;
	font-size: 10pt;
	color: #FFFFFF;
	text-align: center;
	background-repeat: no-repeat;
	background-position: top center;
	}

span
	{
	color: #C00000;
	}

form
	{
	display: inline;
	margin: 0px;
	padding: 0px;
	}

A:link
	{
	color: #C00000;
	font-size: 10pt;
	text-decoration: none;
	}

A:visited
	{
	color: #C00000;
	font-size: 10pt;
	text-decoration: none;
	}

A:active 
	{
	color: #C00000;
	font-size: 10pt;
	text-decoration: none;
	}

A:hover
	{
	color: #F00000;
	text-decoration: underline;
	}

A:link img, A:visited img, A:active img
	{
	filter:alpha(opacity = 50);
	opacity: 0.50;
	}

A:link div.Button, A:visited div.Button, A:active div.Button
	{
	filter:alpha(opacity = 50);
	opacity: 0.50;
	color: #FFFFFF;
	}

A:hover img
	{
	filter:alpha(opacity = 100);
	opacity: 1;
	}

A:hover div.Button
	{
	filter:alpha(opacity = 100);
	opacity: 1;
	}

A.NoTrans:link img, A.NoTrans:visited img, A.NoTrans:active img
	{
	filter:alpha(opacity = 100);
	opacity: 1;
	}

A.OnlyTrans:hover img
	{
	filter:alpha(opacity = 50);
	opacity: 0.5;
	}