body {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
}

.pagetitle
{	
	font-weight: bold;
	color: #C33004;
	font-size: 24px;
	padding-bottom: 15px;
}

.tbTestInfo {
	 font-size: 14px; 
	 font-weight: bold; 
	 color: #CE5A03;
}

.directionText {
	 font-size: 14px; 
	 font-weight: bold; 
	 color: #AC1600;
}

p {
	font-size:10pt;
}
li {
	font-size:10pt;
}

textarea {
	border: 1px solid #111C24;
}

.goldborder {
	border: 1px solid #111C24; 
	width:200;
}

.dialogTitle { background-color: #F7F4E3; font-size:10pt; font-weight:bold; color:#AC1600; font-family: trebuchet, "Trebuchet MS", Arial, sans-serif;
}
.dialogTitleCell { 
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 3px; }

.dialog {
	border: 1px solid #D9DCA5;
}

.title {
	font-size:12pt; font-weight:bold
}

.message {
	font-size:12pt; 
	font-weight:normal;
}

.QuestionLabel{
	font-size:13pt;
	font-weight:bold;
	color:#bc8f8f;
	padding-bottom:3px;
	border-bottom: 1px solid #bc8f8f;
}
.QuestionText{
	font-size:13pt;
	font-weight:normal;
}

.ChoiceText  {
	font-size: 11pt; 
	font-weight: normal; 
	text-decoration: none; 
	color: black;
	padding:2px;
}

.ChoiceText:hover {
	color: white;
	background-color: #bc8f8f; /*#ffdd33; */
	text-decoration: none;
}

.FeedbackText  {
	font-size:11pt; 
	font-weight:bold; 
	color:#004B85;
}

.ErrorMsg	{
	font-size:11pt; 
	font-weight:bold; 
	color:red
}

a {
	text-decoration:none; 
	color:#FF3333; 
	font-weight:bold; 
	padding-top:2px; 
	line-height:22px
}

a:hover {
	text-decoration:underline;
}

.testScore {font-size:14pt; font-weight:bold; color:black; font-family: trebuchet, "Trebuchet MS", Arial, sans-serif;}

.reportColHead { background-color: #F7F4E3; color:#AC1600; font-family: trebuchet, "Trebuchet MS", Arial, sans-serif;}
.reportCell { font-size:10pt;  border-collapse: collapse; border:1px solid #D9DCA5; padding-left:5px}
.reportLegend { font-size:10pt;  border-collapse: collapse; border:1px solid #D9DCA5; padding-left:5px}

i { color:blue; }