html,body {
	margin:0;
	padding:0;
	color:#000;
}
body {
	padding:1em 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 76%;
	line-height: normal;
}
h1,h2,h3 {
	margin:0 0 0.25em;
	color:#8A8E27;
	font-weight:normal;
	line-height:1.2;
	font-family:"Trebuchet MS",Helvetica,Arial,Geneva,sans-serif;
}
h1 {
	font-size:1.5em;
	line-height:1.1;
	letter-spacing:-1px;
}
h2 {
	font-size:1.35em;
	line-height:1.3;
	font-weight: bold;
}
h3 {
	font-size:1.2em;
	text-transform:none;
	font-weight: normal;
	line-height: 1.3;
}
h4 {
	font-size:1em;
	text-transform:none;
	font-weight: bold;
}

p {
	margin:0 0 1em;
	font-size: 12px;
}
a:link,
a:visited {
	color:#AE4F0C;
	font-weight:normal;
	text-decoration:none;
	border-bottom-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:focus,
a:hover {
	border-bottom-style:solid;
	color:#D03900;
}
code,
kbd {font-family:Monaco,"Courier New",Tahoma}
.clearfix:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
* html .clearfix {
	height:1px;
} /* * html hack for IE pre 7 used for convenience in this demo */
.clearfix {display:inline-block;}
.clearfix {display:block;}
.structural {
	position:absolute;
	left:-9999px;
}
#labfooter {
	clear:both;
	margin-top:0.5em;
	padding-top:0.5em;
	border-top:1px solid #ccc;
	text-align:center;
}
.code {
	margin:1em 0;
	padding:3px 5px 3px 3em;
	border:1px solid #98be10;
	list-style-type:decimal-leading-zero;
	font-family:Courier;
}
.code code {font-family:Monaco,"Courier New",Tahoma}
.code li {
	margin:2px 0;
	padding:0 5px;
	background:#f7f7f5;
}
.code li.tab1 {padding-left:4ex}
.code li.tab2 {padding-left:8ex}
.code li.tab3 {padding-left:12ex}
.code li.tab4 {padding-left:16ex}
.code li.tab5 {padding-left:20ex}
.code .changed {
	color:#900;
	font-weight:bold;
}
.code em {
	color:#900;
	font-weight:bold;
	font-style:normal;
}
.link-visited-bright {
	color:#00CCFF;
}
