@charset "utf-8";
.questionbox {
	padding: 5px;
	float: left;
	height: 60px;
	width: 150px;
	border: 3px solid #0066FF;
	font-weight: bold;
	color: #000099;
}

.questionboxb {
	padding: 5px;
	float: left;
	height: 40px;
	width: 200px;
	border: 3px solid #0066FF;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	
}

.questionboxb h1{
	font-weight: bold;
	text-align:center;
	color: #000099;
	margin:0px;
	font-size: 15px;
	}
	
	
.arrowleft {
	background-image: url(../i/arrowleft.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px;
	padding: 0px;
	height: 56px;
	width: 89px;
	float: left;
	text-align: center;
	color: #0066FF;
	font-weight: bold;
}
.arrowright {
	background-image: url(../i/arrowright.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px;
	padding: 0px;
	height: 56px;
	width: 89px;
	float: left;
		text-align: center;
	color: #0066FF;
	font-weight: bold;
}
.answerboxa {
	margin: 2px;
	padding: 5px;
	float: left;
	height: 210px;
	width: 200px;
	border: 3px solid #0066FF;
	font-size: 12px;
	
}
.answerboxa h1{
	font-weight: bold;
	color: #000099;
	margin:0px;
	font-size: 15px;
	}
	
	
.answerboxb {
	padding: 5px;
	float: left;
	height: 140px;
	width: 200px;
	border: 3px solid #0066FF;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	
}
.answerboxb h1{
	font-weight: bold;
	color: #000099;
	margin:0px;
	font-size: 15px;
	}
	
.chartline {
	background-color: #66CBFF;
	margin: 0px;
	padding: 0px;
	width: 15px;
	float: left;
	height: 476px;
}
