body {
	width: 640px;
	margin: 30px 10px 10px 30px;
	padding: 0px;
	letter-spacing: 0.2px;
	font-size: 12px;
	font-family: Helvetica;
	line-height: 1.5em;
}

#title {
	font-size: 18px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	font-weight: normal;
	border-bottom: 1px solid #c9c9c9;
}

#title a img {
    border: none;
    margin: 0px 10px 0px 0px;
	padding: 0px;
	float: left;
}

#title h1 {
	font-size: 22px;
	margin: 0px;
	padding: 7px 0px 0px 0px;
	font-weight: normal;
}

/* h5 is the text under the title */
h5 {
	font-size: 13px;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	font-weight: normal;
	color: #454545;
}

h2 {
	font-weight: normal;
	font-size: 16px;
	margin: 25px 0px 25px 10px;
	color: #3684c7;
}

h3 {
	font-weight: bold;
	font-size: 14px;
	margin: 25px 0px 20px 18px;
	color: #000000;
}

h4 {
	font-size: 14px;
	margin: 25px 0px 20px 18px;
	font-weight: normal;
	color: #303030;
}

p {
	font-size: 13px;
	margin: 10px 0px 15px 30px;
	color: #303030;
	letter-spacing: 0;
}

a:link, a:visited {
	color: #4d69c6;
	text-decoration: underline;
}

a:hover, a:active {
	color: #ff7200;
}

table.content a:link, table.content a:visited {
	color: #000000;
	text-decoration: none;
}

table.content a:hover, table.content a:active {
	color: #ff7200;
}

img {
	margin: 0px 0px 10px 30px;
}

p img {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

table.one-col img, table.two-col img {
	margin: 10px 0px 10px 0px;
}

/* span is for commands */
span {
	font-family: 'Courier New';
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 0em;
	margin: 0;
	padding: 0;
}

span em {
	color: #9c9c9c;
	font-style: normal;
}

.divider {
	border-bottom: 1px solid #83baeb;
	margin: 0px 0px 8px 0px;
}

#version {
	float: right;
	font-size: 11px;
}

#copyright {
	border-top: 1px solid #c9c9c9;
    margin-top: 50px;
	padding: 20px 0px 10px 0px;
    text-align: center;
    font-size: 11px;
	color: #454545;
}

table.content {
	width: 640px;
	margin: 0px;
	padding: 20px 0px 20px 10px;
	border-bottom: 1px solid #c9c9c9;
}

table.content tr td {
	padding: 10px 0px 0px 20px;
	font-size: 14px;
}

table.content tr td ul {
	margin: 0px 0px -10px 0px;
	padding-left: 7.7em;
	list-style-type: none;
}

table.content tr td ul li {
	margin: 0px 0px 10px 0px;
}

table.content em {
	font-style: normal;
	padding-left: 2.6em;
}

/* Steps table, define width and align in html */
table.step {
	margin: 15px 0px 15px 30px;
	padding-bottom: 10px;
	color: #303030;
	border-top: 1px solid #83baeb;
	border-bottom: 1px solid #83baeb;

}

table.step tr td img {
	margin-left:4.3em;
}

table.step tr td p img {
	margin-left:0;
}

table.step tr td {
	margin: 0px;
	padding: 10px 10px 5px 0;

}

table.step tr td .tag {
	float: left;
	width:4.2em;
	height:2em;
	font-weight: bold;
	color: #000000;
}
table.step tr td ul .tag {
	width:auto;
	height:auto;
}
table.step tr td p {
	margin: 10px 0px 5px 4em
}

table.step tr td p em {
	font-style: normal;
	color: #ff7200;
	margin-right: 10px;
}

table.step tr td p span em {
	color: #aaaaaa;
}

table.step tr td table.two-col, table.step tr td table.os {
	margin: 0px 0px 0px 4.2em;
}

/* End of steps table */

/* One-column table, define width and align in html */
table.one-col {
	margin: 15px 0px 15px 30px;
	color: #303030;
}

