#top {
	width: 170px;
	height: 60px;
	text-align: center;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-bottom: 10px;
}
.corpo {
	width: 170px;
	margin: 0px;
	padding: 0px;
	height: 455px;
	background: #FFFFFF;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}

.classgeral {
	float: left;
	width: 30px;
}
.nomeequipe {
	float: right;
	font-weight: bold;
	text-align: left;
	width: 135px;
}

.classbody {
	height: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
}
body,td,th {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

