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


@font-face {
	font-family: 'LeagueGothicRegular';
	src: url('../League_Gothic-webfont.eot');
	src: local('?ò?'), url('League_Gothic-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

h1.LeagueGothic {
	font-weight: normal;
	font-size: 28px;
	font-family: 'LeagueGothicRegular', Arial, Helvetica, sans-serif;
	text-shadow: 0px 1px 0px #e5e5ee;
	filter: dropshadow(color=#e5e5ee,offX=0,offY=1);
	color:#333;
}

h1.LeagueSubtle {
	font-weight: normal;
	font-size: 28px;
	font-family: 'LeagueGothicRegular', Arial, Helvetica, sans-serif;
	text-shadow: 0px 1px 0px #a1a1a1;
	filter: dropshadow(color=#e5e5ee,offX=0,offY=1);
	color:#333333;
}

h1.LeagueBlue {
	font-weight: normal;
	font-size: 28px;
	font-family: 'LeagueGothicRegular', Arial, Helvetica, sans-serif;
	text-shadow: 0px 1px 0px #e5e5ee;
	filter: dropshadow(color=#e5e5ee,offX=0,offY=1);
	color:#0F6;
}

span.LeagueBlue {
	font-weight: normal;
	font-size: 28px;
	font-family: 'LeagueGothicRegular', Arial, Helvetica, sans-serif;
	text-shadow: 0px 1px 0px #e5e5ee;
	filter: dropshadow(color=#e5e5ee,offX=0,offY=1);
	color:#666;
}

h1.title {
	font-weight: Bold;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #379BCD;
	line-height: 20px;
}


