p {
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: 18px;
}
.CaptionDefinition {
	font-size: small;
	text-align: left;
}
.CaptionFigure {
	font-size: small;
}
.DefinitionBox {
	background-color: #CCC;
}

*{
	margin: 20;
	padding: 0;
}

body {
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}
li {
	list-style-position: outside;
	font-size: 18px;
	margin-left: 50px;
}


table{
	margin-left:auto; 
    margin-right:auto;
	align="center";
	border-spacing: 0px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-top-style: solid;
}

table.center{
    margin-left:auto; 
    margin-right:auto;
  }
  
th {
	border-collapse:collapse;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: black;
}

td.totalRow {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: black;
}  

.noFrame {
	font-size: small;
	font-style: italic;
}

.tab { margin-left: 40px; }
