body{
	text-align: center;
	text-align: -webkit-center;
	font-family: Helvetica, "Helvetica Neue", Arial, sans;
	font-weight: bold;
}
#holder{
	text-align: left;
	width: 720px;
	position: relative;
}
#top-heading{
	width: 720px;
	position: absolute;
	top:0;
	left:0;
	text-align: center;
}
#top-heading h1, #top-heading h2,#top-heading h3{
	font-size: 112px;
	
	color:white;
	padding: 0;
	margin:0;
	line-height: 0.8;
}
#top-heading h1{
	margin-top:30px;
}
#top-heading h2{
	font-size: 60px;
}
#top-heading h3{
	font-size: 28px;
	line-height: 1.2;
	margin-top:10px;

}
.centerText{
	text-align: center;
	font-size: 24px;
	color:#494949;
}
.centerText p{
	clear: both;
}
button{
	background-color:#6FAB04;
	border: none;
	padding:5px 20px;
	color:white;
	font-size: 16px;


}
.help{
	position: absolute;
	top:250px;
	right:20px;
	color:#6FAB04;
	font-size: 14px;
}
#form{
	margin-top:60px;
}
.field{
	margin-top:15px;
}
.field p, .field input, .field select{
	display: inline-block;
	width:200px;
	font-size: 14px;
	padding: 0;
	margin: 0;
}
.field p{
	text-align: left;
	width:200px;
}
.field input{

}
.field option{

}

.bar{
	position: absolute;
	background: #6FAB04;
}
.barO{
	position: absolute;
	background: #FF9600;
}
.line{
	position: absolute;
	background: #919191;
}
.text{
	position: absolute;
	color: #919191;
	font-size: 14px;
	font-weight: normal;
}
#cartesian{
	position: relative;
}
#highlight{
	color: #FF9600;
}

#slide4 p{
	margin-top:60px;
	text-align: center;
}
#slide4{
	text-align: center;
}
#addthis{
	margin:0 auto;
	margin-top:40px;
	width:560px;
}
.tax{
	color: #FF9600;
}
.income{
	color:#6FAB04;;
}
/*hides*/
#pause, #reset, #start, #go{
	position: absolute;
	top:610px;
	width:90px;
	text-align: center;
	left:320px;
}
article{
	display: none;
}
.kern{
	letter-spacing: -2px;
}
.kernt{
	letter-spacing: -10px;
}
#help_text .c5{
	font-weight: bold;
}
#help_text .c4{
	font-style: italic;
}
#help_text{
	display: none;
	opacity: 0;
	font-weight: normal;
	height:300px;
	overflow-y: scroll;
	width:650px;
	margin:0 auto;
	border:1px solid black;
	padding:20px 20px;
	-moz-box-shadow: 0px 0px 20px #888;
	-webkit-box-shadow: 0px 0px 20px #888;
	box-shadow: 0px 0px 20px #888;
	position: absolute;
	top:230px;
	left:15px;
	background: white;
}
#helpx{
	position: absolute;
	top:10px;
	right:20px;
	color: black;

}
a#helpx:link, a#helpx:visited{
	color:black;
	text-decoration: none;
}
a#helpx:hover{
	font-weight: bold;
}