@charset "UTF-8";
/* 
Site: Ad
Author: 
*/

/* ==================== */

/* Stylesheet Content
1. Typography
	1.1 Fonts
	1.2 Header Tags

/* ====================
1. Typography
===================== */

/* 1.1 Fonts */

/*@font-face {
    font-family: 'FuturaLight';
    src: url('fonts/FuturaLight/futura_light_bt-webfont.eot');
    src: url('fonts/FuturaLight/futura_light_bt-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/FuturaLight/futura_light_bt-webfont.woff') format('woff'),
         url('fonts/FuturaLight/futura_light_bt-webfont.ttf') format('truetype'),
         url('fonts/FuturaLight/futura_light_bt-webfont.svg#FuturaLight') format('svg');
    font-weight: normal;
    font-style: normal;

}*/

@font-face {
    font-family: 'genevaregular';
    src: url('fonts/Geneva/geneva-webfont.eot');
    src: url('fonts/Geneva/geneva-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('fonts/Geneva/geneva-webfont.woff') format('woff'),
         url('fonts/Geneva/geneva-webfont.ttf') format('truetype'),
         url('fonts/Geneva/geneva-webfont.svg#genevaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* 1.1 Default Header Tags */

h1,h2,h3,h4,h5 { -webkit-font-smoothing: antialiased; margin: 10px 0px;}

h1 {
	
	font-size: 22px;
	
	 }
	
h2 {
	font-size: 28px;
	color: #004471;
	font-family: "genevaregular";
	text-transform: uppercase;
	
 }
	
h3 {
	font-size: 16px;
	color: #424242;
	font-weight: normal;
	margin: 10px 0px;
 }

h4 { }

h5 { }

h6 { }


