@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	font: small Verdana, Arial, Helvetica, sans-serif;
	margin: 20px 40px;
	width: 60%;
}
h1, h2, h3, h4, h5, h6, p, pre, ul, ol, dl { margin-bottom: 10px; }
h1 {
	border-bottom: 1px solid #336;
	color: #669;
	font: 3em "Trebuchet MS", Arial, sans-serif;
}
h2, h3, h4, h5, h6 { font-weight: normal; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.3em; }
pre {
	background-color: #ddd;
	border: 1px solid #b2b2b2;
	padding: 10px;
	line-height: 1.5em;
}
ul, ol { list-style-position: inside; }
div.content-class-method {
	border-bottom: 1px solid #E0E0E0;
	margin-bottom: 20px;
}
div.content-class-method h3 { 
	border-top: 1px solid #E0E0E0; 
	padding-top: 10px; 
}
p.note {
	background-color: #99c;
	border: 1px solid #669;
	color: #fff;
	padding: 5px;
}
