body {
	font-family: 'Heebo', Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
html { 
	-webkit-text-size-adjust: none; 
/*	height: 100%;
	width: 100%;	*/
}

a {
	color: #000;
	text-decoration: none;
}
a:hover {
		color: #005BAC;
}
p, h1, h2, h3, table,hr {
	margin-right: 5px;
	margin-left: 5px;	
}
p {
	margin-top: 0px;
  margin-bottom: 14px;
}
h1 {
	font-size: 24px;
	line-height: 30px;
	margin-top: 0px;
	margin-bottom: 16px;
}
h2 {
	font-size: 20px;
	line-height: 24px;
	margin-top: 0px;
	margin-bottom: 16px;
}
h3 {
	font-size: 16px;
	line-height: 24px;
	margin-top: 0px;
	margin-bottom: 0px;
}
ul {
	list-style-type: square;
	margin-left: 0px;
	padding-left: 20px;
	list-style-position: outside;
	width: 60%;
	margin-bottom: 20px;
}
.content li {
	list-style-image:url(../userfiles/images/meta/dot.svg);
	padding-left:0px;
	margin-left: 20px;
	/*
		background-image:url(../userfiles/images/meta/dot.svg);
	background-repeat: no-repeat;
	background-position: 0px center;
	*/
}
table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 90%;
	margin-bottom: 20px;
}
td {
	margin: 0px;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
hr{
	border: none 1px black;
	background-color: #000;
	height: 1px;
	margin-bottom: 40px;
}
div {
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
		ul { width: 90%; }
}