body
{
	font-family: 		calibri;
	font-size: 			11pt;
	background-color:	#181818;
	color:				#ffffff;
}

a
{
	color:				#ff0000;
	text-decoration:	none;
}

a:visited
{
	color: 				#ff0000;
	text-decoration:	none;
}

a:hover
{
	color:				#ff0000;
	text-decoration:	underline;
}

table
{
	margin-left:		auto;
	margin-right:		auto;
	width:				1200px;
	border-collapse:	collapse;
	padding:			0px;
}

td
{
	text-align:			center;
	vertical-align:		top;
	width:				300px;
	padding:			10px;
}

td.feedHead
{
	border-bottom:		1px solid white;
}

td.tdLeft
{
	text-align:			left;
}

.error
{
	color:				#ff0000;
}