﻿.footer {
	background-color: white;
	text-align: center;
	color: #808080;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 10px;
	display: block;
	margin-right: 0px;

}
.attention {
	color: red;
	font-weight: bold;
}
.page {
	margin-left: 50px;
	margin-right: 50px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 13px;
	text-align: justify;
}
.sectionHeader {
	width: 100%;
	background-color: #414141;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 14px;
	color: white;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-radius: 3px;
	margin-top: 30px;
	margin-bottom:10px;
}
.textQuestion {
	color: #800000;
	font-weight: bolder;"
}
.textAnswer {
	color: #0000A0;
	font-weight: bolder;"
}

.listItem{
	margin-bottom:20px;
}