body 
	{ 
	background-color: #000000;
	background: #000000 url("images/logo.gif") no-repeat 95% 5%;
	background-attachment: fixed;
	color: #000000
	margin: 50 50 50 50;
	}

table 
	{
	border: none;
	color: #FFFFFF;
	padding: 5 5 5 5;
	font-familiy: 'times new roman', tahoma, monospace;
	font-size: 11pt;
	}

table.main
	{
	width: 60%;
	}

td
	{
	padding: 5 5 5 5;
	}

td.right
	{
	width: 5%;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	}

td.content
	{
	text-align: right;
	vertical-align: top;
	}

td.releaseinfo
	{
	text-align: right;
	vertical-align: center;
	}

a:link
	{
	color: #99AADD; 
	text-decoration: none;
	}

a:visited
	{
	color: #99AADD;
	text-decoration: none;
	}

a:hover
	{
	color: #DDEEFF;
	text-decoration: none;
	}

h1	{
	font-size: 12pt;
	font-weight: bold;
	}

h2	{
	font-size: 12pt;
	font-weight: bold;
	text-decoration: underline;
	}