body {
	color: #000000;
	font-family: "Arial";
	margin-left: 12pt;
	margin-top: 12pt;
}
.para {
	display: block;
	text-align: left;
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	color: #000000;
}
pre {
	background-color: #F5F5F5;
	font-size: 100%;
	font-family: "Courier New";
	line-height: 150%;
	margin-top: 3pt;
	margin-bottom: 0pt;
	padding-top: 3pt;
	padding-left: 5pt;
	padding-right: 5pt;
	padding-bottom: 3pt;
	overflow: visible;
	visibility: visible;
	width: 2pc;
}	 
.code {
	color: #001095;
}	 
.syntax {
	color: #000000;
}
.lang {
	font-weight: normal;
}	 
.imageInline {
	display: inline;
	margin-left: 2pt;
	margin-right: 4pt;
	margin-top: 2pt;
	margin-bottom: 2pt;
}
.title {
	display: block;
	text-align: left;
	margin-bottom: 10pt;
	font-size: 220%;
	font-weight: bold;
	font-style: normal;
	color: Navy;
	font-family: "Arial";
	border-left-color: ActiveCaption;
	border-left-style: groove;
	border-left-width: medium;
	border-top: medium groove activecaption;
	text-indent: 0pt;
	padding-left: 5pt;
}
table {
	display: table;
	font-family: Arial;
	font-size: 93%;
	font-weight: normal;
	text-align: left;
	margin-top: 3pt;
	margin-bottom: 10pt;
	border-top: 1.25pt solid Silver;
	border-bottom: 1.25pt solid Silver;
}
.tablePara {
	display:block;
	margin-top: 1pt;
	margin-bottom: 1pt;
	font-size: 93%;
	margin-left: 3pt;
	margin-right: 3pt;
}
tr {
	display: table-row;
	vertical-align: top;
}
td {
	display: table-cell;
	vertical-align: top;
	border-top: 1pt solid Silver;
}
.list {
	text-align: left;
	display: block;
	list-style-type: none;
	list-style: outside;
	font-weight: normal;
	font-style: normal;
	margin-top: 5pt;
	margin-bottom: 5pt;
	margin-left: 24pt;
}
li {
	display: list-item;
	text-align: left;
	margin-bottom: 3pt;
	margin-top: 0pt;
}
.li {
	display: list-item;
	font-weight: normal;
	font-size: 100%;
	list-style-type: disc;
	margin-left: 24pt;
	margin-top: 0pt;
	text-align: left;
}
.linkList {
	display: block;
	list-style-type: none;
	text-align: left;
	margin-top: 16pt;
	font-weight: bold;
	font-size: 100%;
	color: Navy;
}
.listedLink {
	display: list-item;
	list-style-type: disc;
	margin-left: 24pt;
	text-align: left;
	color: blue;
	font-weight: normal;
	font-size: 100%;
	text-decoration: underline;
	margin-bottom: 4pt;
}
.link {
	display: inline;
	text-decoration: none;
	color: #0A246A;
	border-bottom: 0.5pt dashed #B0C4DE;
	padding-bottom: 0.35pt;
}
p {
	margin: 12px 0;
	clear: both;
}
.copyright {
	font-size: 70%;
	border-top: 1.2pt groove
}
.dx-title {
	display: block;
	text-align: left;
	margin-bottom: 10pt;
	font-size: 220%;
	font-weight: bold;
	font-style: normal;
	color: Navy;
	font-family: "Arial";
	border-left-color: ActiveCaption;
	border-left-style: groove;
	border-left-width: medium;
	border-top: medium groove activecaption;
	text-indent: 0pt;
	padding-left: 5pt;
}
.dx-clear {
	clear: both;
}
.dx-footer {
	padding: 12px;
	line-height: 18px;
	color: #999999;
	font-size: 11px;
	border-top: 1px solid #BBBBBB;
	background: #f0f0f0;
	clear: both;
	margin-top: 24px;
}
a {
	text-decoration: none;
	color: #0A246A;
}
a:link {
	color: #1364c4;
	border-bottom: 0.5pt dashed #B0C4DE;
	padding-bottom: 0.35pt;
}

a:visited {
	color: #960bb4;
	border-bottom: 0.5pt dashed #B0C4DE;
	padding-bottom: 0.35pt;
}

a:hover {
	color: #960bb4;
	border-bottom: 0.5pt dashed #B0C4DE;
	padding-bottom: 0.35pt;
}

a img {
	border: none;
}