body {
	font-family: Arial;
	font-size: 12px;
	color:#666666;
}

.heading1 {
	font-family: Arial;
	font-size: 20px;
	color:#333333;
	font-weight:normal;
}

.heading2 {
	font-family: Arial;
	font-size: 16px;
	color:#6B4F27;
	font-weight:bold;
}

.menuNavigation {
	font-family: Arial;
	font-size: 14px;
	color:#C5B989;
	text-decoration:none;
	font-weight:normal;
}

.menuNavigation:Hover {
	text-decoration:underline;	
}

.menuNavigationSelected {
	font-family: Arial;
	font-size: 14px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

.copyError {
	font-family: Arial;
	font-size: 13px;
	color:#CC0033;
	font-weight:normal;
	text-decoration:none;
}

.copyMenu {
	font-family: Arial;
	font-size: 11px;
	color:#6B4F27;
	font-weight:bold;
	text-decoration:none;
}

.copyMenu:Hover {
	text-decoration:underline;	
}

.copyMenuSelected {
	font-family: Arial;
	font-size: 11px;
	color:#333333;
	font-weight:bold;
	text-decoration:none;
}

.answerCompleted {
	font-family: Arial;
	font-size: 11px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
.answerCompleted:Hover {
	text-decoration:underline;	
}

.inputButton {

	background-color: #6B4F27;
	color: #FFFFFF;
	padding:2px 4px 2px 4px;
}

a {
	color:#666666;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	text-decoration:underline;
}

.textboxMulti {
	font-family: Arial;
	font-size: 12px;
	color:#999999;
	overflow:auto;
	width:80%;
}

.formobjects
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
}

.additionalTextboxMulti {
	font-family: Arial;
	font-size: 12px;
	color:#999999;
	overflow:auto;
}

.dataGridData
{
	font-family: Arial;
	font-size: 10px;
	color:#333333;
}

.completedQuestion
{
	color:#006633;
	text-decoration:none;
	font-weight:normal;
	font-size:10px;
}

.displayQuestion
{
	font-family: Arial;
	font-size: 14px;
	color:#000000;
}

.displayAnswer
{
	font-family: Arial;
	font-size: 12px;
	color:#999999;
}
