@font-face {
				font-family: 'CoFo Sans';
				src: url('font/CoFoSans-Regular.eot');
				src: url('font/CoFoSans-Regular.eot?#iefix') format('embedded-opentype'),
				url('font/CoFoSans-Regular.woff') format('woff'),
				url('font/CoFoSans-Regular.ttf') format('truetype');
				font-weight: 400;
				font-style: normal;
			}
			
@font-face {
    font-family: 'CoFo Sans';
    src: url('font/CoFoSans-Medium.eot');    
    src: url('font/CoFoSans-Medium.eot?#iefix') format('embedded-opentype'),
        url('font/CoFoSans-Medium.woff2') format('woff2'),
        url('font/CoFoSans-Medium.woff') format('woff'),
        url('font/CoFoSans-Medium.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
		
			div.info-title { font-family: 'CoFo Sans'; }

.polytooltip {
	font-family: 'CoFo Sans'; font-size:16px; padding:8px;
}
small {
	font-family: 'CoFo Sans'; font-size:12px; padding:8px;
}
body {
	font-family: 'CoFo Sans';
}