body {
	background:url(images/bg.jpg) top left no-repeat;
	padding:0 20px 20px 20px;
	font-family:"Helvetica", "Arial", "Verdana", "Tahoma", sans-serif;
	}

a:link {color:#0234A1; text-decoration:underline;}
a:visited {color:#0234A1; text-decoration:underline;}
a:hover {color:#27B2FC; text-decoration:none;}
a:active {color:##27B2FC; text-decoration:none;}

h1 {
	font-weight:bold;
	font-size:56px;
	color:#000;
	margin:10px 0 10px 0;
	}

h2 {
	font-weight:bold;
	font-size:16px;
	color:#fff;
	margin:10px 0 10px 0;
	}

p {
	line-height:150%;
	}

.backHome {
	text-align:right;
	}

.alignCenter {
	text-align:center;
	}
	
.titleImg {
	margin:0 0 10px 0;
	}
	
.left {
	width:674px;
	float:left;
	padding:0 0 20px 0;
	}
	
.right {
	float:left;
	margin:0 0 0 20px;
	padding:0 0 20px 0;
	}

.rosterTable {
	margin:0 0 0 -5px;
	}

.rosterTable tr td {
	padding:5px;
	font-family:"Helvetica", "Arial", "Verdana", "Tahoma", sans-serif;
	font-weight:bold;
	font-size:27px;
	}

.rosterTable a:link, .rosterTable a:visited {
	color:#000;
	text-decoration:none;
	}

.rosterTable a:hover, .rosterTable a:active {
	color:#27B2FC;
	text-decoration:underline;
	}

.standings, .schedule {
	margin:40px 0 0 0;
	}

.standingsTable, .scheduleTable {
	margin:10px 0 0 0;
	width:100%;
	background:#DDD;
	}

.standingsTable thead, .scheduleTable thead {
	background:#0234A1;
	color:#fff;
	}

.standingsTable .footer, .scheduleTable .footer {
	background-color:#000;
	}

.standingsTable td, .standingsTable th {
	margin:0;
	font-size:15px;
	text-align:left;
	padding:5px 17px 5px 17px;
	border-bottom:1px solid #fff;
	}

.scheduleTable td, .scheduleTable th {
	margin:0;
	font-size:11px;
	text-align:left;
	padding:5px 10px 5px 10px;
	border-bottom:1px solid #fff;
	}
	
	
	
	
/* PLAYER PAGE */

.backHomeTable {
	margin:-10px 0 0 0;
	width:647px;
	}

.playerName {
	width:644px;
	height:50px;
	background:url(images/bgName.jpg);
	background-repeat:no-repeat;
	padding:15px;
	font-size:48px;
	color:#fff;
	margin:0 0 10px 0;
	}

.playerNumber {
	text-align:right;
	}
