body {
  background-color: white;
  color: #0924BF;
  font-family: Arial, sans-serif;
  font-size: 11px;
  margin: 0;
  padding: 0;
}

table,td {
  font-family: Arial, sans-serif;
  font-size: 11px;
}

TD.SEPA{
	width: 1px;
	height: 100%;
	border-left-color: #0924BF;
	border-left-style: solid;
	border-left-width: 1px;
}

th {
	background-color: #0924BF; 
	color: white;
}
FORM,SELECT,INPUT,TEXTAREA {
	color: #0924BF;
	font-family: Arial, sans-serif;
	font-size: 11px;
	margin:0;padding:0
}

img {
  border: 0;
}
.copyr{
	font-family: Arial, sans-serif;
	font-size: 11px;
	text-decoration:none;
	font-weight:normal;
	color: #BCC2E2;
}