.helpPage {
}

.helpPage h1 {
	margin-bottom: 19px;
}

.helpPage h2 {
	color: #0087cd;
	font-size: 14px; line-height: 16px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 14px;
}

.helpPage h3 {
	color: #0087cd;
	font-size: 14px; line-height: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

.helpPage a {
	text-decoration: none;
}

.helpPage ol {
	color: #656565;
	font-size: 13px !important;
	line-height: 16px;
	padding-left: 28px;
}

.helpPage ul {
	color: #656565;
	list-style-type: disc;
	font-size: 13px !important;
	line-height: 16px;
	padding-left: 28px;
}

.helpPage ul, ol {
	margin-left: 14px;
}

.helpPage ol li, .helpPage ul li {
	margin-bottom: 16px;
}

.helpPage ol ol {
	margin-left: 0;
}

.helpPage ul ul {
	margin-left: 0;
}

.helpPage ol ul {
	margin-left: 0;
}

.helpPage ul ol {
	margin-left: 0;
}

ol li ol {list-style-type:lower-alpha;}

ol ol {list-style-type:lower-alpha;}

.helpPage p {
	color: #656565;
	font-size: 13px !important;
	line-height: 16px;
	padding-bottom: 16px !important;
}

.helpPage p.additional {
	padding-left: 28px;
	padding-bottom: 10px !important;
}

.helpPage table.attention, .helpPage table.remark {
	border: 1px solid #C0C0C0;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	color: #656565;
	font-size: 13px !important;
	line-height: 16px;
	width: 100%;
}

.helpPage table.attention td, .helpPage table.remark td {
	border: 1px solid #C0C0C0;
	vertical-align: middle;
	text-align: left;
	padding: 10px;
}

.helpPage table.attention td p, .helpPage table.remark td p {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

.helpPage table.attention td p, .helpPage table.remark td p:first-child {
	padding-top: 0px !important;
}

.helpPage table.attention tr td:first-child, .helpPage table.remark tr td:first-child {
	vertical-align: top;
	text-align: center;
}

.helpPage img.measured {
	width: 100%;
	height: auto;
}

.helpPage img.figure {
	filter: progid:DXImageTransform.Microsoft.dropshadow(offX=3, offY=3, color=silver);*/
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid silver
}