/* CSS Document */

html, body {
	width: 760px;
	margin: 0 auto;
	background-image: url(images/pagebg.gif);
	background-position: top;
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.top {
	background-color: #2e3192;
	padding-left: 30px;
	padding-right: 30px;
}
.menuarea {
	background-image: url(images/menuareaBG.jpg);
	background-position: top;
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-right: 30px;
	height: 224px;
}
.bluecontent {
	background-color: #2e3192;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.whitecontent {
	background-color: #FFFFFF;
	padding-bottom: 20px;
	padding-top: 20px;
	font-size: 11px;
	line-height: 18px;
	color: #3c4246;
}
.whitecontent a {
	color: #3c4246;
	text-decoration: underline;
}
.whitecontent a:hover {
	color: #3c4246;
	text-decoration: none;
}
.welcometxt {
	background-image: url(images/welcome-img.gif);
	background-position: 0 20px;
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-top: 85px;
	padding-right: 20px;
	padding-bottom: 15px;
}

.footer {
	margin-left: 30px;
	margin-right: 30px;
	padding-top: 10px;
	padding-bottom: 40px;
	line-height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}
.footer a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

.subpagetxt {
	padding-left: 10px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
}
.subpagetxt h1 {
	font-size: 14px;
	color: #2e3192;
	font-weight: bold;
}
.subpagetxt p {
	font-size: 11px;
	line-height: 18px;
	color: #3c4246;
}
.menu {
	margin-left: 12px;
	margin-right: 20px;
	margin-bottom: 15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #2e3192;
}
.menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-left: 0px;
}

.menu ul li {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	background-image: url(images/submenu-line.gif);
	background-position: 0px 23px;
	background-repeat: no-repeat;
	line-height: 24px;
}

.menu ul li a {
	color: #2e3192;
	text-decoration: none;
}

.menu ul li a:hover {
	color: #f98313;
	font-size: 10px;
	padding-left: 12px;
	background-image: url(images/link-BG.gif);
	background-position: 0 -5px;
	background-repeat: no-repeat;
}
.submenu-header {
	margin-left: 12px;
	margin-right: 20px;
	margin-top: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #2e3192;
	background-image: url(images/submenu-header.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-top: 5px;
	height: 24px;
}
.submenu-header  a {
	color: #2e3192;
	text-decoration: none;
}
.submenu-header  a:hover {
	color: #f98313;
	text-decoration: none;
}

.eurosymbol-content {
	margin-bottom: 10px;
	margin-top: 15px;
	padding-bottom: 15px;
	border-bottom: dotted 1px #97a1a7;
}
.eurosymbol-content a {
	font-size: 11px;
	font-weight: bold;
	color: #2e3192;
	text-decoration: none;
}
.eurosymbol-content a:hover {
	font-size: 11px;
	font-weight: bold;
	color: #ff7c00;
	text-decoration: none;
}