body {
	background-color:#F8F9FA;
	color:#393939;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	margin: 50px 50px 50px 50px;
	padding:0;
	width: 800px;
	margin: auto;
}

#TOC {
  margin: 0px;
	border-right: 2px solid #555555;
	position: absolute;
	left: 0px;
	top: 16px;
	width: 250px;
}
h1 {
	background: #555555;
	color: #BCE27F;
	padding: 5px;
}

a:hover {
	text-decoration:none;
}
a:link, a:visited, a:active {
	color:#4270AE;
}

h2 {
	background-color: #BCE27F;
	border-top: 3px solid #555555;
	padding: 3px;
}

code {
	font-weight: bold;
	color: #006600;
}

.code {
	overflow:auto; 
	height:15em; 
	width:98%; 
	padding: 5px; 
	background-color:#E5EAEF; 
	background-color:#EEEEEE; 
	border: 1px solid #999999;
	color: purple;
	font-weight: bold;
}

.key { 
	color: green;
	font-weight: normal;
}
.operand {
	color: black;
}

#TOC li.H1 {
  list-style-type: none;
  margin-left: 0px;
}
#TOC li.H2 {
  list-style-type: none;
  line-height:16px;
  margin-left: 10px;
}
#TOC li.H3 {
  list-style-type: none;
  line-height:16px;
  margin-left: 20px;
}
#TOC li.H4 {
  list-style-type: none;
  line-height:16px;
  margin-left: 30px;
}

.update_data {
	position: absolute;
	left: 7.5em;
	font-weight:bold;
}
#update_info {
	background:none repeat scroll 0 0 #BCE27F;
	border:1px solid;
	color:#555555;
	line-height:1.5em;
	padding:5px;
	width:13em;
	margin-left: 15px;
	position: relative;
}

