@charset "UTF-8";
/* CSS Document */

body{
		pading: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		background-color:#6b6c80;
}

a{
	text-decoration: none;
	font-weight: bold;
	color: #d31145;
	
}

a:hover{
	
	color: #565656;
	
}


img{
		border: none;
}

td {
	vertical-align: top;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}


table.root{
	width: 995px;
	background-color:#f0f1f3;
}



td.header{
	height: 168px;
}


td.nav {
	width: 167px;
	background-image:url(../images/back-Nav.jpg);
	background-position:bottom;
	background-repeat: no-repeat;
	background-color:#1f2171;
	padding:0px 0px 0px 0px;
	
}

td.nav p{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

td.content{
	padding: 5px 25px 10px 20px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#232323;
	line-height: 20px;
}

td.content p{
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}


td.index-content{
	padding: 5px 0px 10px 15px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#232323;
	line-height: 20px;
}

td.index-content p{
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}


img.headline{
	margin: 0px 0px 15px 0px;
}




td.spacer{
	height: 1px;
	background-color: #d31245;
}

img.playerShot {
	float: right;
	margin:0px 50px 0px 0px;
	border-style: solid;
	border-width:1px 1px 1px 1px;
	border-color:#d31245;
}

span.playerName{
	font-size:14px;
	font-weight: bold;
	color:#d31245;
}




td.footer{
	height: 29px;
	line-height:29px;
	background-image: url(../images/back-Footer.jpg);
	background-repeat: repeat-x;
	background-position:bottom;
	color:#FFFFFF;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
}