body {
	background: #B5B5B5;
	margin: 0px;
	padding: 30px 0px 0px;
}
.innertb {
	background: #F8F8FA;
	border: 1px solid #9FA2AE;
}
.innercell {
	font: 13px Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #666666;
	background: #FFFFFF;
	border: 1px solid #DDDEE1;
	padding: 5px;
}
.innercell a:link, .innercell a:visited {
	font: 13px Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #666666;
}
.innercell a:active, .innercell a:hover {
	font: 13px Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
}

.bodytext {
	font: 13px Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #666666;
}
.bodytext a:link, .bodytext a:visited {
	font: 13px Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #666666;
}
.bodytext a:hover, .bodytext :active {
	font: 13px Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
}
hr {
	border-top: 1px dashed #993333;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;

}
h1 {
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	color: #993333;

}
.example {
	font: 13px "Times New Roman", Times, serif;
	color: #000000;
	background: #E9E9E9;
	padding: 5px;
	border: 1px dashed #666666;
	display: block;

}
.bodytextdark {
	font: 13px Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #666666;
}
.def {
	font: bold 11px;
}
.def a:link, .def a:visited, .def a:active, .def a:hover{
	cursor: hand;
	font:  bold 13px;
	text-decoration: none;
}
.notes, .notes a {
	font: italic normal 13px Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #993333;
}
.notes a:link, .notes a:visited {
	font: italic normal 13px Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #993333;
}
.notes a:active, .notes a:hover {
	font: italic normal 13px Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #993333;
	text-decoration: none;
}
.heading {
	font-size: 20px;
	font-weight: bold;
	color: #993333;
}
.phpexample {

	font: 13px Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #003366;
	background: #E9E9E9;
	padding: 5px;
	border: 1px dashed #666666;
	display: block;
}
.closed {
	display: none;
}
.alright {
	float: right;
	padding: 5px;
	height: 240px;
	width: 120px;
	display: block;


}
