@font-face {
	font-family: 'Calibri';
	src: url('fonts/CALIBRI.eot') format('eot'),
	     url('fonts/CALIBRI.TTF') format('truetype');
	     /*url('myfont-webfont.woff') format('woff'),
	     url('myfont-webfont.svg#svgFontName') format('svg');/**/
  font-style:normal;
  font-weight:normal;
}

@font-face {
  font-family: 'Calibri';
  src: url('fonts/CALIBRIB.eot') format('eot'),
       url('fonts/CALIBRIB.TTF') format('truetype');
       /*url('myfont-webfont.woff') format('woff'),
       url('myfont-webfont.svg#svgFontName') format('svg');/**/
  font-style:normal;
  font-weight:bold;
}

@font-face {
  font-family: 'Calibri';
  src: url('fonts/CALIBRII.eot') format('eot'),
       url('fonts/CALIBRII.TTF') format('truetype');
       /*url('myfont-webfont.woff') format('woff'),
       url('myfont-webfont.svg#svgFontName') format('svg');/**/
  font-style:italic;
  font-weight:normal;
}

@font-face {
  font-family: 'Calibri';
  src: url('fonts/CALIBRIZ.eot') format('eot'),
       url('fonts/CALIBRIZ.TTF') format('truetype');
       /*url('myfont-webfont.woff') format('woff'),
       url('myfont-webfont.svg#svgFontName') format('svg');/**/
  font-style:italic;
  font-weight:bold;
}