/***********************************************/
/* tutorial.css tag styles  
/* to be used in conjunction with standard.css */
/***********************************************/

#lcolText   {
	margin: 1px 100px 1px 100px;
	padding: 0px;
	position: relative;
	z-index: 1;
	/*width: 490px;*/
	}
	
#lcolText p {
	margin: 1px 0px 6px 0px;
	font-size: 12px;
	padding-top: 0;
	line-height: 1.5em;
	}
	
#lcolText ul {
	margin: 1px 0px 6px 0px;
	font-size: 12px;
	padding-top: 0;
	line-height: 1.5em;
	}
	
#lcolText li {
	margin: 1px 0px 6px 40px;
	font-size: 12px;
	padding-top: 0;
	line-height: 1.5em;
	}

#lcolText h3  { color: #545187; 
	background: transparent url(../images/pagegraphics/lcolTitle_bg.gif) no-repeat top left;
	font-size: 14px;
	font-weight: 600;
	line-height: 133%;
	margin: 20px 0px 6px 0px;
	padding: 0px
	}
	
#lcolText h4  { color: #545187; 
	background: transparent url(../images/pagegraphics/lcolTitle_bg.gif) no-repeat top left;
	font-size: 16px;
	font-weight: 600;
	line-height: 133%;
	margin: 0px 0px 6px 0px;
	padding: 0px
	}
	
#lcolText h5  { color: #545187; 
	font-size: 20px;
	font-weight: 600;
	line-height: 133%;
	margin: 0px 0px 6px 0px;
	padding: 0px
	}

.return  {
	position: relative;
	top: 190px;
	left: 115px;
	width: 200px;
	height: 20px;
	z-index: 1;
	}
#download  {
	position: relative;
	top: 0px;
	left: 500px;
	width: 200px;
	height: 20px;
	z-index: 1;
	}

#download a{
	text-decoration: none;
	}
	
#download a:link, download a:visited{
	}
	
#download a:hover{
	text-decoration: underline;
	}

.first 	{
	margin-top: 0; 
	padding-top: 0;
	}	

img	{
		/* turns off gaps around images */
	border:	0px none;
	/*margin: 20px 0px 1px 0px;*/
	}
	
img.buttons {
	align: center;
	vertical-align:middle;
	}
.pageNav	{
	font-family: verdana, arial, helvetica, sans-serif;
	color:	#000000;
	font-size: 11px;
	vertical-align:middle;
	padding: 0;
	align: center;
	}

	
code, tt, pre	{
	font: 12px "andale mono", monaco, courier, "courier new", monospace;
	color: #06c;
	background: transparent;
	}
	
.small {
	font-size: 11px;
	}
	
.figure {
	margin-top: 0;
	margin-bottom: 6px;
	padding-top: 0;
	padding-bottom
	}
	
.caption {
	font-size: 11px;
	margin-top: 0;
	margin-bottom: 15px;
	padding-top: 0;
	line-height: 1.5em;
	}
	
.line   {
	margin:0;
	padding-top: 0;
	font-size: 1px;
	line-height: 1px
	}
	


