BODY {
	scrollbar-face-color: #0395C2;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-3dlight-color: #CCCCCC;
	scrollbar-darkshadow-color: #CCCCCC;
	scrollbar-base-color: #CCCCCC;
	background-color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
	margin: 0 0 0 0;
}

A {
	text-decoration: none;
	color: #0395C2;
}

A:HOVER {
	text-decoration: none;
	color: #F29400;
}

A.footer {
	text-decoration: none;
	color: #333333;
}

A:HOVER.footer {
	text-decoration: none;
	color: #F29400;
}


.kop1 {
	font-size: 18pt;
	color: #0395C2;
	font-weight : bold;
}

.kop2 {
	font-size: 11pt;
	color: #0395C2;
	font-weight : bold;
	line-height: 24px;
}

.kop3 {
	font-size: 9pt;
	color: #333333;
	font-weight : bold;
	line-height: 18px;
}

/* START - Table settings  */

TABLE.intext {
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	width: 700px;
}

/* Table Header */
TH {
	font-size: 9pt;
	background-color: #0395C2;
	color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: top;
}

.THleft {
	text-align: left;
}

.THcenter {
	text-align: center;
}

.THright {
	text-align: right;
}

/* Table Cells */
TD {
	font-size: 9pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	vertical-align: top;
}

.TDleft {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	text-align: left;
}

.TDcenter {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	text-align: center;
}

.TDright {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	text-align: right;
}

.TDleftAccent {
	font-weight: bold;	
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	text-align: left;
	color: #555555;
	background-color: #EEEEEE;
}

/* Table Last Row */
.TDleftlast {
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #CCCCCC;
	text-align: left;
}

.TDcenterlast {
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #CCCCCC;
	text-align: center;
}

.TDrightlast {
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #CCCCCC;
	text-align: right;
}
/* END - Tabel A settings  */

TD.footnote {
	font-size: 7pt;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.main {
	background-color: transparent;
	background-color: transparent;
}

TD.menuslogan {
	font-size: 12pt;
	padding-top: 7px;
	padding-left: 20px;
	padding-right: 0px;
	width: 550px;
	color: #FFFFFF;
	word-spacing: -2px;
	font-weight: bold;
/*	font-family: "Courier New", Courier, monospace;*/
}

TD.topmenutopa {
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
/*	background-color: #73A542;*/
}

TD.topmenutopb {
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
}

TD.topmenu {
	background: url(../_images/bg_topmenu.gif) repeat-x;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
}

.sidemenukop {
	font-size: 9pt;
	color: #333333;
	font-weight : bold;
	padding-top: 10px;
	padding-bottom: 5px;
	text-align: center;
}

.sidemenupict {
	text-align: center;
}

#content_wrapper {
	width: 877px;
	margin-top: 73px;
	margin-left: 110px;
	margin-right: 35px;
	margin-bottom: 75px;
	background-color: #FFFFFF;
	z-index: 5;
	-moz-border-radius: 25px;
 	border-radius: 25px;
}

#content {
	padding-left: 125px;
	padding-right: 55px;
	padding-top: 45px;
	padding-bottom: 25px;
	font-size: 9pt;
	color: #333333;
	position: relative;
	z-index: 6;
}

#footer {
	font-size: 8pt;
	color: #333333;
	border-top: 1px solid #0395C2;
	padding-top: 5px;
	padding-bottom: 55px;
	margin-top: 55px;
	margin-left: 85px;
	margin-right: 85px;
	background-color: #FFFFFF;
	text-align: center;
	z-index: 7;
}

#wrapper {
	position: relative;
	left: 50%;
	width: 1300px;
	margin-left: -650px; /* - (width/2)  */
	background-color: transparent;
	background: url(../_images/background.jpg) no-repeat;
}

#innerwrapper {
	position: relative;
	left: 50%;
	width: 1020px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: -510px; /* - (width/2)  */
	background-color: transparent;
}

#sidemenu {
	position: absolute;
	width: 175px;
	height: 530px;
	left: 28px;
	top: 185px;
	text-align: center;
	background: url(../_images/bg_sidemenu.png) no-repeat;
	background-color: transparent;
	z-index: 11;
}

#blocklist li {
	list-style-image: url(../_images/listblock.gif);
}