body {
	margin: 0;
	background: white;
}
body, p, td, input, select, textarea {
	font: normal 8pt verdana, arial, sans-serif;
}
a:link,
a:visited {
	text-decoration: none;
	color: blue;
}
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;
}
h5 a:link,
h5 a:visited {
	color: #600;
}
h6 {
	font: normal  9pt "trebuchet ms", verdana, arial, sans-serif;
	color: #600;
}
.menu {
	background: #333;
	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;
}

li.site {
	font-size: 8pt;
	color: #666;
}

.bd-seminar-head {
	font-size: 10pt;
	font-weight: bold;
}

.bd-seminar-bulletin
{
	font-size: 8pt;
}

.bd-seminar-question
{
	font-size: 8pt;
	font-weight: bold;
}

.bd-seminar-bulletin-tag
{
	color: #333333;
}

a.bd-presentation-link {
	display: block;
	width: 200px;
	padding: 6px 0px;
	margin: 2px auto;
	color: white;
	text-align: center;
}

/* anonyms */

.table-object .table-object {
	border: 1px dotted black;
}

.th-object td,
.th-object {
	font: normal 10px verdana, arial, sans-serif;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #666666;
}

.th-object a:link, .th-object a:visited {
	color: white;
}

.th-admin {
	background-color: #EEE;
	color: #000;
}
.td-admin {
	background-color: #CCC;
}
.th-object a:hover {
	color: #cccccc;
}

.td-object {
	font: normal 10px verdana, arial, sans-serif;
	background-color: #999999;
}

.td-object-light {
	font: normal 10px verdana, arial, sans-serif;
	background-color: #bbbbbb;
}

.td-object-lightest {
	font: normal 10px verdana, arial, sans-serif;
	background-color: #cccccc;
}

.td-form-label, .form-label {
	font: normal 10px verdana, arial, sans-serif;
	color: #333333;
	text-transform: uppercase;
	background-color: #999999;
}

.td-form-input, .td-form-data {
	font: normal 10px verdana, arial, sans-serif;
	background-color: #cccccc;
}

.td-help, .buildhelp {
	font: normal 10px verdana, arial, sans-serif;
	background-color: white;
	border-bottom: 1px solid #666666;
}

.button, .okbutton {
	font: normal 10px verdana, arial, sans-serif;
	text-transform: uppercase;
	background-color: white;
}

.buttonbar
{
	background-color: #66666;
}

.headline {
	font: normal 21px verdana, arial, sans-serif;
	font-weight: bold;
	color: #336699;
}
