/* CSS Document */
table
{
	color:#FFFFFF;
	background-color:#1A3E94;
	border-collapse:collapse;
	width:100%;
	border:5px solid #FFFFFF;
}

thead th
{
	padding:1em 1em .5em;
 	border-bottom:1px solid #FFF;
 	text-align:left;
}

td
{
	padding:.5em 1em;
}

html tfoot
{
	background-color:#ffffff;
}

html tfoot tr td
{
	background-color:#1A3E94;
}

tfoot td
{
	padding-bottom:1.5em;	
}

html tr td 
{
	background:#FE2E2E; 
	white-space:nowrap;
}

html tr.odd td 
{
	background:#ffffff;
	color:#999999;
	white-space:nowrap;
}
