/* 
	CSS Style Sheet 
	http://www.w3schools.com/cssref/css3_pr_font-face_rule.asp

	Sansation - freeware font 
	Bernd Montag © 2009 - All Rights Reserved
*/

@font-face {
    font-family: 'SansationRegular';
    src: url('/fonts/SansationRegular/SansationRegular.eot');
    src: url('/fonts/SansationRegular/SansationRegular.eot?#iefix') format('embedded-opentype'),
         url('/fonts/SansationRegular/SansationRegular.woff') format('woff'),
         url('/fonts/SansationRegular/SansationRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'SansationBold';
    src: url('/fonts/SansationBold/SansationBold.eot');
    src: url('/fonts/SansationBold/SansationBold.eot?#iefix') format('embedded-opentype'),
         url('/fonts/SansationBold/SansationBold.woff') format('woff'),
         url('/fonts/SansationBold/SansationBold.ttf') format('truetype');
    font-weight: normal;
    font-style: bold;

}


@font-face {
    font-family: 'SansationLight';
    src: url('/fonts/SansationLight/SansationLight.eot');
    src: url('/fonts/SansationLight/SansationLight.eot?#iefix') format('embedded-opentype'),
         url('/fonts/SansationLight/SansationLight.woff') format('woff'),
         url('/fonts/SansationLight/SansationLight.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
