<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body
{
	background-color: #FFFFFF;
	font-family: verdana;
	letter-spacing: .04em;
	color: #023365;
	font-size: 12px;
}

.page_header
{
	border-bottom: 15px solid #4377AA;
	color: #023365;
	padding-bottom: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 25px;
	letter-spacing: 3px;
	font-weight: bold;
	text-align: left;
	padding-bottom: 5px;
}

.page_footer
{
	border-bottom: 5px solid #4377AA;
	padding-bottom: 5px;
	color:#023365;
	font-size:12px;
	text-align: center;
}

/*Grid, ACA, CBC, alternating color 1 (light grey) */
.alt_color1
{
	background-color: #E0E0E0;
}

/*Grid, ACA, CBC, alternating color 2 (dark grey) */
.alt_color2
{
	background-color: #C3C3C3;
}

/* Progress bar inner color (blue) */
.progress_bar_inner
{
	background-color: #4377AA;
}

.question
{
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	background-color: #F5F5F5;
	padding: 5px;
}

/* Question Header 1 */
.header1
{
	font-size:15px;
	font-weight: bold;
	text-align: left;
	color: #003366;
	padding-bottom: 5px;
	padding-top:5px;
}

/* Question Header 2 */
.header2, .dual_response_none
{
	font-size:12px;
	text-align: left;
	color: #6A6A6A;
	padding-top:5px;
	padding-bottom: 5px;
	letter-spacing: .5px;
}

/* links */
a
{
	color: #023365;
}

/*Column labels for grid*/
.col_label
{
	font-size:10px;
	font-weight:normal;
}

/* scale header (ACA)*/
.scale_header
{
	color: #808080;
	text-align: center;
}

/* ACA anchor text */
.anchor_text
{
	font-size:10px;
}

.level_text
{
	font-weight:bold;
	font-size:13px;
}

/* CBC Label Text */
.label_text
{
	font-weight:bold;
	font-size:13px;
}

.or_text
{
	font-weight:bold;
	font-size:13px;
}

.highlight, .highlight td, .highlight label
{
	background-color: #4377AA !important;
	color: white;
}
</pre></body></html>