@font-face { 
  font-family: Droid Sans; 
    src: url('../fonts/DroidSans-webfont.eot'); 
    src: local("Droid Sans"), url('../fonts/DroidSans-webfont.woff'); 
} 

@font-face { 
  font-family: News Cycle; 
    src: url('../fonts/NewsCycle-Regular.eot'); 
    src: local("News Cycle"), url('../fonts/NewsCycle-Regular.ttf'); 
} 

html { 
  height: 100%;
}

body { 
   font: normal .80em 'Droid Sans', arial, sans-serif;
	background: #2d383c;  
	color: white;  
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 { 
  color: #2e2e2e;  //dark
  letter-spacing: 0em;
  padding: 0 0 5px 0;
}

h1, h2, h3 { 
   margin: 0 0 15px 0;
  padding: 15px 0 5px 0;
}

h2 { 
  font-size: 120%;
  padding: 9px 0 5px 0;
}

h3 { 
  font-size: 140%;
  padding: 5px 0 0 0;
}

h4, h6 { 
  padding: 0 0 5px 0;
  font: normal 100% 'Droid Sans', arial, sans-serif;
}

h5, h6 { 
  font: italic 100% 'Droid Sans', arial;
  padding: 0 0 15px 0;
}

h6 { 
  font: normal 100% 'Droid Sans', arial;
}

table { 
	margin: 12px 0 30px 0;
	font-family: arial;
    font-size: 8pt;
	color: white;  
}

table tr th, table tr td { 
 font-family: arial;
    font-size: 12pt;
}
  
table tr td { 
 font-family: arial;
    font-size: 12pt;
}

.buttonTable a
{
	text-align: center;
    display:block;
    text-decoration:none;
	padding: 0;
}