@import url('fonts/webfonts.css');


body { 
	font-family: "Verdana", sans-serif; 
	font-size: 9pt;
}

.chart {
  font-family: "Verdana", sans-serif;
  font-size: 8pt;
  shape-rendering: crispEdges;
}

.tablegraphic {
  font-family: "Verdana", sans-serif;
  font-size: 8pt;
  padding-right: 25px;
}

.year-label {
	font-size: 12pt;
	font-weight: bold;
}

h1 { 
	font-family: "Ostrich", sans-serif;	
	font-size: 36pt; 
	font-weight: bold;
}

h2 {
	font-family: "Ostrich Black", sans-serif;
	font-size: 18pt;
	letter-spacing: 4pt;
}

h3 { 
	font-family: "Ostrich", sans-serif;
	font-size: 14pt; 
	letter-spacing: 2pt;
}

h4 { 
	font-family: "Ostrich", sans-serif;
	font-size: 14pt; 
	letter-spacing: 2pt;
}

.toc a {
	font-family: "Helvetica Neue", sans-serif;
}

label {
	padding-left: 5px;
}

button {
  color: #333;
  font-size: 12pt;
  background-color: #AAA;
  border: 1px solid;
  border-color: #999;
}

.over {
	color: #AAA;
	background-color: #333;
}

#infoboxtable td {
	width: 110px;
}

.sitenav {
	font-size: 14pt;
	font-family: "League Gothic", sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #EEE;
	padding: 2px;	
}

.sitenav a {
	padding: 2px;
	text-decoration: none;
	color: #3030FF;
}

.sitenav a:hover {
	background-color: #303074;
	color: #CCC;
}
