/*
///
///	$RCSfile: screen.css,v $
///	$Author: bobby $
///	$Date: 2007/11/07 16:55:41 $
///	$Revision: 1.6 $
///
*/
html {
	height: 100%;
}
body {
	height: 100%;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	margin-top: 0px;
	font-size: 18px;
}
h2 {
	margin-top: 0px;
	font-size: 16px;
}
p {
	margin-top: 0px;
	font-size: 12px;
}
ol ol {
	list-style-type: upper-alpha;
}
li {
	margin-bottom: 1em;
}
ol ol li {
	margin-bottom: 0em;
}
table {
	margin-bottom: 1em;
}
#tdLeftColumn {
	padding: 1.0em;
}
#tdMain {
	padding: 1.0em;
}
.clock {
	font-size: 18px;
	font-weight: bold;
}
#pnlInstructions {
	text-align: center;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 1em;
	padding-right: 0px;
	padding-bottom: 1em;
	padding-left: 0px;
}
#pnlInstructions p {
	margin-top: 0px;
}
.answerSheet {
	font-size: 10px;
}
.answerSheet td {
	text-align: center;
}
.answerSheet td input {
	font-size: 11px;
}
.answerSheet td select {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.textM {
	font-size: 16px;
}
.allCaps {
	text-transform: uppercase;
}
#divQuestions {
	padding-right: 0.5in;
}
.passage {
	padding: 1em;
	border: 2px solid #000000;
}
.passage ol {
	margin-bottom: 0px;
}
.passage ol li {
	margin-bottom: 0px;
	list-style-type: none;	
}
.vsSummary li {
	margin-bottom: 0px;
}
.dr
{
	border:1px solid #8080FF;
	padding:2px;
}
.bx 
{
	border:1px solid black;
	padding:2px;
	text-align:left;
}
