body {
    background-color:#FFFFFF;
    font-family: arial;
    color: black;
	border-width: thin;
}

.content, .main {
     background-color: #000000;
     font-family: arial;
     color: black;
}

table.main {
    padding: 0px 0px 0px 0px;
	border: solid black;
    background-color:#FFFFFF;
}

th.main 
{
   text-align:left;
   background-color: #FFFFFF;   
   font-family: arial;
   color: black;
}

td.main 
{
   text-align:center; 
   vertical-align:center;
   font-family: arial;
   color: black;
   background-color: #FFFFFF;
   
}

table.Standings {
	border: solid black;
    background-color:#FFFFFF;
	vertical-align:center;
	margin:auto;
	width:100%;
}

th.Standings
{   
   font-size: 75%;
   background-color: #DDDDDD;   
   font-family: arial;
   color: black;
}

th.StandingsR
{
   background-color: #DDDDDD;
   text-align:right;
   font-size: 75%;  
   font-family: arial;
   color: black;
   border-style:solid;
   border: solid black; 
   border-width: thin;
}

th.StandingsL
{
   background-color: #DDDDDD;
   text-align:left;
   font-size: 75%;  
   font-family: arial;
   color: black;
   border: solid black;
   border-width: thin;
}

td.StandingsR
{
   text-align:right;
   font-size: 75%;  
   font-family: arial;
   color: black;
   border-style:solid;
   border: solid black; 
   border-width: thin;
}

td.StandingsL
{
   text-align:left;
   font-size: 75%;  
   font-family: arial;
   color: black;
   border: solid black;
   border-width: thin;
}

table.Game {
	border: solid black;
    background-color:#FFFFFF;
	vertical-align:center;
	margin:auto;
	width:100%;
}

td.Game
{
   text-align:left;
   font-size: 75%;
   background-color: #FFFFFF;   
   font-family: arial;
   color: black;
}

th.Game
{
   text-align:left;
   font-size: 75%;  
   font-family: arial;
   color: black;
   background-color: #DDDDDD;
}

table.Team {
	border: solid black;
    background-color:#FFFFFF;
	vertical-align:top;
	text-align:right;
	border-width: thin;
}

th.Team
{
   text-align:left;
   font-size: 75%;
   background-color: #FFFFFF;   
   font-family: arial;
   color: black;
}

td.Team
{
   text-align:left;
   font-size: 75%;  
   font-family: arial;
   color: black;
   background-color: #DDDDDD;
}

td.TeamR
{
   text-align:right;
   font-size: 75%;  
   font-family: arial;
   color: black;
   border: solid black;
   border-width: thin;
}

td.TeamL
{
   text-align:left;
   font-size: 75%;  
   font-family: arial;
   color: black;
   border: solid black;
   border-width: thin;
}