table.one-col th {
	border-bottom: 1px solid #ffffff;
	font-weight: normal;
	color: #ffffff;
	background: #83baeb;
	padding: 5px 5px 2px 7px;
}

table.one-col tr td {
	margin: 0px;
	padding: 5px 10px 5px 0;
	border-bottom: 1px solid #83baeb;
}

table.one-col tr td .tag {
	float: left;
	margin: 12px 0px 0px 0px;
	color: #ff7200;
}
/* End of one-column table */

/* Two-column table, define width and align in html */
table.two-col {
	margin: 5px 0px 15px 30px;
	color: #303030;
}

table.two-col th {
	border-bottom: 1px solid #ffffff;
	font-weight: normal;
	color: #ffffff;
	background: #83baeb;
	padding: 5px 5px 2px 5px;
}

table.two-col em {
	font-style: normal;
	font-weight: normal;
	color: #ff7200;
}

table.two-col a:link, table.two-col a:visited {
	text-decoration: underline;
	color: #4d69c6;
}

table.two-col a:hover, table.two-col a:active {
	text-decoration: underline;
	color: #ff7200;
}

table.two-col tr td {
	margin: 0px;
	padding: 5px 5px 5px 5px;
	border-bottom: 1px solid #83baeb;
}

table.two-col tr td ul {
	margin: 0px;
	padding: 3px 0px 0px 0px;
	list-style: none;
}

table.two-col tr td ul.bullet-list {
	list-style-type: disc;
	list-style-position: inside;
}

table.two-col tr td ul li {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 3px 0px;
}

table.two-col tr td ul li p {
	margin: 3px 0px 0px 0px;
	padding: 0px;
}

table.two-col tr td .tag {
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
/* End of two-column table */

/* Operating system list, to specify single-line instruction or bullets*/
table.os {
	margin: 10px 0px 15px 30px;
}

table.os th {
	border-bottom: 1px solid #ffffff;
	font-weight: normal;
	color: #ffffff;
	background: #83baeb;
	padding: 5px 5px 2px 5px;
}

table.os tr td {
	margin: 0px;
	padding: 5px 5px 5px 5px;
	border-bottom: 1px solid #83baeb;
}

table.os em {
	font-style: normal;
	color: #ff7200;
}

table.os span em {
	font-style: normal;
	color: #9c9c9c;
}

/* Indicator list that works with an image */
ul.indicator {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 550px;
}

ul.indicator li {
	margin: 0px 0px 0px 3em !important;
	padding: 5px 0px 10px 0px;
	color: #303030;
	border-bottom: 1px solid #83baeb;
}

ul.indicator li p, table.step ul.indicator li p {
	padding: 10px 0px 0px 25px;
	margin: 0px 0px 0px 0px;
}

ul.indicator li .name {
	font-weight: bold;
	float: left;
	font-style: normal;
	margin-right: 10px;
}

ul.indicator li .name img {
	margin: 0px;
	padding: 0px;
}

ul.indicator li .tag, table.step ul.indicator li .tag {
	font-weight: bold;
	color: #ff7200;
	margin: 0px 0px 0px 25px;
	padding: 0;
	float: left;
}

ul.indicator li .tag{
	margin:0 !important;
	padding-right:1em !important;
}

table.step ul.indicator li, { 
	margin: 0px 0px 0px 40px;
	padding: 5px 0px 10px 0px;
}

/* Bullet list, intended for one-column table */
ul.bullet-list {
	margin: 0px;
	padding: 0px;
	list-style-type: disc;
	list-style-position: inside;
	margin-left:.3em;
}

ul.bullet-list li {
	margin: 0px;
	padding: 0px 0px 7px 0px;
}
/* End of bullet list */


ul.bullet-list-p {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	list-style-type: disc;
	list-style-position: inside;
}

ul.bullet-list-p li {
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

ul.indent {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

ul.indent li {
	text-indent: -2.2em;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

ul.indent li .tag {
	float: left;
	text-indent: -4em;
	font-weight: bold;
}

table.two-col tr td ul.indent, table.os tr td ul.indent {
	margin-left: 4em;
}