
@font-face {
    font-family: 'calibri';
    src: url('../font/calibri.eot');
    src: url('../font/calibri.eot') format('embedded-opentype'),
/*         url('../font/calibri.woff2') format('woff2'),*/
         url('../font/calibri.woff') format('woff'),
         url('../font/calibri.ttf') format('truetype'),
/*         url('../font/Ocalibri.svg') format('svg');*/
    font-weight: normal;
    font-style: normal;

}
body{
	font-family:Arial,'calibri';
}
.sf-menu a{
	padding:0 2em;
}
.footer dl{
	padding-right:60px;
	margin-right:60px;
}