﻿
body {
	font-family: “Lucida Sans Unicode”, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 2.3em;
	color: #666;
	margin: 20px auto 20px 20px;
	background:#FFFFFF;
	}

ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited
{
color: #fff;
background-color: #036;
text-decoration: none;
}

#navlist a:hover
{
color: #fff;
background-color: #369;
text-decoration: none;
}

#teams
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 11px;
	width: 300px;
	text-align: left;
	border-collapse: collapse;

}
#teams th
{
	font-size: 11px;
	font-weight: bold;
	padding-left: 0px;
	background: #FFFFFF; 
	color: #000000;
	text-align: center;
}
#teams td
{
	padding-left: 0px;
	background: #f9f9f9; 
	color: #363636;
	text-align: center;
	border: 1px #FFFFFF solid;
	border-collapse: collapse;
	border-spacing: 0px;}
	}
	
#viewteams
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 11px;
	width: 300px;
	text-align: left;
	border-collapse: collapse;

}
#viewteams th
{
	font-size: 11px;
	font-weight: bold;
	padding-left: 0px;
	background: #FFFFFF; 
	color: #000000;
	text-align: center;
}
#viewteams td
{
	padding-left: 5px;
	background: #f9f9f9; 
	color: #363636;
	text-align: left;
	border: 1px #FFFFFF solid;
	border-collapse: collapse;
	border-spacing: 0px;}
	}
	
#options
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 11px;
	width: 300px;
	text-align: left;
	border-collapse: collapse;

}
#options td
{
	padding: 4px 4px 4px 4px;
	background: #f9f9f9; 
	color: #363636;
	border: 1px #FFFFFF solid;
	border-collapse: collapse;
	border-spacing: 0px;}
	}



	
