body, td, a {
	font-family: Verdana, Helvetica; 
	font-size: 10pt;
	background: #FFFF99;
	}

.errors {
	color: #ff0000; 
	font-weight: bold;
	}

a {
	color: #0000ff; 
	}

#notice {
	position: absolute; 
	top: 130px; 
	z-index: 99; 
	float: none;
	}

input {
	color: #000000; 
	font-size: 8pt; 
	font-family: Arial; 
	font-weight: bold;
	}

p { 
	vertical-align : bottom;  
	margin-left: 5px;
	}

#chapreview { 
	position: absolute; 
	top: 140px; 
	left: 50%;
	width: 800px; 
	height: 450px; 
	margin-left: -400px;
	z-index: 99; 
	float: none;
	visibility: hidden; 
	display: none; 
	}

.question, .answer {
	font-family: Verdana, Helvetica;
	color: black;
	font-size: 11pt;
	text-align: left;
	}
.question {
	margin-top: 25px;
	margin-left: 10px; 
	font-weight: bold;
	}
.answer {
	margin-left: 30px;
	}
.mainbox {
	position: absolute;
	left: 50%;
	width: 700px;
	margin-left: -350px;
	border: 1px solid black;
	background: white;
	}
	


.label
{
	font-weight:bold;
	text-align:right;
}

.data
{
	font-weight: normal
}

.success
{
	color: #009900;
	font-weight:bold;
}

.textBox
{
}

.checkBox
{
}

.dropDown
{
}

.button
{
}
