body {
	margin: 0;
	padding: 0;
	background-color: #666;
	color: #ccc;
	font: 14px/1.67 'Segoe UI', 'Helvetica Neue', Helvetica, sans-serif;
	}

a {
	color: #900;
	}
a:hover {
	color: #000;
	}


/* CLASSES */

.hidden { display: none }

.noise,
body, #header h1, #note {
	background-image: url('../img/noise.png');
	background-position: 0 0;
	background-repeat: repeat;
	}

/* LAYOUT */

#main-cover {
	width: 1000px;
	margin: 0 auto;
	background: url('../img/bkgr-cols.png') 0 0 repeat-y;
	box-shadow: 0 0 20px 10px rgba(0,0,0,0.33);
	}
#main {
	position: relative;
	width: 100%;
	min-height: 600px;
	padding: 399px 0 0 0;
	background: url('../img/bkgr.jpg') 50% 0 no-repeat;
	color: black;
	}

#header h1 {
	display: none;
	}

#form {
	position: absolute;
	top: 207px; left: 285px;
	width: 460px; height: 50px;
	text-align: center;
	font-size: 12px;
	line-height: 55px;
	}

#info1, #info2 {
	position: absolute;
	top: 284px; left: 114px;
	width: 240px; height: 48px;
	font-size: 48px;
	line-height: 48px;
	text-align: right;
	}
#info2 {
	left: 630px;
	}


#data {
	margin: 0 0 30px 20px;
	border-spacing: 0;
	border-collapse: collapse;
	border: none;
	}
#data td {
	position: relative;
	padding: 0;
	font-size: 24px;
	line-height: 24px;
	text-align: right;
	vertical-align: middle;
	background: rgba(255,255,255,0.75);
	border: 2px solid black;
	cursor: default;
	}
#data .hover td {
	background: #ffc;
	}
#data .td-box {
	position: relative;
	padding: 5px 20px;
	}

#data td.c0 {
	width: 294px;
	font-size: 13px;
	text-align: left;
	font-weight: bold;
	}
#data td.c1 {
	width: 181px;
	font-size: 18px;
	color: #666;
	}
#data td.c1 .td-box { padding-right: 55px }

#data td.c2 {
	width: 180px;
	}
#data td.c2 .td-box { padding-right: 50px }

#data td.c3 {
	width: 180px;
	}
#data td.c3 .td-box { padding-right: 50px }

#data td.c4 {
	width: 113px;
	font-size: 18px;
	color: #090;
	}
#data td.c4.neg {
	color: #900;
	}
#data td.c4 .td-box {
	padding-left: 0;
	padding-right: 30px;
	}

#data td span {
	position: absolute;
	top: 7px; right: 20px;
	font-size: 11px;
	}
#data td.c4 span {
	right: 10px;
	}


#data .ttip {
	display: none;
	position: absolute; z-index: 99;
	top: 45px; right: 40px;
	width: 550px;
	padding: 10px 20px;
	background: #ffffe0;
	color: #333;
	font-size: 14px;
	line-height: 2;
	text-align: left;
	box-shadow: 5px 5px 10px 3px rgba(0,0,0,0.5);
	border-radius: 10px;
	}
#data .hover .ttip {
	display: block;
	}

#data .ttip .graph {
	margin: 20px 0 30px 0;
	vertical-align: bottom;
	text-align: center;
	}
#data .ttip .graph .bar {
	display: inline-block;
	position: relative;
	width: 100px;
	margin: auto 10px;
	vertical-align: bottom;
	text-align: center;
	background: #9dd58b;
	color: #f7dada;
	font-size: 24px;
	font-weight: bold;
	}
#data .ttip .graph .bar.exp {
	background: #e48888;
	}
#data .ttip .graph .bar .lbl {
	position: absolute;
	bottom: -17px;
	width: 100%;
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
	text-align: center;
	color: #666;
	}

#note {
	margin: 1.5em 30px;
	padding: 10px 20px;
	background: rgba(255,255,255,0.75);
	font-size: 14px;
	box-shadow: 5px 5px 10px 3px rgba(0,0,0,0.5);
	border-radius: 10px;
	}

#copy {
	margin: 30px 0 0 0;
	padding: 60px 120px;
	background-color: #333;
	color: #999;
	font-size: 12px;
	text-align: center;
	}
#copy a {
	color: #996;
	}










