body 
	{
	background-color: #333333
	}	

body 
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	}

table, tr, td
	{
	font-family: Times, serif;
	font-size: 13px;
	color: #33CCCC;
	line-height: 13px;
	text-align: left;
	}

.date
	{
	font-family: Times, serif;
	font-style: italic;
	font-size: 13px;
	color: #33CCCC;
	line-height: 12px;
	text-align: left;
	}
	
.rbox
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #33CCCC;
	line-height: 12px;
	text-align: left;
	margin-left: 5px;
	margin-right: 5px;
	}
	
a:link
	{
	text-decoration: none;
	color: #33CCCC;
	}
	
a:visited
	{
	text-decoration: line-through;
	color: #33CCCC;
	}
	
a:hover
	{
	text-decoration: none;
	color: #33CCCC;
	background-color: #666666;
	}
	
