p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
}

form {margin-bottom: 0px;}
hr {  color: #990033}
body {background-color: #FFFFFF;
}

a:link { font-family: Arial, Helvetica, sans-serif; font-size: 110%; font-weight: bolder; color: #000099; text-decoration: none}
a:visited { font-family: Arial, Helvetica, sans-serif; font-size: 110%; font-weight: bolder; color: #000099; text-decoration: none}
a:active {  font-family: Arial, Helvetica, sans-serif; font-size: 110%; font-weight: bolder; color: #000099; text-decoration: none}
a:hover { font-family: Arial, Helvetica, sans-serif; font-size: 110%; font-weight: bolder; color: #0066FF; text-decoration: none}

.questiontext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	font-weight: bold;
	color: #333333;
}

.answertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	font-weight: normal;
	color: #333333;
}

.answerinputbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: normal;
	color: #000000;
	margin-left: 20px;
	border: 1px solid #005FAE;
	background-color: #FFFFFF;
}

.questionbox {
	background-color: #FFD49D;
	border: 1px solid #005EAE;
	overflow: auto;
	padding: 10px 15px;
	vertical-align: top;
}

.nextButtonStyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-style: bold;
	color: #FFFFFF;
	background-color: #6085C4;
	border: thin solid #005FAE;
	font-weight: bold;
}

.previousButtonStyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-style: bold;
	color: #FFFFFF;
	background-color: #6085C4;
	border: thin solid #005FAE;
	margin-left: 17px;
	font-weight: bold;
}

.outerwrapper {
	height: auto;
	width: 760px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #666666;
	background-color: #FDFDFD;
}

.topheader {
	height: 70px;
	width: 100%;
	overflow: hidden;
}

.topmenu {
	height: 92px;
	width: 760px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	background-color: #999999;
	font-size: 80%;
	text-align: right;
	color: #2D2D5B;
}

.content {
	height: auto;
	width: 100%;
	clear: left;
	float: left;
	text-align: left;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.textindent {
	margin-right: 15px;
	margin-left: 15px;
}
.rightobjectfloat {
	float: right;
	text-align: right;
}
acronym {
	font-weight: bold;
}
