@charset "UTF-8";
/* CSS Document */

h2 {
	font-family: "Trebuchet MS", "Trebuchet", Georgia, "Times New Roman", Times, serif;
}
a {
	text-decoration: none;
}
.basictext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	max-width: 700px;
}
.insetcode {
	font-family: "Andale Mono", "Courier New", Courier, monospace;
	border: 1px dashed #333333;
	background-color: #FFFFCC;
	margin-top: 10px;
	margin-left: 20px;
	max-width: 680px;
	padding: 5px;
	margin-bottom: 20px;
	white-space: pre;
}
h3 {
	font-family: "Trebuchet MS", "Trebuchet", Georgia, "Times New Roman", Times, serif;
	padding-top: 20px;
}
.monospacetext {
	font-family: "Andale Mono", "Courier New", Courier, monospace;
	background-color: #FFFFCC;
}
.method {
	font-family: "Andale Mono", "Courier New", Courier, monospace;
	font-weight: bold;
	padding-top: 20px;
}
.method_indent {
	font-family: "Andale Mono", "Courier New", Courier, monospace;
	margin-left: 20px;
}
.objecttable {
	border: 1px solid #333333;
	border-collapse: collapse;
	width: 700px;
}

.objecttable td {
	border: 1px solid #333333;
	border-collapse: collapse;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 3px;
	vertical-align: top;
}
