 @font-face {
  font-family: "IntervalSansPro-Light";
  src: url("webfonts/1FD48B_0_0.eot");
  src: local("IntervalSansPro-Light"),
    url("webfonts/1FD48B_0_0.eot?#iefix") format("embedded-opentype"),
    url("webfonts/1FD48B_0_0.woff") format("woff"),
    url("webfonts/1FD48B_0_0.ttf") format("truetype");
	}
	
 @font-face {
  font-family: "IntervalSansPro-Bold";
  src: url("webfonts/1FD48B_1_0.eot");
  src: local("IntervalSansPro-Bold"),
    url("webfonts/1FD48B_1_0.eot?#iefix") format("embedded-opentype"),
	url("webfonts/1FD48B_1_0.woff") format("woff"),
	url("webfonts/1FD48B_1_0.ttf") format("truetype");
	}
	
 @font-face {
  font-family: "IntervalSansPro-Regular";
  src: url("webfonts/1FD48B_2_0.eot");
  src: local("IntervalSansPro-Regular"),
    url("webfonts/1FD48B_2_0.eot?#iefix") format("embedded-opentype"),
	url("webfonts/1FD48B_2_0.woff") format("woff"),
	url("webfonts/1FD48B_2_0.ttf") format("truetype");
	}

@font-face {
  font-family: "Tungsten-Book";
  src: url("webfonts/Tungsten-Book.eot");
  src: local("Tungsten-Book"),
    url("webfonts/Tungsten-Book.eot?#iefix") format("embedded-opentype"),
	url("webfonts/Tungsten-Book.woff") format("woff"),
	url("webfonts/Tungsten-Book.ttf") format("truetype");
	}
/*
 @font-face {font-family: "IntervalSansPro-Light";src: url("webfonts/1FD48B_0_0.eot");src: url("webfonts/1FD48B_0_0.eot?#iefix") format("embedded-opentype"),url("webfonts/1FD48B_0_0.woff") format("woff"),url("webfonts/1FD48B_0_0.ttf") format("truetype");}
 
  
 @font-face {font-family: "IntervalSansPro-Bold";src: url("webfonts/1FD48B_1_0.eot");src: url("webfonts/1FD48B_1_0.eot?#iefix") format("embedded-opentype"),url("webfonts/1FD48B_1_0.woff") format("woff"),url("webfonts/1FD48B_1_0.ttf") format("truetype");}
 
  
 @font-face {font-family: "IntervalSansPro-Regular";src: url("webfonts/1FD48B_2_0.eot");src: url("webfonts/1FD48B_2_0.eot?#iefix") format("embedded-opentype"),url("webfonts/1FD48B_2_0.woff") format("woff"),url("webfonts/1FD48B_2_0.ttf") format("truetype");}
 */
 
 
h2 /* BOLD */ 
{    
	font-family: IntervalSansPro-Bold, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
 	}
h3 /* REGULAR */ {
	font-family: IntervalSansPro-Regular, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
 	}
h4 /* LIGHT */ {
	font-family: IntervalSansPro-Light, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
 	}
	
	
p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 15px;
	}
	
a:link, a:active,  a:visited {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 15px;
	text-decoration: none;
	}