body {
	font: small sans-serif;
}

div.content {
	border: #eee solid 1px;
	border-top: #eee solid 4px;
	padding: 5px 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	width:740px;
	margin: 0 auto;	
}

div.content a {
	/*border-bottom-style: dashed;
	border-bottom-width: 1px;
	text-decoration: none;*/
	text-decoration:underline;
	color: green;
}

div.content a:hover {
	background: #FFFFDA;
	color: #CC3300;
}

div.example, pre {
	background: #f8f8ff;
	border-color: #ddf;
	border-style: solid none;
	border-width: 2px;
	color: #004;
	font-size: .9em;
	margin: 1em 0;
	padding: .5em;
}

h1 {
	font-size: x-large;
}

h1.title {display:none;}

h2 {
	font-size: large;
	margin: 0;
}

h3 {
	font-size: medium;
	font-style: italic;
	margin: 0;
}

html {
	padding: 0 50px;
}

html, body {
	background: #fff;
	color: #000;
}

img.headerimg {
	margin-bottom:6px;
}

li {
	margin: .2em 0;
}

ol#toc {
	height: 2.8em;
	list-style: none;
	width:745px;
	margin: auto;	
	padding: 0 0 0 10px;
}

ol#toc a {
	background: #F6F6F6;
	color: #008;
	display: block;
	float: left;
	height: 2.8em;
	padding-left: 7px;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;
}

ol#toc a:hover {
	background-color: #BEC5E1;
}

ol#toc li {
	float: left;
	margin: 0 6px 0 0;
}

ol#toc li.current a {
	background-color: #eee;
	color: #000;
	font-weight: bold;
}

ol#toc span {
	cursor: pointer;
	display: block;
	float: left;
	line-height: 1.2em;
	padding-top:0.2em;
	padding-right: 7px;
	text-align:center;
	vertical-align:middle;
}

ol#toc span.sl {
	padding-top:0.8em;
}

p {
	margin: .3em 0 1em;
	line-height:19px;
}


p#footer {
	color: #888;
	font-size: x-small;
	margin: 1em;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}

 span.smallcontent {font-size: 80%}
 img.getreader {margin-top:2px; margin-right:7px}
 div.header {text-align: center}



