@charset "utf-8";

* {
	margin:0;
	padding:0;
}

body {
	margin-right:auto;
	margin-left:auto;
	white-space:normal;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
	line-height:1.5;
	font-size:14px;
	font-family:Arial,sans-serif;
	word-break: break-all;
}

.container{
	margin-right:auto;
	margin-left:auto;
	padding:15px 15px 10px 20px;
	width:90%;
}

h1{
	font-size:16px;
	font-weight:bold;
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
}


h2{
	font-size:14px;
	font-weight:bold;
	padding-top:30px;
}

h3{
	font-size:14px;
	font-weight:bold;
	padding-top:15px;
	text-decoration:underline;
}

h4{
	font-size:15px;
	padding-top:15px;
}

.last-update{
	font-style: italic; 
}

.section-sub{
	text-decoration: underline;
}

.section-sub-bold{
	text-decoration: underline;
	font-weight: bold;
}

.indent{
	text-indent: 2em;
}

.list{
	list-style:none;
	margin-top:15px;
	margin-bottom:15px;
}

ul{
	list-style-type:square;	
	margin:5px 25px;
}

li{
	color:#000000;	
	padding-bottom:10px;
	margin-left:0px;
}

.hyphen-ul{
	list-style:"-";
}

.hyphen-li{
	padding-left: 10px;
}

.footer{
  font-size: 1em;
}

.table{
	border-collapse: collapse;
}

.table th, .table td {
	border: 1px solid gray;
}
