p, td, a, h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}

h1 {
	font-size: 12pt;
	font-weight: bold;
}
h2 {
	font-size: 11pt;
	font-weight: bold;
}
h3 {
	font-weight: bold;
}
a:link {
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 10pt; 
	color: #375165; 
	font-weight: bold;
	text-decoration: none; 
}
a:visited { 
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 10pt; 
	color: #000000; 
	font-weight: bold;
	text-decoration: none; 
}
a:active { 
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 10pt; 
	color: #000000; 
	font-weight: bold;
	text-decoration: none; 
}
a:hover { 
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 10pt; 
	color: #000000; 
	font-weight: bold;
	text-decoration: underline;
}
.box {
	border: 1px solid #064BB3;
	background-color: #74C0FA;
}
.boxtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	background-color: #064BB3;
}

.navigation {
	text-align: center;
	vertical-align: middle;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 6pt;
	color: #000000;
	text-align: center;
}
.ContentBox {
	border: 1px solid #064BB3;
	background-color: #FFFFFF;
}

.tdMarkiert {
	background-color: #E4E4E4;
}


