
body
{
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	text-align: left;

	background: #FFF;
}
*
{
	margin: 0;
	border: 0;
	padding: 0;
}

ul
{
	list-style: none;
	width: 100%;
	overflow: hidden;
}
li
{
	position: relative;
	height: 50px;
	border-bottom: 1px solid #AAA;
}
.odd
{
	background: #FAFAFC;
}
li:hover a
{
	/*background: #EEE;*/
	text-decoration: underline;
}

#Header
{
	width: 100%;
	height: 86px;

	border-top: 1px solid #AAA;
	border-bottom: 1px solid #AAA;

	overflow: hidden;
}
#Header img
{
	border-right: none;
	padding: 5px 3px 17px;
}
#MainTitle
{
	position: relative;
	left: -8px;
	top: -33px;

	font-size: 14px;
	color: #D00;
}
#SubTitle
{
	position: relative;
	top: -21px;

	font-size: 10px;
	text-align: center;
	color: #555;
}

#DisclaimerLink
{
	position: relative;
	top: -15px;
	color: #AAA;

	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 8px;
	text-align: center;
}
#Disclaimer
{
	padding: 10px 2px 3px;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 8px;
	text-align: center;
}

.imgEs
{
	position: absolute;
	right: 2px;
	bottom: 2px;
	width: 16px;
	height: 16px;
	background: url(images/es.png);
}
.imgNl
{
	position: absolute;
	right: 2px;
	bottom: 2px;
	width: 16px;
	height: 16px;
	background: url(images/nl.png);
}
.imgUk
{
	position: absolute;
	right: 2px;
	bottom: 2px;
	width: 16px;
	height: 16px;
	background: url(images/uk.png);
}
img
{
	width: 44px;
	height: 44px;

	border-right: 1px solid #AAA;
	padding: 3px;
}
.title
{
	position: relative;
	left: 56px;
	top: -46px;

	font-size: 14px;
	font-weight: bold;
	color: #555;
}
.download
{
	position: relative;
	left: 56px;
	top: -42px;
}

table
{
	margin: 10px 0px 0px 16px;

	border-collapse: collapse;
	border-spacing: 0;
}
tr
{
	display: block;
	height: 96px;
}
td
{
	padding: 0px 8px;
}

a
{
	/*color: #999;*/
	text-decoration: none;
}
/*a:hover
{
	border: 0;
	text-decoration: underline;
}
a:active
{
	border: 0;
	text-decoration: underline;
}*/
/*div.text
{
	position: relative;
	top: -12px;
	width: 88px;
}*/
