@font-face {
    font-family: "rock-webfont";
	font-weight: bold;
    src: url('/fonts/rock-webfont.eot'); 
    src: url('/fonts/rock-webfont.eot') format('embedded-opentype'), 
         url( '/fonts/rock-webfont.ttf' ) format("truetype");
}


h1, h2, h3, h6, .h1, .h2, .h3, .h6 {
    font-family: rock-webfont, Arial, Helvetica;
    font-weight: bold;
    line-height: 115%;
    letter-spacing: -1px;
    margin: 0px 0px 2px 0px;
}


h1, .h1 {
    font-size: 29px;
}

h2, .h2 {
    font-size: 21px;
    line-height: 120%;
}

h3, .h3 {
    font-size: 18px;
}

h6, .h6 {
    font-size: 16px;
    line-height: 120%;
}


h3.infobox-bar {
    letter-spacing: -0.1px;
}
