body {
	margin: 0px;
	padding: 0px;
	
	font-family: Arial;
	font-size: 14px;
}

fieldset {
	border: 1px solid #184c9b;
}
legend {
	color: #184c9b;
}
form {
	color: black;
}
.loginform {
	width: 250px;
	margin: auto;

}
.menu {
	width: 155px;
	margin-left: 0px;
	margin-top: 30px;
	background: #EBF3FF;
	color: #184c9b;
	border: 1px solid #184c9b;
	padding: 5px;
	padding-bottom: 10px;
	padding-top: 10px;
	float: left;
}
.menu a {
	color: #184c9b;
	display: block;
	text-decoration: none;
}
.menu a:hover {
	text-decoration: underline;
}
.menu .sub {
	margin-left: 16px;
}

.menu .gap {
	margin-top: 10px;
}

.text {
	margin-right: 10px;
}
.text h1 {
	color: #184c9b;
	font-size: 150%;
	padding-left: 35px;
	border-bottom: 1px solid #184c9b;
	width: 50%;
}
.text th {
	color: #184c9b;
	font-size: 95%;
}
.text a {
	color: #184c9b;
	text-decoration: none;
}
.text a:hover {
	text-decoration: underline;
}
.red {
	color: #800000;
	text-align: center;
	display: inline;
}
.green {
	color: #008000;
	text-align: center;
	display: inline;
}
.black {
	color: black;
	text-align: center;
	display: inline;
}
.comment {
	color: #184c9b;
	font-size: 85%;
	display: inline;
}
hr {
	color: #184c9b;
	width: 70%;
}
.centr {
	text-align: center;
}
.row {
	display: inline;
}

.inputerror {
	border: 1px solid red;
}
.right
{
	text-align: right;
}
.grey {
	display: inline;
	color: gray;
	font-size: 70%;
}

table.workTable th {
    border-bottom: 1px solid black;
    border-top: 1px solid black;
}

table.workTable th, table.workTable td {
    border-right: 1px solid black;
}
