html, body {
	margin:0;
	padding:0;
	height:100%;
}
body, table {
	color: black;
	background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.topic {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	letter-spacing: 4px;
}
.question {
	font-variant: small-caps;
	letter-spacing: 2px;
	font-size: 16px;
	text-indent: 50px;
}
.subQuestionDescr {
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 5px;
	font-variant: small-caps;
	font-size: 14px;
}
.foot {
	position: absolute;
	bottom: 0px;left: 0px;
	width: 100%;
}
.content {
	padding: 30px;
}
.wrapper {
	min-height:100%;
	position:relative;
}
.refTitle {
	padding-top: 15px;
	font-weight: bold;
	font-size: 14px;
	color: black;
	
}
.refQuote {
	color: black;
	paddinng-left: 15px;
}
.highlight {
	font-weight: bold;
}
input {
	border: 1px;
	border-style:solid;
	padding-left: 1px;
}
.divSubmit {
	padding-top: 20px;
}