﻿body 
{
	font-family: Arial;
	background-color: #BFC9D4;
	margin-top: 0;
}
.headertext
{
	font-size: 20px;
	font-weight: bold;
	color: #24394F;
}
.testtitle
{
	font-size: 16px;
	font-weight: bold;
}
.question
{
	font-weight: bold;
}
.comments
{
	font-weight: bold;
	margin-left: 25px;
}
.answser
{
	margin-left: 25px;
}
.grouping
{
	font-weight: normal;
	font-style: italic;
}
a
{
	font-family: Arial;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
.error
{
	color: #FF0000;
}
.UpdateProgress
{
	width: 200px;
	height: 50px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #073976;
	position: absolute; 
	left: 40%;
	top: 50%;
	text-align: center;
	cursor: wait;
}
.button
{
	background-color: #5A86B3;
	color: #FFFFFF;
}
.rowRepeater
{
	background-image: url(images/header2_slice.jpg);
}
.pagebreak
{
	page-break-after: always;
}
.bottomborder
{
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.smalltext
{
	font-size: 11px;
}