@font-face {
    font-family: 'Clear Sans';
    src: url('ClearSans-Regular.eot');
    src: url('ClearSans-Regular.eot?#iefix') format('embedded-opentype'),
		url('ClearSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Clear Sans';
    src: url('ClearSans-Bold.eot');
    src: url('ClearSans-Bold.eot?#iefix') format('embedded-opentype'),
		url('ClearSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Clear Sans';
    src: url('ClearSans-Italic.eot');
    src: url('ClearSans-Italic.eot?#iefix') format('embedded-opentype'),
		url('ClearSans-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Clear Sans';
    src: url('ClearSans-BoldItalic.eot');
    src: url('ClearSans-BoldItalic.eot?#iefix') format('embedded-opentype'),
		url('ClearSans-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Clear Sans Light';
    src: url('ClearSans-Light.eot');
    src: url('ClearSans-Light.eot?#iefix') format('embedded-opentype'),
		url('ClearSans-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Clear Sans Thin';
    src: url('ClearSans-Thin.eot');
    src: url('ClearSans-Thin.eot?#iefix') format('embedded-opentype'),
		url('ClearSans-Thin.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Clear Sans Medium';
    src: url('ClearSans-Medium.eot');
    src: url('ClearSans-Medium.eot?#iefix') format('embedded-opentype'),
		url('ClearSans-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Clear Sans Medium';
    src: url('ClearSans-MediumItalic.eot');
    src: url('ClearSans-MediumItalic.eot?#iefix') format('embedded-opentype'),
		url('ClearSans-MediumItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

.clearsans {
	font-family: 'Clear Sans',Arial,Helvetica,sans-serif;
}

.clearsansMedium {
	font-family: 'Clear Sans Medium',Arial,Helvetica,sans-serif;
}

