body {
	padding: 10px;
	color: #000000;
	text-align: left;
	margin: auto;
	font-family: sans-serif;
	font-size: 8pt;
	background: #fbface;
	width: 90%
}

table.show {
	width: 100%;
	background: #e5f3c7
}

table.show td {
	vertical-align: top;
	border: solid 1px black;
}

td.header {
	background: #bab9ff;
	font-weight: bold
}

td.divider {
	background: #bb3333;
	height: 7px
}


td.mark {
	background: #efefef;
}

.info {
	border-bottom: 1px dashed blue
}

.title {
	color: #bb3333;
	font-weight: bold;
	font-size: 12pt;
}

a {
	color: #687076;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #000000
}

hr {
	width: 100%
}

div#header {
	text-align: center
}

div#footer {
	text-align: center
}

div#menu {
	text-align: center
}

div#go_top {
	position:fixed;
	left: 1px;
	top: 30px;
	border: 1px solid #bb3333
}

div#login {
	margin-top: 50px;
	width: 100%;
	border: 1px solid black;
	padding: 5px;
	text-align: center
}

.input {
	border: 1px solid black;
	font-size: 10pt;
	font-family: monospace, verdana;
	font-style: normal;
	margin: 2px
}

input
{
	color: 000000;
	border: 1px black solid;
	background: ffffff;
}
