body {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	background-color: #FFF;
	margin: 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
div.toc {
	background-color: #F6F6F6;
	background-image: url(../img/2x20_panel_white.gif);
	background-repeat: repeat-y;
	zoom: 1; /* required by IE to position background-image not underneath border */
	border-left-width: 150px;
	border-left-style: solid;
	border-left-color: #F6F6F6;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 1px; /* required by all browsers to avoid gap between h2 and div */
	padding-bottom: 1px; /* required by all browsers to avoid gap between div and h2 */
	position: relative; /* required to use absolute positioning for h3 */
}
div.toc ul {
	font-size: 0.8em;
}
div.toc a {
	text-decoration: none;
}
div.toc a:hover {
	text-decoration: underline;
}
p {
	font-size: 0.8em;
	margin-top: 10px;
	margin-bottom: 10px;
}
p.author {
	font-weight: bold;
	float: left;
	margin-top: 0px;
	margin-bottom: 6px;
	letter-spacing: 0.2em;
}
p.author a {
	text-decoration: none;
	color: #000;
}
ul.navi {
	font-size: 0.8em;
	float: right;
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 6px;
}
ul.navi li {
	display: inline;
}
ul.navi li:before {
	content: '| ';
}
ul.navi li:first-child:before {
	content: '';
}
ul.navi img {
	vertical-align: middle;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
hr {
	border: 1px solid #DDDDDD;
}
hr.head {
	clear: both;
	border: 1px solid #000;
}
h1 {
	font-size: 2.4em;
	color: #666699;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
}
h1 small {
	font-size: 0.8em;
	color: #CCCCCC;
}
h2 {
	color: #000;
	background-color: #F6F6F6;
	font-size: 0.8em;
	margin-top: 2px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
h3 {
	font-size: 0.7em;
	font-weight: normal;
	position: absolute; /* absolute positioning relative to div container */
	left: -150px;
	width: 130px;
	margin: 0px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 12px;
	padding-bottom: 12px;
	word-wrap: break-word; /* CSS3 property currently only supported by IE */
}
table {
	font-size: 0.8em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-collapse: collapse;
}
th {
	color: #000;
	font-weight: normal;
	border: 1px solid #CECEDF;
}
tr.even {
	background-color: #FFF;
}
tr.odd {
	background-color: #F6F6F6;
}
th.blank, td.blank {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFF;
}
th[scope="col"] {
	font-style: italic;
}
th[scope="row"] {
	text-align: left;
}
td {
	text-align: center;
	font-size: 0.7em;
	border: 1px solid #CECEDF;
}
th > ul {
	margin: 0px;
	list-style-type: disc;
	padding-left: 40px;
	font-size: 0.8em;
}
th ul ul {
	margin: 0px;
	padding-left: 20px;
	list-style-type: none;
}
form {
	padding: 2px;
	margin-bottom: 10px;
	margin-top: 10px;
}
form p {
	margin-top: 3px;
	margin-bottom: 0px;
	font-size: 0.7em;
}
ul.articles {
	font-size: 0.8em;
	margin-top: 0px;
	margin-bottom: 0px;
}
address {
	font-size: 0.8em;
}
p.copyright {
	font-size: 0.7em;
	text-align: right;
	margin-top: 3px;
}
p.copyright a {
	color: #000;
	text-decoration: underline;
}
.toggle {
	display: none;
}
