@charset "utf-8";
/* CSS Document */

#sponsorship {
	font-size: 11px;
	border: 1px solid #911010;
}

#sponsorship tr.title {
	background-color: #911010;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}

#sponsorship tr.white {
	background-color: #ffffff;
	text-align: center;
	border-top: 1px solid #911010;
}

#sponsorship tr.redacross {
	background-color: #f7e9e4;
	border-top: 1px solid #911010;
	color: black;
	text-align: center;
}

#sponsorship tr.redacross2 {
	background-color: #f7e9e4;
	border-top: 1px solid #911010;
	color: black;
	text-align: center;
}
	
#sponsorship td.red {
	border-right: 1px solid #911010;
	border-top: 1px solid #911010;
	color: black;
	background-color: #f7e9e4;
	
}

#sponsorship td.red2 {
	border-right: 1px solid #911010;
	border-top: 1px solid #911010;
	color: black;
	background-color: #f7e9e4;
	text-align: center;
	
}

#sponsorship td.white {
	border-right: 1px solid #911010;
	border-top: 1px solid #911010;
	color: black;
	background-color: #ffffff;
	text-align: center;
}

#sponsorship td.lines {
	border-right: 1px solid #911010;
	border-top: 1px solid #911010;
}

#team {
	width: 100%;
	font-size: 12px;
	font-weight: bold;
}

#team div.colwrap1 {
	float:left;
	width:200px;
	margin-top:0px;
	margin-left:0px;
	font-size: 12px;

}

#team div.colwrap2 {
	float:right;
	width:478px;
	margin-top:0px;
	margin-left:0px;
	font-size: 12px;
	

}

#team div.colwrap3 {
	float:right;
	width:230px;
	margin-top:0px;
	margin-left:0px;
	font-size: 12px;

}

#team div.imagepad {
	width: 210px;
	height: 110px;
	margin-top: 10px;
	padding-top: 15px;
	padding-left: 10px;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	
}

