body {
	margin: 0px;
	padding: 0px;
}
form {
	display: none;
	width: 0px; height: 0px;
}
#sidebar {
	display: none;
	width: 0px; height: 0px;
}
#container th, #container td {
	font-family: verdana;
	font-size: 13px;
}
h1 {
	color: #84a3ef;
	font-family: arial;
	font-size: 17px;
	padding: -10px 0 10px 0;
	margin: 0px;
}
h2 {
	color: #065519;
	font-family: arial;
	font-size: 15px;
	padding: -10px 0 10px 0;
	margin: 0px;
}
h3 {
	padding: 0 0 10px 0;
	color: #065519;
	font-family: arial;
	font-size: 13px;
	font-weight: normal;
	margin: 0px;
}
#content p, #content ul, #content ol {
	padding: 0 0 10px 0;
	line-height: 15px;
	margin: 0px;

}
#content ul, #content ol {
	padding-left: 25px;
}
#content ul {
	list-style-position: outside;
	list-style-image: url("images/arrow.gif");
	list-style-type: square;
}
#content ul ul {
	list-style-image: url("images/subarrow.gif");
	padding-bottom: 0px;
}
#content ul ul ul {
	list-style-image: url("images/subsubarrow.gif");
	padding-bottom: 0px;
}
#content a {
	color: #065519 !important;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
#footer {
	color: black;
	font-family: verdana;
	font-size: 11px;
}

.timestamp {
	display: none;
	width: 0px; height: 0px;
}
#container td {
	display: none;
	width: 0px; height: 0px;
}
#container #content {
	display: block;
	width: 100%;
	height: 100%;
	color: black;
}
.page_controls {
	display: none;
	width: 0px; height: 0px;
}