@font-face {
 font-family:trajan;
 src: url("trajanpro-regular-webfont.eot") 
}
@font-face {
 font-family: trajan;
 src: url("trajanpro-regular-webfont.ttf") 
}

@font-face {
 font-family:trajanBold;
 src: url("trajanpro-bold-webfont.eot") 
}
@font-face {
 font-family: trajanBold;
 src: url("trajanpro-bold-webfont.ttf") 
}
.pageTitle {
	font-family:trajanBold;
	font-size:24px;
	color:#004e2d;
}
.subTitle {
	font-family:trajanBold;
	font-size:13px;
	color:#004e2d;
}
.questionaryTitle {
	font-family:trajanBold;
	font-size:15px;
	color:#004e2d;
}
.questionaryIntroText {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	margin: 5px 15px 0  0;
}
.questionaryIntroText a {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	margin: 5px 0 0;
	font-weight:bold;
	color:#1b5b41;
	text-decoration:underline;
}
.questionaryIntroText a:hover {
	text-decoration:none;
}
.testContainer {
	background:#d5d1be;
	margin-bottom: 15px;
}
.rightBox {
	width:240px;
	background:#e2dfd2;
	margin-bottom:15px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
}
.rightBoxContent {
		padding:10px 15px;
}

.questionNumbers li {
	display:block;
	float:left;
	margin: 30px 2px;
	width: 19px;
	height:19px;
	font-family:trajan;
	font-size:9px;
	color:#004e2d;
	text-align:center;
}
.questionNumbers span {
	position:relative;
	top:3px;
}
.questionNumbers li.selected {
	background:url(../img/questionaryBall.jpg);
}
#questionNumber {
	float:left;
	width:26px;
	font-size:22px;
	font-family:trajanBold;
	color:#004e2d;
}
#questionBody {
	float:left;
	font-size:13px;
	font-family:trajanBold;
	color:#004e2d;
	width:380px;
	padding-top:8px;
}
.answer {
	display:block;
	padding:8px 0;
}
.bullet {
	display:block;
	float:left;
	font-size:16px;
	color:white;
	width:25px;
	height:23px;
	margin-right:8px;
	text-align:center;
	position:relative;
	top:-3px;
}
.answer .bullet {
	background:url(../img/bulletanswerout.jpg) no-repeat;
}
.answer:hover .bullet, .selected .bullet {
	background:url(../img/bulletanswerover.jpg) no-repeat;
}
.answer:hover {
	text-decoration:none;
}
#answerSolution {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	padding-top:20px;
	width:400px;
	clear:both;
}
