@font-face {
    font-family: 'Open Sans Regular';
	src: url(OpenSans-Regular.eot);
	src: url(OpenSans-Regular.eot?#iefix) format('embedded-opentype'),
	     url(OpenSans-Regular.ttf)  format('truetype');
}
@font-face {
    font-family: 'Open Sans Light';
	src: url(OpenSans-Light.eot);
	src: url(OpenSans-Light.eot?#iefix) format('embedded-opentype'),
	     url(OpenSans-Light.ttf)  format('truetype');
}
@font-face {
    font-family: 'Open Sans LightItalic';
	src: url(OpenSans-LightItalic.eot);
	src: url(OpenSans-LightItalic.eot?#iefix) format('embedded-opentype'),
	     url(OpenSans-LightItalic.ttf)  format('truetype');
}