@charset "UTF-8";
body {
	background-color: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Helvetica Neue", Helvetica, "Lucida Grande", Arial, sans-serif;
	font-size: 10pt;
}
.help_page {
	font-family: "Helvetica Neue", Helvetica, "Lucida Grande", Arial, sans-serif;
	width: 100%; /* 320px */
	margin: 0px;
}
.centered_image {
	padding-top: 40px;
	text-align: center;
	top: 100px;
}
.inset_center_text {
	padding-left: 20px;
	padding-right: 20px;
	width: 88%; /* 280px */
	text-align: left;
	padding-top: 10px;
	color: #333333;
}
.inset_right_text {
	padding-left: 10px;
	padding-right: 20px;
	width: 91%; /* 290px */
	text-align: right;
	padding-top: 10px;
	color: #333333;
}
.inset_left_text {
	padding-left: 20px;
	padding-right: 10px;
	width: 91%; /* 290px */
	text-align: left;
	padding-top: 10px;
	color: #333333;
}
.inset_center_image {
	padding-left: 10px;
	padding-right: 10px;
	width: 94%; /* 300px */
	text-align: center;
	padding-top: 10px;
}
h1 {
	font-size: 150%;
	padding-bottom: 10px;
}
h2 {
	font-size: 130%;
	padding-bottom: 8px;
}
h3 {
	font-size: 115%;
	padding-bottom: 8px;
}
h4 {
	font-size: 105%;
	padding-bottom: 8px;
}
h5, h6 {
	font-size: 100%;
	padding-bottom: 6px;
}
.teeny {
	font-size: xx-small;
}
.help #container {
	text-align: left;
	width: 100%;
}
.help a {
	color: #0080FF;
	text-decoration: none;
}
.help a:hover {
	text-decoration: none;
}
.help p + p {
	margin-top: -0.5em;
}
.boldTitle1 {
	font-family: "Helvetica Neue Bold Condensed", Helvetica, sans-serif;
	font-size: 20pt;
	font-weight: bolder;
	color: #333333;
	line-height: 20pt;
}
.boldTitle2 {
	font-family: "Helvetica Neue Bold Condensed", Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bolder;
	color: #333333;
	line-height: 16pt;
}
.boldTitle3 {
	font-family: "Helvetica Neue Bold Condensed", Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bolder;
	color: #333333;
	line-height: 12pt;
	text-align: center;
}
.machineName {
	font-family: "Helvetica Neue Bold Condensed", "Helvetica Neue", Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bolder;
	color: #003300;
}
.inline_image {
	vertical-align: bottom;
}
.left_image {
	margin-right: 15px;
	float: left;
	display: table-cell;
	margin-top: 10px;
	margin-bottom: 10px;
}
.right_image {
	float: right;
	display: table-cell;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.top_image {
	vertical-align: top;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
}
