/* Fonts Document */
@font-face {
	font-family: 'Verdana';
	src: url('fonts/verdana/verdana.eot');
	src: url('fonts/verdana/verdana.eot?#iefix') format('embedded-opentype'),
		 url('fonts/verdana/verdana.woff') format('woff'),
	     url('fonts/verdana/verdana.ttf') format('truetype'),
		 url('fonts/verdana/verdana.svg#verdana') format('svg');
	font-weight: normal;
	font-style: normal;
		}
@font-face {
    font-family: 'CandaraBold';
    src: url('fonts/candara/candarab-webfont.eot');
    src: url('fonts/candara/candarab-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/candara/candarab-webfont.woff') format('woff'),
         url('fonts/candara/candarab-webfont.ttf') format('truetype'),
         url('fonts/candara/candarab-webfont.svg#CandaraBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'Impact';
	src: url('fonts/impact/impact.eot');
	src: url('fonts/impact/impact.eot?#iefix') format('embedded-opentype'),
		 url('fonts/impact/impact.woff') format('woff'),
		 url('fonts/impact/impact.ttf') format('truetype'),
		 url('fonts/impact/impact.svg#impact') format('svg');
	font-weight: normal;
	font-style: normal;
		}
		
@font-face {
    font-family: 'HelveticaCondensedRegular';
    src: url('fonts/HelveticaRagular/helvetica.eot');
    src: url('fonts/HelveticaRagular/helvetica.eot') format('embedded-opentype'),
         url('fonts/HelveticaRagular/helvetica.woff') format('woff'),
         url('fonts/HelveticaRagular/helvetica.ttf') format('truetype'),
         url('fonts/HelveticaRagular/helvetica.svg#HelveticaCondensedRegular') format('svg');
}