/* CSS Document */

body
	{
		background-color: #8B8EF2;
		font-family:Arial, Helvetica, sans-serif;
		font-size:10px;
	}
	
table
	{
		background-color: #2b0e72;
		border:1;
		border-color:#FFFFFF;
		font-size:10pt;
	}
	table th
	{
		background-color: #fff;
		color: #2b0e72;
		text-align:left;
	}
	table td
	{
		color:#ffffff;
	}	
	table a
	{
		color:#F7C600;
		text-decoration:undeline;
	}
	table a:hover
	{
		color:#ffffff;
		text-decoration:underline;
	}
	
.morePromo
	{
		text-align:center;
	}	