
#retire_content {
   float: none; 
   width: 745px;
   height: 900px; 
   border: 1px solid #fff; 
   background-color: #fff; 
   overflow: hidden;
   font-family: 'Trebuchet MS';
   font-size: 12px;
}

#retire_content h2 {
   margin: 0;
   background-color:#999999;
   text-indent: 3px;
   color: #000066;
}

#retire_content table 

{
   border:1px solid #cccccc;
   background-color:#ffffff;
   font-family:Tahoma,Verdana,sans-serif; 
   font-color: white;
   font-size:12pt;
   font-weight:bold;
}


#retire_content table.overall

{
   width:700px;
   margin:0px auto;
}



td.title 
{ 
   width: auto;
   background-color:#333333;
   font-size:16pt;
   font-weight:bold;
   color:#ffffff;
   text-align:center;
   text-transform:uppercase;
   padding: 3px;
}



table.results 
{ 
    width:700px;
	padding:1px;
	background-color:#ffffff;
	vertical-align:top;
}

td.position_header

{ 
    width: 50px;
	font-family: Arial;
	font-size: 12pt;
	font-weight: 800;
	text-align: left;
	color: #ffffff;
	background-color: #3681fc;
}

td.position
{ 
    width: 50px;
	height: 20px;
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	text-align: left;
	color:#000099;
	background-color: #bbdef3;
}

td.player_header
{ 
    width: 200px;
	font-family: Arial;
	font-size: 12pt;
	font-weight: 800;
	text-align: left;
	color: #ffffff;
	background-color: #3681fc;
}

td.player
{ 
    width: auto;
	height: 20px;
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	text-align: left;
	color: #000099;
	background-color: #bbdef3;
}

td.team_header
{ 
    width: 150px;
	font-family: Arial;
	font-size: 12pt;
	font-weight: 800;
	text-align: left;
	color: #ffffff;
	background-color: #3681fc;
}

td.team

{ 
    width: auto;
	height: 20px;
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	text-align: left;
	color: #000099;
	background-color: #bbdef3;
}

