/**
 * General text styles
 */

body, a, p, h1, h2, h3, button, input, td, th, div, span {
	font-family: arial;
	font-size: 12px;
	line-height: 180%;
	color: #000000;
}

a {
	font-family: arial;
	font-size: 12px;
	line-height: 180%;
	color: #2764aa;
}

body {
	background-position: top center;
}

body {
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

a img {
	border: none;
}

a {
	text-decoration: none;
}

p {
	margin-top: 5px;
	margin-bottom: 12px;
}

table {
	border: none;
	border-collapse: collapse;
}

h1 {
	font-size: 20pt;
	margin-bottom: 10px;
	margin-top: 40px;
	line-height: 100%;
	color: #2c2626;
}

h2 {
	font-size: 15pt;
	font-weight: normal;
	margin: 12px 0px;
}

h3 {
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
}

h4 {
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 8px;
	margin-top: 5px;
}

td.padded {
	padding: 0px 0px 0px 25px;
}

td.padded2 {
	padding: 20px 10px 0px 40px;
}

a:hover {
	text-decoration: underline;
}
	
div.content {
	padding: 0 40px 0 25px;
}

th{
	border-right: 1px solid #FFFFFF; 
	padding: 2px 8px;
	background: #111111;
	font-weight: bold;
	font-size: 8pt;
	color: #ffffff;
}
	
/* Layout sidfoten */
#footer {
	border-top: 1px solid #555555; 
	margin-top: 50px;
	margin-bottom: 70px;
	font-weight: normal;
	font-size: 8pt;
	color: #555555;
}