<STYLE TYPE="text/css">
a.dog:link { color: blue; text-decoration: none }
a.dog:active { color: red; text-decoration: none }
a.dog:visited { color: blue; text-decoration: none }
a.dog:hover { color: green; text-decoration: underline }
a:link { color: blue; text-decoration: underline }
a:visited { color: blue; text-decoration: underline }
a:hover { color: red; text-decoration: underline }

a.menu:link {
	color: white;
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-size: 14px;
}
a.menu:active {
	color: white;
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-size: 14px;
}
a.menu:visited {
	color: white;
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-size: 14px;
}
a.menu:hover {
	color: #66FF00;
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-size: 14px;
}
</STYLE>

body {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #333333;
}	
.question {
	font-weight: bold;
	font-family: Arial, sans-serif;
	font-size: 14px;


}
.instruction {
	font-style: italic;
	font-weight: normal;
	font-family: Arial, sans-serif;
	font-size: 14px;

}
.choices {
	font-family: Arial, sans-serif;
	font-size: 14px;
}
.cellbottomborder {
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #000000;
}
.formtext {
	font-family: Arial, sans-serif;
	font-size: 14px;
}
.tableheader {
	font-family: Arial, sans-serif;
	font-size: 14px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-weight: bold;

}
.cellgrayborder {
	border: 1px solid #CCCCCC;
}

.cellblackborder {
	border: 1px solid #000000;
}

.TotalMinutes {
	font-family: Arial, sans-serif;
	font-size: 14px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;

}
