body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
A {
	font-family: Arial, Helvetica, sans-serif;
	color: #5aa6f6;
	font-weight: bold;
	text-decoration: underline;
}
A:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #5289bc;
	text-decoration: underline;	
}
.heading {
	font-size: 100%;
	color: #5aa6f6;
	font-weight: bold;
}
.subheading {
	font-size: 90%;
	font-weight: bold;
	color: #5aa6f6;
}
.sectionheading {
	font-size: 75%;
	font-weight: bold;
	color: #5aa6f6;
}
.textnormal {
	font-size: 75%;
	color: #5289bc;
	line-height: 16px;
}
.textnormalblue {
	font-size: 75%;
	color: #5881C6;
	line-height: 16px;
}
.textmandatory {
	font-size: 75%;
	color: #FF0001;
	line-height: 16px;
}
.newstext {
	font-size: 70%;
	color: #444446;
	line-height: 16px;
}
.cookietext {
	font-family: Arial Narrow, Helvetica, sans-serif;
	font-size: 90%;
	color: #5aa6f6;
	font-weight: bold;
	text-decoration: underline;
}
.cookietext:hover {
	font-family: Arial Narrow, Helvetica, sans-serif;
	font-size: 90%;
	color: #5289bc;
	text-decoration: underline;	
}
.cookietexthi {
	font-size: 75%;
	font-weight: bold;
	color: #5289bc;
}
.footertext {
	font-size: 65%;
	color: #9F9F9F;
}
.footerlink {
	font-size: 65%;
	color: #9F9F9F;
	text-decoration: underline;	
}
.footerlink:hover {
	font-size: 65%;
	color: #5AA6F6;
	text-decoration: underline;	
}
.textlink {
	font-size: 100%;
	color: #5881C6;
	text-decoration: underline;
}
.textlink:hover {
	font-size: 100%;
	color: #5aa6fc;
	text-decoration: underline;	
}
.textlinksearch {
	font-size: 70%;
	color: #414143;
	text-decoration: underline;
}
.textlinksearch:hover {
	font-size: 70%;
	color: #ffffff;
	text-decoration: underline;
}
.formtext {
	font-size: 75%;
	color: #535353;
}
.inputbox{
	border: 1px solid #B5B5B5;
	background-color: #EDEDED;
}
.searchbox{
	border: 1px solid #00466A;
	background-color: #FFFFFF;
}
textarea {
	border: 1px solid #B5B5B5;
	background-color: #EDEDED;
}
select {
	background-color: #EDEDED;
}
.tableheading {
	background-color: #5289bc;
	font-size: 75%;
	color: #FFFFFF;
	line-height: 16px;
	font-weight: bold;
}

.tableheadinglink {
	color: #FFFFFF;
	line-height: 16px;
	font-weight: bold;
	text-decoration: underline;
}

.tableheadinglink:hover {
	color: #8AD6FF;
	line-height: 16px;
	font-weight: bold;
	text-decoration: underline;
}

.textmenu {
	font-size: 70%;
	color: #414143;
	text-decoration: none;
}

.textmenu:hover {
	font-size: 70%;
	color: #5AA6F6;
	text-decoration: none;
}

.topmenu {
	font-size: 70%;
	color: #FFFFFF;
	text-decoration: none;
}

.topmenu:hover {
	font-size: 70%;
	color: #FFFFFF;
	text-decoration: underline;
}

.imageborder {
	border: 1px solid #5289bc;
}

.imageborder:hover {
	border: 1px solid #5aa6f6;
}

.popuptitle {
	font-size: 75%;
	color: #FFFFFF;
	line-height: 16px;
}