/* CSS Reset --------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;  
	font: inherit; 
	vertical-align: baseline; 

}

/* HTML5 display-role reset for older browsers */  
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
    line-height: 1; 

}


ol, ul {
	list-style: none;
} 

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}  

strong { font-weight: bold; }

/* ------------------------------------------------------------------------------------------ */

body {
 margin-top: 0px;
 background-color: #f7f7f7;
}

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

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

/*
@font-face {
    font-family: "LatoRegular";
    font-style: normal;
    font-weight: normal;
    src: url("/fonts/Lato-Bold.ttf") format("truetype"),
	     url("/fonts/aller_rg-webfont.eot?#iefix") format("embedded-opentype"), 
	     url("/fonts/aller_rg-webfont.woff") format("woff"), 
		 url("/fonts/aller_rg-webfont.svg#AllerRegular") format("svg");
} */

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


table {
  border: 1px solid #dbdbdb;
  width:94%; 
  margin: 0 auto;
}

th {
  border: 1px solid #fff;
  padding: 5px;
  vertical-align: middle;
}


td {
  border: 1px solid #ebebeb;
  text-align: center;
  padding: 4px;
  vertical-align: middle;
}
