body {
	background: #222222 url(/images/bg.png);
	margin: 0;
	font: 11px Arial, Helvetica, sans-serif;
	color: #777;
}


.logo img {
	border: 2px solid #303030;
	border-radius: 6px 6px 6px 6px;
}


.title {
	text-align: left;
	font: 15px Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	color: #E3E3E3;
	text-indent: 8px;
	line-height: 30px;
	background-color: #2C2C2C;
	border-radius: 6px 6px 6px 0px;
}
.bodytext {
	text-align: left;
	font: 13px Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: italic;
	color: #5C5C5C;
	line-height: 15px;
}
.date {
	text-align: right;
	font: 10px Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CCCCCC;
	vertical-align:top;
    text-shadow: 1px 1px 1px #222222;
    line-height: 14px;
}
.bullet {
	text-align: left;
	font: 12px Segoe UI, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #999999;
	line-height: 16px;
}
.bulletright {
	text-align: left;
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #999999;
	line-height: 15px;
}
.featuretop {
    height: 8px;
	background-color: #222222;
    border-radius: 8px 8px 0px 0px;
}
.livescore {
	text-align: center;
	font: 10px Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #AAAAAA;
}
.footer {
	text-align: center;
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #444444;
}


.header a,
.header a:visited {
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #999999;
	font-weight: bold;
	line-height: 23px;
	text-align: center;
	background-color: #2C2C2C;
	text-decoration:none;
	display: block;
}
.header a:hover {
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #CC6600;
	font-weight: bold;
	line-height: 23px;
	text-align: center;
	background-color: #404040;
	text-decoration:none;
	display: block;
}

.livescore a,
.livescore a:visited {
	color: #AAAAAA;
	text-decoration:none;
}
.livescore a:hover {
	color: #AAAAAA;
	text-decoration:underline;
}

.link a,
.link a:visited {
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
	color: #FFCC66;
	font-weight: bold;
	line-height: 26px;
	text-indent: 5px;
	background-image:url(/images/menu-bg.png);
	background-color: #404040;
	text-decoration:none;
	display: block;
}
.link a:hover {
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 26px;
	text-indent: 6px;
	background-image:url(/images/menu-bg.png);
	background-color: #474747;
	text-decoration:none;
	display: block;
}

.linkorange a,
.linkorange a:visited {
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #BB8822;
	font-weight: bold;
	line-height: 23px;
	text-indent: 5px;
	background-image:url(/images/menu-bg2.png);
	background-color: #404040;
	text-decoration:none;
	display: block;
}
.linkorange a:hover {
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #FFF;
	font-weight: bold;
	line-height: 23px;
	text-indent: 6px;
	background-image:url(/images/menu-bg2.png);
	background-color: #474747;
	text-decoration:none;
	display: block;
}

.feature a,
.feature a:visited {
	font: 15px Segoe UI, Arial, Helvetica, sans-serif;
	color: #DDD;
	font-weight: bold;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
    text-shadow: 1px 1px 1px #000;
	border-bottom: 1px dotted #777;
}
.feature a:hover {
	font: 15px Segoe UI, Arial, Helvetica, sans-serif;
	color: #FFF;
	font-weight: bold;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
    text-shadow: 1px 1px 1px #000;
	border-bottom: 1px solid #999;
}

.conditions {
	text-align: left;
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: italic;
	color: #444;
	line-height: 15px;
}
.conditions a,
.conditions a:visited {
	text-align: center;
	font: 11px Segoe UI, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #555;
	line-height: 16px;
	text-decoration:none;
}
.conditions a:hover {
	text-align: center;
	font: 11px Segoe UI, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #555;
	line-height: 16px;
	text-decoration:none;
}

.footer a,
.footer a:visited {
	font: 11px Arial, Helvetica, sans-serif;
	color: #444444;
	font-weight: normal;
    line-height: 12px;
	text-decoration:none;
}
.footer a:hover {
	font: 11px Arial, Helvetica, sans-serif;
	color: #444444;
	font-weight: normal;
	line-height: 12px;
	text-decoration: underline;
}
