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

}
h1,h2,h3,h4,h5,h6,.article_title,.module_title,.pagetitle{
	font-weight:normal!important;
    font-family:'museo_sans500', Arial, sans-serif;
}