#content tbody tr.inverse th
{
	background-color:	rgb(0, 158, 224);
	color:			white;
}

#content table td,
#content table th
{
	vertical-align:		middle;
}


#content table td.c3
{
	border-left:		1px solid rgb(0, 158, 224);
}

#content table .c2,
#content table .c3
{
	text-align:		center;
}

#content table .c4,
#content table .c5
{
	text-align:		right;
}

#content table tbody .center
{
	text-align:		center;
}

#content tfoot td
{
	background-image:	url(/images/dot-blue.png);
	background-position:	top;
	background-repeat:	repeat-x;
}

