@charset "utf-8";
/* CSS Document */

h2.typeface-js {
	font-size: 24pt;
}

.left {
	width: 70%;
	float: left;
	margin: 10px;
	padding-bottom: 10px;
}

.right {
	width: 210px;
	float: right;
	margin: 10px;
}
.greenBox {
	background-color: #E6FA96;
	color: #A5B614;
	margin-top: 10px;
	margin-right: 10px;
	padding: 5px;
}
div.greenBox{
	border: #A5B614 solid 2px;
}
h3.greenBox {
	color: #A5B614;
	font-size: 20pt;
	text-decoration: underline;
}
a.greenBox, li.greenBox {
	font-size: 16pt;
	line-height: 10pt;
	margin: 0px;
	padding-left: 16px;
	text-decoration: none;
}
a:hover.greenBox {
	font-style:oblique;
}

ul.greenBox {
	margin: 0px;
}
.extract {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background-color:#F0B6A2;
	border: #BC3C31 solid 2px;
	font-size: 22pt;
	color:#BC3C31;
	text-align: center;
	padding: 5px;
}

.rightBox {
	width: 70%;
	float: right;
	text-align: justify;
}

.leftBox {
	width: 230px;
	float: left;
	margin: 10px;
}
p.greenBox {
	text-align:left;
}
.testName {
	text-align: right;
}
