body {
	margin: 0;
	background: white;
}

body, p, td, input, select, textarea {
	font: normal 9pt verdana, arial, sans-serif;
}

a:link,
a:visited {
	text-decoration: none;
	color: #600;
}

a:hover {
	text-decoration: underline;
	color: red;
}

h1 {
	font: normal 21pt "trebuchet ms", verdana, arial, sans-serif;
	color: #600;
}

h2 {
	font: normal 17pt "trebuchet ms", verdana, arial, sans-serif;
	color: #600;
}

h3 {
	font: normal 13pt "trebuchet ms", verdana, arial, sans-serif;
	color: #600;
}

h4 {
	font: normal 11pt "trebuchet ms", verdana, arial, sans-serif;
	color: #666;
	margin: 8px 0px;
}

h5 {
	font: italic 12pt "trebuchet ms", verdana, arial, sans-serif;
	font-weight: bold;
	color: #600;
	margin: 8px 0px;
}

h6 {
	font: normal 9pt "trebuchet ms", verdana, arial, sans-serif;
	color: #600;
}

.menu {
	background: black;
	padding: 2px;
	font: normal 9pt verdana, arial, sans-serif;
	font-weight: normal;
	color: #ccc;
	white-space: nowrap;
}

.menu a:link,
.menu a:visited {
	color: #ccc;
}

.menu a:hover {
	color: white;
}

ul.view {
	padding-top: 16px;
	padding-bottom: 16px;
	background: #ccc;
	border-width: 1px 0 1px 0;
	border-style: dotted;
	border-color: #999;
	list-style-type: square;
}

.list-sort-label {
	white-space: nowrap;
	font: normal 9pt "trebuchet ms", verdana, arial, sans-serif;
	color: #600;
}

.list-sort-input {
	white-space: nowrap;
	font: normal 9pt "trebuchet ms", verdana, arial, sans-serif;
}

.list-article-title {
	font: normal 9pt "trebuchet ms", verdana, arial, sans-serif;
	color: #600;
}

.list-article-title a:link {
	font-weight: bold;
	text-decoration: none;
	color: #600;
}

.list-article-title a:visited {
	text-decoration: none;
	color: #600;
}

.list-article-title a:hover {
	text-decoration: underline;
}

.list-article-author {
	font: normal 8pt "trebuchet ms", verdana, arial, sans-serif;
}

.list-article-citation {
	font: normal 8pt "trebuchet ms", verdana, arial, sans-serif;
	color: #666;
}

.list-article-detail {
	font: normal 8pt "trebuchet ms", verdana, arial, sans-serif;
}

.view-sidebar-head {
	margin: 16px 0 8px;
	font: normal 9pt "trebuchet ms", verdana, arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	color: #600;
}

.msgbox {
	width: 480px;
	margin: 16px auto;
	padding: 8px;
	border: 2px solid #600;
	background: yellow;
}

.refbox {
	width: 480px;
	margin: 8px auto;
	padding: 8px;
	border: 1px solid black;
	background: #eee;
}

.site-tbl {
	border-width: 1px;
	border-style: solid;
	border-color: #999;
}
.site-tbl td {
	padding: 8px;
	font-family: arial, sans-serif;
	border-color: #999;
}
.site-tbl-head {
	background: #bbb;
	color: black;
	font-size: 12pt;
}
.site-tbl-foot {
	background: #bbb;
	color: black;
	font-size: 10pt;
}
.site-tbl-help {
	background: #ddd;
	font-size: 10pt;
	line-height: 120%;
}
.site-tbl-warn {
	background: yellow;
	color: red;
	font-size: 10pt;
}
.site-tbl-text {
	background: #eee;
	font-size: 10pt;
}
.site-tbl-cols {
	border-bottom-style: dashed;
	background: #ddd;
	font-size: 10pt;
	font-weight: bold;
}
.site-tbl-cols a:link,
.site-tbl-cols a:visited {
	color: #333;
}
.site-tbl-cols a:hover {
	color: #333;
}
.site-tbl-page a:hover,
.site-tbl-list-a {
	background: #eee;
	font-size: 10pt;
}
.site-tbl-list-b {
	background: #ddd;
	font-size: 10pt;
}
.site-tbl-list-c {
	font-size: 10pt;
	font-weight: bold;
	background: #aaa;
}
.site-tbl-list-none {
	background: #eee;
	font-size: 10pt;
	font-style: italic;
	text-indent: 2em;
}

.site-tbl-form-label {
	background: #ddd;
	color: #333;
	font-size: 10pt;
	white-space: nowrap;
	text-transform: uppercase;
}
.site-tbl-form-input {
	background: #eee;
	color: #333;
	font-size: 10pt;
}


.site-tbl-data-label {
	background: #eee;
	color: #333333;
	font-size: 10pt;
	font-weight: bold;
	vertical-align: bottom;
}
.site-tbl-data-guide {
	color: #333;
	font-size: 10pt;
	vertical-align: baseline;
}
.site-tbl-data-input {
	background: #eee;
	color: #333;
	font-size: 10pt;
}
.site-tbl-page {
	border-style: dashed;
	background: #999;
	font-size: 10pt;
}
.site-tbl-page a:link,
.site-tbl-page a:visited {
	color: #333;
}
.site-tbl-cols a:hover {
	color: #333;
}
.site-tbl-item {
	background: #eee;
	border-style: solid;
	font-weight: bold;
}
