@charset "utf-8";
/* CSS Document */

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

@font-face {
    font-family: 'BellGothicStdBlack';
    src: url('../fonts/bellgothicstd-black.eot');
    src: url('../fonts/bellgothicstd-black.eot') format('embedded-opentype'),
         url('../fonts/bellgothicstd-black.woff') format('woff'),
         url('../fonts/bellgothicstd-black.ttf') format('truetype'),
         url('../fonts/bellgothicstd-black.svg#BellGothicStdBlack') format('svg');
}

@font-face {
    font-family: 'BerlinSansFBDemiBold';
    src: url('../fonts/brlnsdb.eot');
    src: url('../fonts/brlnsdb.eot') format('embedded-opentype'),
         url('../fonts/brlnsdb.woff') format('woff'),
         url('../fonts/brlnsdb.ttf') format('truetype'),
         url('../fonts/brlnsdb.svg#BerlinSansFBDemiBold') format('svg');
}

body {
	margin:10px 20px;
	padding:0;
	font-family: 'BellGothicStdBlack';
}

h1 {
	font-family: 'futura_bkbold';
	font-size:32px;
	font-weight:normal;
	margin:0 0 10px 0;
}

h2 {
	font-family: 'futura_bkbold';
	font-size:22px;
	font-weight:normal;
	margin:0 0 10px 0;
}

h3 {
	font-family: 'futura_bkbold';
	font-size:26px;
	font-weight:normal;
	margin:0 0 10px 0;
}

p {
	font-size:14px;
	color:#000;
	margin:0 0 10px 0;
}

a, a:visited {
	color:#ff0000;
	text-decoration:underline;
}

a:hover {
	color:#ff0000;
	text-decoration:none;
}