/* -- team list styles -- */
#teamlist {
	list-style: none;
	margin: 0;
	padding-top: 20px;
	text-transform: uppercase;
}

#teamlist li {
	background: url(/img/dashline.png) repeat-x 0 0;
	margin: 0;
	padding: 1px 0;
}

/* -- team detail styles -- */
#col2right h4 {
	background: url(/img/dashline.png) repeat-x 0 100%;
	color: #000;
	margin-bottom: 16px;
	padding-bottom: 4px;
	text-transform: uppercase;
}

#backtoteamlist {
	background: url(/img/dashline.png) repeat-x 0 100%;
	padding-bottom: 2px;
}


