body {
	background-color: #FFEE00;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0px;
	padding: 0px;


}
a:link,
a:visited	{
	color:	#006699;
	text-decoration:	none;
}
a:hover	{
	color:	orange;
	text-decoration:	underline;
}

div.container {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka", "Century Gothic", "Lucida Sans Unicode", "Verdana";
	font-size: 85%;
	color: #333333;
	background-color: #FFFFFF;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;


}
div.header {
	margin-bottom: 10px;
	background:	url(images/bg_top.gif) repeat-x;
}
div.header td {background:transparent;}

div.footer {
	text-align: center;
	background-color: #006600;
	color: #FFFFFF;
	font-size: 12px;
	height:	30px;
}
div.footer a:link,
div.footer a:visited	{
	color:	#FFFFFF;
	text-decoration:	none;
}
div.footer a:hover	{
	color:	orange;
	text-decoration:	underline;
}

div.footer p {
	margin:	20px;
}

div.teamname {
	text-align: right;
	font-size: 80%;
	font-weight: bold;
	color: #339966;
}
div.teamname p{
	margin-right: 20px;
}

div.subtitle{
	background-color: #006633;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 85%;
	padding: 4px 4px 4px 10px;
	width: 100%;
}
div.subtitle td{
	font-weight: bold;
	color: #FFFFFF;
	font-size: 85%;
}
ul {
	font-size: 80%;
	margin-top: 3px;
	margin-bottom: 10px;

}
li {
	line-height: 1.5em;
}
div.sponsor {
	margin-bottom: 10px;
	text-align:	center;
}
div.sponsor img {
	margin: 2px 4px;
}
.menu {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
table.member{
	margin:	10px 0 30px 10px;
}
table.member td{
	font-size:	12px;
	padding:	4px;
	border:	1px solid #ccc;
}

