@font-face 
{
	font-family: Bebas;
    src: url('/fonts/bebasneuebold-webfont.eot');
    src: url('/fonts/bebasneuebold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/bebasneuebold-webfont.woff2') format('woff2'),
         url('/fonts/bebasneuebold-webfont.woff') format('woff'),
         url('/fonts/bebasneuebold-webfont.ttf') format('truetype'),
         url('/fonts/bebasneuebold-webfont.svg#bebas_neuebold') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

}

body
{
	font-family: OpenSans;
	font-size: 13px;
}

h2
{
	font-weight: bold;
	font-size: 16px;
}

h3
{
	font-size: 13px !important;
	font-weight: bold;
}

h4
{
	font-size: 12px;
	font-weight: bold;
}

h2 a, h3 a, h4 a
{
	color: inherit !important;
	text-decoration: none !important;
}

nav#main
{
	font-family: OpenSans;
	font-size: 18px;
}