@font-face {
	font-family: "myFont";
	src: url("ie_font.eot");
}
@font-face {
	font-family: "myFont";
	src: url("web.woff") format('woff');
}
.big-title {
	font-family: "myFont";
	font-size: 30pt;
	text-shadow: 3px 3px 3px #cccccc;
	display: block; /* IE */
	width: 100%;
	filter: Shadow(Color=#cccccc, Direction=135, Strength=3);
	-ms-filter: "progid:DXImageTransform.Microsoft.DropShadow(color=#cccccc,offx=3,offy=3)"; /* IE8 */
}
.small-title {
	font-family: "myFont";
	font-size: 16pt;
}
