/* Printable Instruction Manual */

body
{
margin: 10px;
background-color: #FCFCFC;
	font-family: verdana, arial, helvetica, sans-serif, serif;
	font-size: 1em;
	color: #333;
}

.cell
{
	padding: 0;
    	background-color: transparent;  
    	font-family: verdana, arial, helvetica, sans-serif, serif; 
    	font-size: 1em; 
	color: #FFF;
	margin-left: auto;
	margin-right: auto;
	border: thin solid #333;
}

.cellhead
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
    	background-color: #CCC;
  	font-size: 1.2em;
	font-weight: medium;
	color: #000;
	text-align: center;
	z-index: 5;
}


.step {
	display: none;
	position: relative;
	top: 10px;
	left: 0;
	padding: 5px 5px 5px 10px;
	margin: 0px 5px 0px 145px;
	width: auto;
   	font-size: 1em;
	font-weight: normal;
	color: #666;
	background-color: transparent;  
}

.step1 {
	display: block;
	position: relative;
	top: 10px;
	left: 0;
	padding: 5px 5px 5px 10px;
	margin: 0px 5px 0px 145px;
	width: auto;
   	font-size: 1em;
	font-weight: normal;
	color: #666;
	background-color: transparent;  
}

img
{
text-align: center;
}

.substep
{
postition: relative;
top: 5px;
left: 0px;
border: none;
padding: 0;
}

.head
{
	position: relative;
	top: 0;
	left: 0;
	padding: 2px;
	width: auto;
   	font-size: 1em;
	font-weight: normal;
	color: #000;
	background-color: #CCC;  
	border: thin solid #333;
}

.prev {
	position: relative;
	top: 10px;
	left: 50px;
	border: none;
	}
.next {
	position: relative;
	top: 400px;
	right: 50px;
	border: none;
	}

.text
{
	padding: 10px 0px 10px 20px;
}

.hidden
{
display: none;
}

#navi
{
	position: fixed;
	float: left;
	display: block;
	color: #ccc;
	top: 25px;
	left: 5px;
	width: 140px;
	border:1px solid #333;
	background-color: transparent;
	padding: 3px;
	z-index: 1;
}



a:link,a:visited, a:hover, a:active
	{
	color: #369;
	background-color: transparent;
	font-size: .8em;
	font-family: verdana, arial, helvetica, sans-serif, serif;
	text-decoration: none;
	}
a:hover 
	{
	color:#000;
	}
a:active
	{
	color:#07a;
	}