
html body
{
	line-height: 1.55em;
	font-family: "Lucida Grande", verdana, lucida, helvetica, sans-serif;
	background-color: #f8f8f8;
	margin: 1em;
	padding: 0;
	font-size: small;
}

html>body
{
	font-size: small;
}

table td
{
	font-size: small;
}

pre, code
{
	font-size: 120%;
	line-height: 1.4em;
	color: #7A4707;
}

.warn
{
	background: transparent;
	color: #ff4000;
}

hr
{
	color: #9E9E70;
	background-color: #9E9E70;
	height: 1px;
	border: none;
}

h1, h2, h3, h4, h5, h6
{
	font-family: "Lucida Grande", helvetica, lucida, verdana, sans-serif;
	line-height: 104%;
	padding: 0;
	margin: 1em 0 0.1em 0;
}

h1
{
	font-size: 210%;
	color: #e24628;
	margin: 0 0 0.5em 0;
}

h2
{
	font-size: 145%;
	display: block;
	background: transparent;
	color: #900;
	padding: 0.2em 0.7em;
	margin: 1em -0.7em 0.15em -0.7em;
	height: auto;
}

h3 { font-size: 140%; color: #900; }
h4 { font-size: 125%; color: #900; padding-bottom: 1em; }
h5 { font-size: 110%; color: #900; padding-bottom: 1em; }
h6 { font-size: 95%; color: #900; padding-bottom: 1em; }

.padleft
{
	margin-left: 2em;
}

.shadowbox
{
	background: #ccc;
	position: relative;
	width: 60%;
	top: 2px;
	left: 2px;
}

.shadowbox div
{
	background: white;
	color: #005000;
	border: 1px solid #7a4707;
	padding: 10px;
	position: relative;
	top: -2px;
	left: -2px;
}

:link:focus,
:visited:focus,
:link,
:visited,
:link:active,
:visited:active
{
	text-decoration: none;
	color: #1e5bbd;
	background-color: transparent;
}
:link:hover,
:visited:hover
{
	text-decoration: underline;
	background-color: #b4d5ff;
	color: #1559B3;
}

table td, table th
{
        border: solid 1px #9e9e70;
        empty-cells: show;
        padding: 0.1em 0.3em;
	text-align: center;
}

table th
{
        background-color: #e4faa8;
}

table.form td, table.form th
{
        border: 0;
        empty-cells: show;
        padding: 0.1em 0.3em;
	text-align: left;
}

