body {
	font-family: arial ,verdana, sans-serif;
	font-size: 75%;
	/*font-size: 12px;*/
	background-color: White;
	color:#000000;
	margin-left:50px;
	margin-top: 25px;
}

table {
	/*font-family: arial ,verdana, sans-serif;*/
	font-size: 100%;
	/*font-size: 12px;*/

}

a:link { 
	color: #003163;
	text-decoration: none; 
}

a:visited { 
	color: #8C1831;
}

a:active { 
	color: #003163;
}

a:hover {
	text-decoration: underline;
}

select, .select {
	font-size: x-small;
}

.titel {
	font-weight: bold;
	margin-top: 0px;
	margin-right : 80px;
	margin-bottom : -10px;
	font-size: 200%;
}

.inputtext {
	font-family: arial ,verdana, sans-serif;
	font-size: 75%;
	color:#000000;
	width: 245px;
}

.inputbutton {
	background-color: #eeeeee;
	border: #1D3377 1px solid;
	/*border-left: #1D3377 1px solid;
	border-right: #1D3377 1px solid;
	border-top: #1D3377 1px solid;*/
	width: 70px;
	height: 20px;
	color: #1D3377;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}