body
{
	background: white;
	background-color: white;
	color: black;
	letter-spacing: normal;
	text-align: left;
	text-decoration: none;
	text-indent: 0;
	text-transform: none;
	white-space: normal;
	word-spacing: normal;
	font-family: Verdana,Helvetica,Arial,Sans-Serif;
	font-size: 100%;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1.125em; /* 16x1.125=18px */
	margin: 0px;
	padding: 0px;
}

div#container
{
}

a { color: #0000FF; text-decoration: none }
a:link { color: #0000FF; text-decoration: none }
a:visited { color: #800080; text-decoration: none }
a:hover { color: #800080; text-decoration: underline }
a:active { color: #800080; text-decoration: none }

h1
{
	font-size: 1.375em; /* 16x1.375=22px */
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 0;
	clear: both;
}

h2
{
	font-size: 1.125em; /* 16x1.125=18px */
	font-weight: bold;
	text-decoration: underline;
	margin: 0 0 1em 0;
	padding: 0;
}

h3
{
	font-size: 0.875em; /* 16x0.875=14px */
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 0;
}

p
{
	font-size: 0.875em; /* 16x0.875=14px */
	margin: 0 0 1em 0;
}

table
{
	border-spacing: 0;
	border-collapse: collapse;
	border-color: black;
}

th
{
	font-size: 0.875em; /* 16x0.875=14px */
	font-weight: bold;
	padding: 2px 5px 2px 5px;
	background-color: #eeeeee;
	border-color: black;
	text-align: left;
}

th.white { background-color: #ffffff; }

td
{
	font-size: 0.875em; /* 16x0.875=14px */
	padding: 1px 5px 1px 5px;
	border-color: black;
}

td.empty { background-color: #C0C0C0; }

hr
{
	clear: both;
	height: 1px;
	border-top: 1px solid black;
	border-bottom: 0px none black;
	margin-top: 10px;
	margin-bottom: 10px;
}

td hr
{
	margin: 2px 0px 2px 0px;
}

ul { padding-left: 2em; margin-left: 0em; }
li
{
	font-size: 0.875em; /* 16x0.875=14px */
}
li.sep { margin: 10px 0px 10px 0px; }

.clearboth { clear: both; }
.gray { color: #bbbbbb; }
.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }
.ltop { text-align: left; vertical-align: top; }
.rtop { text-align: right; vertical-align: top; }
.ctop { text-align: center; vertical-align: top; }
.ccenter { text-align: center; vertical-align: middle; }
.cbottom { text-align: center; vertical-align: bottom; }
.error { color: red; font-weight: bold; }
.emphasis { color: red; font-weight: bold; }
.disabled { color: red; }
.warning { color: red; }
.note { font-size: 10px }
.small { font-size: 10px }

img { border: 1px solid black; }
.noborder { border: none; }
.b1m5 { border: 1px solid; margin: 5px; }
.m5 { margin: 5px; }
img.floatright { clear: right; float: right; border: 1px solid; margin: 0px 0px 10px 10px; }
img.floatleft { clear: left; float: left; border: 1px solid; margin: 0px 10px 10px 0px; }
img.inline { border: 1px solid; margin: 10px; }
img.imglist { border: 1px solid; margin: 0px 10px 10px 0px; }

div#header
{
	color: #eeeeee;
	background: black;
}

div#logo
{
	font-size: 16px;
	font-weight: bold;
	padding: 10px 10px 10px 10px;
}

div#logo a,div#logo a:link,div#logo a:visited,div#logo a:hover,div#logo a:active
{
	color: #eeeeee;
	text-decoration: none
}

div#user
{
	font-size: 10px;
	text-align: right;
	float: right;
	padding: 8px 10px 8px 20px;
}

div#user a,div#user a:link,div#user a:visited,div#user a:hover,div#user a:active
{
	color: #eeeeee;
}

div#language
{
	font-size: 10px;
	text-align: right;
	float: right;
	padding: 8px 10px 8px 20px;
}

div#language a,div#language a:link,div#language a:visited,div#language a:hover,div#language a:active
{
	color: #eeeeee;
}

div#search
{
	font-size: 10px;
	text-align: right;
	float: right;
	padding: 8px 10px 8px 20px;
}

div#search input
{
	background: #eeeeee;
	color: black;
	font-size: 10px;
	border: solid 1px black;
}

div#breadcrumbs
{
	border-bottom: 1px solid #000000;
	padding: 2px 10px 2px 10px;
	background: #eeeeee;
	font-size: 10px;
}

div#content
{
	margin: 10px;
}

div#pagelang
{
	font-size: 0.75em; /* 16x0.75=12px */
	font-style: italic;
	margin-top: -1em;
	margin-bottom: 1em;
}

div#pagetext
{
}

div#pagesig
{
	font-size: 0.75em; /* 16x0.75=12px */
	font-style: italic;
	margin-top: -1em;
	margin-bottom: 1em;
}

div#comments
{
	clear: both;
}

div#comments h2#comments
{
	border-top: solid 1px black;
	padding: 5px 0 0 0;
	text-decoration: none;
}

div#comments h2#newcomment
{
	padding: 1em 0 0 0;
	text-decoration: none;
}

div#comments p.signature
{
	font-size: 0.75em; /* 16x0.75=12px */
}

div#comments hr
{
	height: 1px;
	border-top: 1px dotted #bbbbbb;
	border-bottom: 0px none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div#footer
{
	clear: both;
	border-top: 1px solid #000000;
	font-size: 0.875em; /* 16x0.875=14px */
	margin-top: 10px;
	padding: 5px 10px 5px 10px;
	background: #eeeeee;
}

ul.errorlist
{
	margin: 0px;
	padding: 0px 0px 0px 20px;
	color: red;
	font-weight: bold;
}

.formhint
{
	font-size: 0.75em; /* 16x0.75=12px */
	font-style: italic;
}
