/* CSS Document */

body {
margin: 0px;
color: #464646;
font-family: sans-serif;
table-align:center;
font-size:90%;
}
#page {
font-size: 90%;
background-color: #ffffff;
/*width:240px;*/
text-align:left;
}

img {
	border: 0;	
}

a, a:link, a:visited {
text-decoration: underline;
color:#bb0000;
}

h1 {
font-size:1em;
padding:0em 0.5em;
margin:0em;
text-align:center;
font-weight:bold;
}

h2 {
font-size:1em;
background:url(/mobile/images/redHeadBG.gif) repeat-x;
background-color:#cc0000;
color:#000000;
margin-bottom:0em;
padding:0em 0.5em;
text-align:center;
font-weight:bold;
}

h2 a, h2 a:link, h2 a:visited {
color:#000000;
}

h3 {
font-size:1em;
background:url(/mobile/images/headBG.gif) repeat-x;
background-color:#aaaaaa;
color:#FFFFFF;
margin:0em;
padding:0em 0.5em;
font-weight:bold;
}
h3 a, h3 a:link, h3 a:visited {
color:#fff;
}

h4 {
font-size:1em;
padding:0em 0.5em;
font-weight:bold;
}

p {
font-size:1em;
text-align:left;
padding:0em 0.5em;
margin:0.5em 0em 1em 0em;
}

a img{
	border: 0;
}
.img_border{
	border:1px solid #000000;
}
strong {
	font-weight:bold;
}
.darkTD {
	background-color:#CCCCCC;
}

.light {
	background-color:#ffffff;
}
.red {
	
}
table {
	margin:0;
	padding:0;
	border:none;
	font-size:1em;
}
.clr{
	clear:both;
}

#news{
	width:100%;	
	text-align:left;
}
.newsitem{
	width: 100%;
	clear:both;
	border-bottom: 1px solid #ddd;
	background: url(/mobile/images/right-arrow1.gif) no-repeat;
	background-position: top right;
}
.newsitem a{
	height: 74px;
}

#header {
	text-align:center;
	background: url(/mobile/images/bg-top1.gif) repeat-x;
	height:44px; 
	overflow:hidden;
}

#menu ul {
	list-style:none;
	width:100%;
	margin: 0;
	padding: 0;
}
#menu ul li {
	padding: 8px 8px 8px 20px;
	border-bottom:1px solid #aaa;
	background: url(/mobile/images/right-arrow2.gif) no-repeat;
	background-position: top right;
	background-color:#ccc;
}
#menu ul li a {
	font-size: 16px;
	display:block;
	width:100%;
	height:100%;
}

#footer {
	background-color:#333;
	color: #888;
	font-size: 12px;	
}
#footer ul {
	list-style:none;
	width:100%;
	margin: 0;
	padding: 0;
}
#footer ul li {
	padding: 5px 5px 5px 15px;
	background-color:#333;
	border-bottom:1px solid #111;
}
#footer ul li a {
	color: #aaa;
	font-size: 12px;
	display:block;
	width:100%;
	height:100%;
}

.newsarticle{
	padding: 20px;	
}
.newsarticle h1 {
	text-align:left;
	background:none;
	font-size: 150%;
	padding:0;
}
.newsarticle p {
	padding:0;
}
#team{
	padding: 20px;	
}
#team h1 {
	text-align:left;
	background:none;
	font-size: 120%;
	padding:0;
}
#fixture{
	padding: 20px;	
}
#fixture h1 {
	text-align:left;
	background:none;
	font-size: 120%;
	padding:0;
}

