@charset "UTF-8";
/* CSS Document */


/*TEAM PAGES*/


a:link {
	color: #00539B;
	text-decoration: none;
}
a:visited {
	color: #00539B;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
a:active {
	color: #00539B;
	text-decoration: none;
}


.teamCONTAINER{
	margin-right: -15px;
	margin-bottom: -15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-style: normal;
	font-weight: 100;
	color: #333333;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 560px;
}
.teamTEXT{
	position:absolute;
	left:240px;
	margin-right:50px;
	text-align:justify;
}
.nav{
	width:200px;
	font-size: 9px;
	text-align: center;
}
.names {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}
.position{
	font-style: italic;
}