body { background-color:#eeeeee;
}
.pageheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	color: #006699;
}
.pagebody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #333333;
}
.pagebodybold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #000000;
}
.supportlinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
.newslink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.newsheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.bgeuroflag {
	background-image: url(images/euroflag3.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.minitxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #999999;
	text-align: center;
}
.white {
	color: #FFFFFF;
	background-color: #FFFFFF;
}

.pgBorder {
	border: 1px solid #eeeeee;
	background-color:#FFFFFF;
}

.pageHeader {
	color: #05577F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

#navcontainer { 
width: 138px; 

}

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

#navcontainer a
{
display: block;
padding: 5px 10px ;
width: 100%;
background-color: none;
border-bottom: 1px solid #ffffff;
}

#navcontainer a:link, #navlist a:visited
{
color: #000000;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #2B8825;
color: #ffffff;
}


#navcontainer2 { margin-left: 10px; }

/*Fat Erik's Pipelist*/
#navlist2
{
list-style: none;
padding: 0;
margin: 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight:bold;
color: #000000;
text-decoration: none;
}

#navlist2 li
{
display: inline;
padding: 0;
margin: 0;
}



#navcontainer2 a:link, #navlist2 a:visited
{
color: #006699;
text-decoration: none;
}

#navcontainer2 a:hover
{
color: #000000;
}


#navlist2 li:before { content: "| "; }
#navlist2 li:first-child:before { content: ""; }

/*IE workaround*/
/*All IE browsers*/
* html #navlist2 li
{
border-left: 1px solid black;
padding: 0 0.9em 0 0.9em;
margin: 0 0.4em 0 -0.4em;

}

/*Win IE browsers - hide from Mac IE\*/
* html #navlist2 { height: 1%; }

* html #navlist2 li
{
display: block;
float: left;

}

/*End hide*/
/*Mac IE 5*/
* html #navlist2 li:first-child { border-left: 0; }
