.MainImage
{
	border:1px solid #333333;
}
#PageImage
{
	padding-right: 20px;
	padding-bottom: 10px;
	float:left;
}
#Fixtures
{
	padding-right: 20px;
	padding-bottom: 10px;
	float:left;
	margin-left: 20px;
}
.SportsTicker
{
	position:relative;
	overflow:hidden;
	width: 400px;
	height: 20px;
	border: 1px solid #D5D5D5;
	background-color:#F5F5F5;
	margin-bottom: 10px;
}
.TickerText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: capitalize;
	color: #666666;	
}
.TickerText a:visited,
.TickerText a:link
{
	color: #000000;
	text-decoration:none;
	font-weight: bold;
}
.TickerText a:active
{
	color: #990000;	
}
.TickerText a:hover
{
	text-decoration:underline;
}