@charset "UTF-8";
/* CSS Document */
html {
	margin: 0px;
	padding: 0px;
	line-height: 24px;
	border: none;
}
body {
	font-family: Helvetica, Arial, Verdana;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	color: #444444;
	text-align: left;
	border: none;
}
a:link, a:active {
	color: #1b9fe0;
	text-decoration: underline;
}
a:visited {
	color: #1b57e0;
}
a:hover {
	color: #d55605;
}
p {padding-bottom: 10px;}
h1, h2, h3, h4 {
	color: #d35501;
	font-weight: bold;
	padding-top: 10px;
}
h1 {font-size: 19px;}
h2 {font-size: 17px;}
h3 {font-size: 15px;}
h4 {font-size: 14px;}
h1 a:link, h1 a:active, h1 a:visited, h2 a:link, h2 a:active, h2 a:visited, h3 a:link, h3 a:active, h3 a:visited, h4 a:link, h4 a:active, h4 a:visited {text-decoration: none;}
hr {
	height: 2px;
	color: #E0E0E0;
	background-color: #E0E0E0;
	border: none;
	margin-top: 15px;
	margin-bottom: 15px;
}
/* Re-style things that are removed from reset*/
ul {
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 30px;
}
li {
	list-style-type: inherit;
	list-style-position: inherit;
}
/* END Re-style things that are removed from reset*/
/* Table of contents */
.page-toc span {
	font-weight: bold;
}
.no-bullets {
	margin: 0;
	padding: 0;
}
.no-bullets li {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 20px;
}
.no-bullets ul {
	padding-left: 20px;
}
/* END Table of contents */
.h2box p {
	padding-left: 15px;
}
