body {
	font-family: "arial,sans-serif";
}

caption {
	text-align: left;
	color: #296614;
	font-size: 1.2em;
	font-style: italic;
}

code {
	background-color: #eeeeee;
}

div.content {
	float: left;
	padding-left: 4px;
	padding-right: 4px;
}

div.navigationbar {
	background-color: #eeffff;
	float: left;
	margin-right: 4px;
	padding-left: 4px;
	padding-right: 8px;
}

form {
	background-color: #ffffd0;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	width: 100%;
	max-width: inherit;
	margin-bottom: 1em;
	padding-bottom: 2px;
	padding-top: 2px;
}

html {
	background-color: #FFFFD8;
}

h1 {
	margin-bottom: 1.2em;
	margin-top: 1.2em;
}

h2,h3 {
	margin-bottom: 1.1em;
	margin-top: 1.1em;
}

h4,h5 {
	margin-bottom: 1em;
	margin-top: 1em;
}

/* Override the general h settings if in a topbar. */
table.topbar h1,table.topbar h2,table.topbar h3,table.topbar h4,table.topbar h5
	{
	margin-bottom: 1px;
	margin-top: 1px;
	text-align: center;
}

div.navigationbar h1,div.navigationbar h2,div.navigationbar h3,div.navigationbar h4,div.navigationbar h5
	{
	margin-bottom: 3px;
	margin-top: 3px;
	text-align: center;
}

iframe {
	margin-bottom: 1em;
	margin-top: 1em;
}

iframe.navigationbar {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	height:840px;
	width: 240px;
}

img {
	margin-bottom: 1em;
	margin-top: 1em;
}

input {
	margin-right: 8px;
}

input.inputlongtext {
	width: 640px;
}

input.inputtext {
	width: 240px;
}

input.inputshorttext {
	width: 120px;
}

input.inputpassword {
	width: 240px;
}

ol {
	margin-bottom: 1em;
}

p {
	text-align: justify;
}

div.navigationbar p {
	font-weight: bold;
	margin-bottom: 3px;
	margin-top: 3px;
	text-align: center;
	margin-bottom: 3px;
}

table {
	width: 100%;
	margin-bottom: 1em;
}

table.navigationbar {
	background-color: #f0ffff;
	margin-bottom: 1px;
}

table.nested {
	border: 1px dotted gray;
	margin-bottom: 1px;
}

table.topbar {
	background-color: #f0ffff;
	border: 1px solid black;
	border-radius: 10px;
	margin-bottom: 2px;
}

td {
	text-align: justify;
}

textarea {
	width: 100%;
}

th {
	text-align: center;
	border-bottom: 1px solid black;
}

tr {
	vertical-align: top;
}

tr.tr1 {
	background-color: #ffffd0;
}

tr.tr2 {
	background-color: #ffffb0;
}

ul {
	margin-bottom: 1em;
}

div.navigationbar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.errors {
	background-color: cyan;
	color: red;
}

.topmargin12 {
	margin-top: 12px;
}

.txtaligncenter {
	text-align: center;
}

.txtalignjustify {
	text-align: justify;
}

.txtalignleft {
	text-align: left;
}

.txtalignright {
	text-align: right;
}