@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;
}

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;
}
h4.greenBox {
	color: #A5B614 ;
	font-size: 20pt;
}
.centre {
	text-align: center;
}
.list {
	width: 80%;
	margin-left:auto;
	margin-right:auto;
}
ul.list, li.list {
	list-style-image:url(/images/list.jpg);
}
ul.coach, li.coach {
	list-style-image:url(/images/list.jpg);
}
p.greenBox {
	text-align:left;
}
.testName {
	text-align: right;
}
a.red, a:visited.red {
	text-decoration: none;
	color: #BC3C31;
}
a:hover.red {
	color: #A5B614;
	font-style: italic;
}
a.greenBox, li.greenBox {
	font-size: 16pt;
	color: #A5B614;
	margin: 0px;
	padding-left: 16px;
	text-decoration: none;
}
a:hover.greenBox {
	font-style:oblique;
}
