body{
	font-family: "Trebuchet MS";
	font-size: 60%;
	color: #336699;
	width:96%;
	background-color:#FFFFFF;
	margin:10px;
	margin-left:5px;
	padding:0px;
	background-image: url(images/background2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: fixed;
}

.team ,.teamLose,.teamWin,.non{
	border: 1px solid #336699;

	width: 150px;
	vertical-align: top;
	display: block;
	background-color:#C2D1E1;
	margin-left:1px;
	margin-right:1px;
	padding:2px;


}
.non{
	background-color:#F1F3F5;
}
.teamLose{
	border: 1px solid #829BB5;
	color:#829BB5;
	background-color:#DDE3E9;
}
.teamWin{
	background-color:#336699;
	color:#ffffff;
	margin-top:-10px;
	padding-top: 10px;

}

.connector {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;

}
td.connector{
	width:40px;

}
.textField {
	width: 250px;
	margin-left: 10px;

}
.submit {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #006699;
	text-align: center;
	width: 250px;
	margin-left: 10px;
}
td{
	text-align:left;

}
.imageRight{
	float:right;
	margin:2px;
	cursor:hand;
}