<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<!--{  }
{  }
  created with the coffeecup html editor 2007{  }
{  }
           http://www.coffeecup.com/{  }
        brewed on 10/10/2007 20:08:27{  }
<head> <title></title> <style type="text/css">{  }
  
body {background-image:url("../Images/Backgrounds/Page Background2.jpg");}



A:link {color:#FFFF00;}
A:visited {color:#FF0000;}
A:hover{colour:#FFFFFF}



.ttitle{font-family:Trebuchet MS; font-size: 28px;font-weight: 700;color: #FFFFFF;text-align:center; }
.ttitle1{font-family: Arial;font-size: 20px;font-weight: 700;color: #FFFFFF;text-align: center;}
.wtitle{font-family: Arial;font-size: 16px;font-weight: 600;color: #FF0000;text-align: right;margin-right: 5px;}
.matchr{font-family: Arial;font-size: 16px;font-weight: 700;color: #D7D7D7;text-align: center;}
.pfont{font-family: Arial;font-size: 14px;font-weight: 400;color: #D7D7D7; text-align: left;}
.ptitle{font-family: Arial;font-size: 18px;font-weight: 600;color: #D7D7D7;text-align: center;}
.tfont{font-family: Arial;font-size: 14px;font-weight: 400;color: #D7D7D7; text-align: center;}
.fixtures{font-family: Arial;font-size: 16px;font-weight: 700;color: #D7D7D7;text-align: center;}
.mrfont{font-family: Arial;font-size: 14px;font-weight: 400;color: #D7D7D7; text-align: left;}

table.matchinfo {
    width: 225px;         
	border-width: 1px 1px 1px 1px;
	border-spacing:2;
	border-style: solid solid solid solid;
	border-color: #FFFFFF #FFFFFF #FFFFFF #FFFFFF;
	border-collapse: separate;
	background-color:#000080;
    position:relative;
    top: px;
	right: 17.5px;
}     
   
    
table.matchinfo td {
    border-width: 0px 0px 0px 0px;
	cell-spacing: 0px;
    padding: 0px 0px 0px 0px;
	border-style: outset outset outset outset;
	border-color:#0000A0;
	background-color: ;
}  
  
table.matchinfo1 {
    width: 150px;         
	border-width: 1px 1px 1px 1px;
	border-spacing:1;
	border-style: solid solid solid solid;
	border-color: #FFFFFF #FFFFFF #FFFFFF #FFFFFF;
	border-collapse: separate;
	background-color:#000080;
   
}     
   
    
table.matchinfo1 td {
    border-width: 0px 0px 0px 0px;
	cell-spacing: 0px;
    padding: 0px 0px 0px 0px;
	border-style: outset outset outset outset;
	border-color:#0000A0;
	background-color: ;
}  

table.matchinfor {
    width: 150px;         
	border-width: 1px 1px 1px 1px;
	border-spacing:2;
	border-style: solid solid solid solid;
	border-color: #FFFFFF #FFFFFF #FFFFFF #FFFFFF;
	border-collapse: separate;
	background-color:#000080;
  position:relative;
  
}     
   
    
table.matchinfor td {
    border-width: 0px 0px 0px 0px;
	cell-spacing: 0px;
    padding: 0px 0px 0px 0px;
	border-style: outset outset outset outset;
	border-color:#0000A0;
	background-color: ;
}   
     
/*Eric Meyer's based CSS tab*/

#tablist{
padding: 1px 0;
margin-left: 0;
margin-bottom: 0;
margin-top: 0.1em;
font: bold 12px Verdana;
}

#tablist li{
list-style: none;
display: inline;
margin: 0;
}

#tablist li a{
text-decoration: none;
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid #778;
border-bottom: none;
background: white;
}

#tablist li a:link, #tablist li a:visited{
color: navy;
}

#tablist li a:hover{
color: #FF0000;
background: #FFFFFF;
border-color: #227;
}

#tablist li a.current{
background: white;
}

<style type="text/css">

/* Begin CSS Drop Down Menu */


#menuh-container
	{
	position: static;		
	top: 0px;
	left: 0px;
	}

#menuh
	{
	font-size: 12px;
	font-family: Trebuchet MS, helvetica, sans-serif;
	width:100%;
	float:left;
	margin:0;
	margin-top: 0em;
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	border: 1px solid #555;
	white-space:nowrap;
	margin-bottom: -0.18em;
	padding: 0.3em;
	}
	
#menuh a, #menuh a:visited	/* menu at rest */
	{
	color: white;
	background-color: #000080;
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: white;
	background-color: cornflowerblue;
	}	
			
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:10em;	/* width of all menu boxes */
	}

#menuh li
	{
	position:relative;
    min-height: 1px; 	/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

</style>








</head>
<body>

</body>
</html>