body
{
	font-family: tahoma,arial,sans-serif;
	font-size: 80%;
	color: #000000;
	background-color: #ffffff;
	border: 0px;
	margin: 0px 0px 0px 0px;
}

h1
{
	font-size: x-large;
	font-weight: normal;
	color: #ffffff;
	background: #000066;
	padding: 4px 4px 4px 4px;
	margin: 0 0 2px 0;
	border: 2px solid #000000;
}

h2
{
	font-size: medium;
	font-weight: bold;
	color: #000000;
	margin: 1.5em 0em 0.2em 0.5em;
	padding-bottom: 2px;
	border-bottom: 1px solid #000000;
}

table
{
	margin: 0 auto;
}

p
{
	font-size: small;
	color: #000000;
	margin: 0em 2em 1em 2em;
}

ul
{
	list-style-type: disc;
	list-style-position: outside;
	margin: 1em 2em 2em 4em;
}

ol
{
	list-style-type: decimal;
	list-style-position: outside;
	margin: 1em 2em 2em 4em;
}

li
{
	margin-top: 1.4em;
}

td
{
	font-size: small;
	background-color: #ffffff;
	margin: 0 0 0 0;
	padding: 0 2px 0 2px;
}

th
{
	font-size: small;
	font-weight: bold;
	text-align: left;
}

input, select, textarea
{
	font-family: tahoma,arial,sans-serif;
	font-size: small;
	color: #000000;
}

input.button
{
	font-size: small;
	font-weight: bold;
}

pre
{
	font-family : "lucida console", "courier new", courier, monospace;
	font-size: x-small;
	line-height: 1.1em;
	padding: 4px;
	margin: 1em 4em 2em 4em;
	background-color: #eeeeee;
	border: 1px dashed #666666;
}

.heading
{
	font-size: medium;
	font-weight: bold;
	color: #ffffff;
	background: #000066;
	border: 1px solid #000000;
}

.sortby
{
	color: #ffffff;
	background-color: #0000cc;
}

.sortby1
{
	color: #ffffff;
	background-color: #000066;
}

.question
{
	font-weight: normal;
	color: #000000;
}

.field
{
	font-weight: normal;
	color: #000000;
}

.rowover
{
	background-color: #ffffcc;
}

.rowout
{
	background-color: #ffffff;
}

.error
{
	font-weight: bold;
	color: #cc0000;
}

.line
{
	border-bottom: 2px dotted #cccccc;
}

.thumbnail
{
	border: 2px solid #000000;
	background-color: #cccccc;
}

.box
{
	text-align: center;
	background-color: #f8f8f8;
	border: 2px dotted #666666;
}

.note
{
	font-size: x-small;
	color: #999999;
	text-align: right;
	margin: 1em 3em 1em 3em;
}

.menu
{
	float: right;
	width: 80px;
	font-size: x-small;
	text-align: center;
	background-color: #ffffff;
	border: 1px solid #000066;
	padding: 1px 2px 1px 2px;
	margin: 0px 2px 6px 0px;
}

ol.structure
{
	list-style-type: none;
	padding: 6px 20px;
	margin: 1em 50px;
	border: 3px solid #000;
}

ol.structure ol
{
	list-style-type: none;
	padding: 6px 20px;
	margin: 6px;
	border: 2px solid #000;
}

ol.structure ol ol
{
	border-width: 1px;
}

ol.structure ol ol ol
{
	border-color: #999;
}

ol.structure li { padding: 0; margin: 0 0 6px 0; }

A.menu:link { color: #000066; font-weight: bold; text-decoration: none; }
A.menu:visited { color: #000066; font-weight: bold; text-decoration: none; }
A.menu:hover { color: #ffffff; font-weight: bold; text-decoration: none; background-color: #0000cc; }
A.menu { color: #000066; font-weight: bold; text-decoration: none; }

A.edit:link { color: #ffffff; font-weight: bold; text-decoration: none; }
A.edit:visited { color: #ffffff; font-weight: bold; text-decoration: none; }
A.edit:hover { color: #ffffcc; font-weight: bold; text-decoration: none; }
A.edit { color: #ffffff; font-weight: bold; text-decoration: none; }

A.field:link { color: #666666; text-decoration: none; }
A.field:visited { color: #666666; text-decoration: none; }
A.field:hover { color: #6666cc; text-decoration: underline; }
A.field { color: #666666; text-decoration: none; }

A:link { color: #0000ff; text-decoration: none; }
A:visited { color: #0000ff; text-decoration: none; }
A:hover { color: #cc0000; text-decoration: underline; }
A { color: #0000ff; text-decoration: none; }

