body {
	margin: 0;
	text-align: center;
	font-size: 62.5%;
	font-family: verdana, arial, sans-serif;
	background: #fff;
	}
	
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	

#content_3col ul li{
	margin-bottom:6px;
	line-height:1.4em;
	font-size:0.9em;}
	
#content_3col ul
{
	margin-left: 5em;
	list-style:disc;
	font-size: 1.1em;
}

	
li.assurance{
	list-style:disc;
	font-size: 1.1em;
}
.arrow{
background-image:url("../images/green-arrow.gif");
background-repeat:no-repeat;
margin-top:0px;
margin-left:0px;
}
.arrow span{
margin-left:20px;
font-weight:bold}
/* header */	
#headercontainer {
	width: 100%;
	border-bottom: 3px solid #bfc229;
	padding: 0;
	text-align: center;
	}
	
#header {
	width: 96em;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: left;
	display: block;
	}

.headerlogo {
	float: left;
	margin-left: 1.5em;
	display: inline;
	border: 0;
	}
	
/* main nav */	
ul#navigation {
	float: left;
	display: inline;
	margin-top: 1.6em;
	padding: 0;
	}

#nav_nl {
	width: 91em;
	margin: 0 auto 0 auto;
	clear: both;
	}
	
#nav_en {
	width: 81em;
	margin: 0 auto 0 auto;
	clear: both;
	}
	
ul#navigation li {
	margin: 0;
	padding: 0;
	display: inline;
	}
	
ul#navigation li a {
	float: left;
	display: block;
	background:url("../images/nav/nav_left.gif") left top no-repeat;
	text-decoration: none;
	font-size: 1.2em;
	padding-left: 7px;
	cursor: pointer;
	}
	
ul#navigation li a span {	
	background:url("../images/nav/nav_right.gif") right top no-repeat;
	float: left;
	display: block;
	padding: 6px 14px 5px 7px;
	color: #004181;
	}
	
ul#navigation li a:hover span, ul#navigation li.current a span {
	background-position: 100% -176px;
	color: #fff;
	}

ul#navigation li a:hover, ul#navigation li.current a {
	background-position: 0% -176px;
	}
/* end main nav */
	
	
/* report nav */
ul#reportnav {
	margin: 0 0 0 28em;
	padding: 0;
	float: left;
	display: inline;
	clear: none;
	}
	
ul#reportnav li {
	display: inline;
	margin: 0;
	padding: 0;
	}
	
ul#reportnav li a {
	float: left;
	display: inline;
	text-decoration: none;
	font-size: 1.2em;
	cursor: pointer;
	padding: 4px 10px 4px 10px;
	color: #474747;
	margin: 0;
	}
	
ul#reportnav li a:hover {
	color: #fff;
	}
	
ul#reportnav li#annualreview a {
	background:url("../images/nav/subnav_left_bg.gif") left bottom no-repeat;
	}
	
ul#reportnav li#annualreview a:hover, ul#reportnav li#annualreview.current a {
	background-position: 0% 47%;
	color: #fff;
	}
	
ul#reportnav li#annualreport a {
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	background:url("../images/nav/subnav_ar_bg.gif") left bottom no-repeat;
	}
	
ul#reportnav li#annualreport a:hover, ul#reportnav li#annualreport.current a {
	background-position: 0% 47%;
	}
	
ul#reportnav li#csrreport a {
	background:url("../images/nav/subnav_csr_bg.gif") right bottom no-repeat;
	}
	
ul#reportnav li#csrreport a:hover, ul#reportnav li#csrreport.current a {
	background-position: 100% 47%;
	color: #fff;
	}
/* end report nav */

	
/* begin services box styles, floats right */
#services_en {
	width: 23em;
	margin: 0.5em 1.5em 0 0;
	float: right;
	text-align: right;
	clear: none;
	display: inline;
	}
	
#services_nl {
	width: 21.8em;
	margin: 0.5em 1.5em 0 0;
	float: right;
	text-align: right;
	clear: none;
	display: inline;
	}
	
form, input, form p {
	margin: 0;
	padding: 0;
	}
	
#search {
	float: right;
	}
#search label {
	float: left;
	}
#zoom_query {
	background:url("../images/search_bg.gif") left bottom repeat-x;
	background-color: #fbfbfb;
	border: 1px solid #a2a2a2;
	height: 22px;
	margin: 0 4px 0 0;
	float: left;
	}
	
.search_nl {
	width: 152px;
	}
	
.search_en {
	width: 158px;
	}
	
/* service nav */
ul#servicenav {
	float: right;
	margin: 0.8em 0 0 0;
	}
	

	
ul#servicenav li {
	display: inline;
	}
	
ul#servicenav li a {
	display: inline;
	text-decoration: none;
	color: #3f3d3d;
	font-size: 1.1em;
	margin-left: 0.6em;
	margin-right: 0.8em;
	}
	
ul#servicenav li.first a {
	margin-left: 0;
	}
	
ul#servicenav li.last a {
	margin-right: 0;
	}
	
ul#servicenav li a:hover {
	text-decoration: underline;
	color: #000;
	}
/* end service nav */

p.languagelink{
	color: #3f3d3d;
	margin-bottom: 1em;
	float:left;
	}
	
#services_en p.languagelink {
	margin-left: 0.4em;
	display: inline;
	}
#services_nl p.languagelink {
	margin-left: 0.4em;
	display: inline;
	}
	
p.languagelink a {
	color: #3f3d3d;
	}
	
p.languagelink a:hover {
	text-decoration: none;
	}
	
p.kpnsite {
	text-align:left;
	float:right;
	margin-bottom: 1em;
	}
	
p.kpnsite a {
	color: #3f3d3d;
	text-decoration: none;
	}
	
p.kpnsite a:hover {
	text-decoration: underline;
	}
	
/* end services box */

/* end header */
	
#container {
	width: 100%;
	padding-top: 3em;
	background: url(../images/page/csr_container_topborder.gif) left top repeat-x;
	}
	
#main {
	width: 93em;
	margin: 0 auto 0 auto;
	text-align: left;
	padding: 0 1.5em 0 3em;
	}
	
#content {
	width: 74em;
	padding: 0;
	float: left;
	margin-left: 2em;
	display: inline;
	}
	
#content_3col {
	width: 57em;
	float: left;
	margin-left: 2em;
	display: inline;
	}
	
#sidebar_3col {
	width: 30em;
	float: right;
	}
	
#ceoreview_content {
	width: 53em;
	float: left;
	}
	
#ceoreview_sidebar {
	width: 36.8em;
	float: right;
	}
	
.qa_image {
	float: left;
	margin-right: 1.5em;
	}
	
#groupglance_content {
	width: 100%;
	float: left;
	}
	
#groupglance_sidebar {
	width: 29.5em;
	float: right;
	}
	
.divisioncolumn {
	width: 30em;
	float: left;
	display: inline;
	}
	
.divisioncolumn p {
	font-size: 1.05em;
	line-height: 1.3em;
	}
	
.divisioncolumn img {
	margin-bottom: 0;
	}
.footer-links{
vertical-align:baseline;}
	
.divisioncolumn2 {
	width: 21em;
	float: left;
	display: inline;
	}
	
.divisioncolumn2 p {
	font-size: 1.05em;
	line-height: 1.3em;
	}
	
.divisioncolumn2 img {
	margin-bottom: 0;
	}
	
#wholesaledivision2_col {
	width:30%;
	margin-left: 1.5em;
	}
#wholesaledivision2_col .box img{
	padding-left:10px;
	}		
#wholesaledivision2_col .box {
	background-color: #f7f8cc;
	padding: .5em;
	margin-top: 0em;
	height:30em;
	}
#wholesaledivision2_col .box2 {
	background-color: #f7f8cc;
	padding: .5em;
	margin-top: 0em;
	height:1.5em;
	}
#wholesaledivision2_col .box3 {
	background-color: #f7f8cc;
	padding: .5em;
	margin-top: 0em;
	height:3em;
	}
#wholesaledivision3_col {
	width:30%;
	margin-left: 1.5em;
	}
#wholesaledivision3_col .box img{
	padding-left:10px;
	}		
#wholesaledivision3_col .box {
	background-color: #f7f8cc;
	padding: .5em;
	margin-top: 0em;
	height:30em;
	}
#wholesaledivision3_col .box2 {
	background-color: #f7f8cc;
	padding: .5em;
	margin-top: 0em;
	height:1.5em;
	}
#wholesaledivision3_col .box3 {
	background-color: #f7f8cc;
	padding: .5em;
	margin-top: 0em;
	height:3em;
	}
#wholesaledivision4_col {
	width:30%;
	margin-left: 1.5em;
	}
#wholesaledivision4_col .box img{
	padding-left:10px;
	}		
#wholesaledivision4_col .box {
	background-color: #f7f8cc;
	padding: .5em;
	margin-top: 0em;
	height:30em;
	}
#wholesaledivision4_col .box2 {
	background-color: #f7f8cc;
	padding: .5em;
	margin-top: 0em;
	height:1.5em;
	}
#wholesaledivision4_col .box3 {
	background-color: #f7f8cc;
	padding: .5em;
	margin-top: 0em;
	height:3em;
	}
#wholesaledivision_col {
	margin-left: 1em;
	}
	
#wholesaledivision_col .box {
	background-color: #f7f8cc;
	padding: 1em;
	margin-top: 0.3em;
	
	}
#wholesaledivision_col .box2 {
	background-color: #f7f8cc;
	padding: 1em;
	margin-top: 0.3em;
	height:40em;	
	}

#wholesaledivision_col .box img{
padding-left:5px;
padding-bottom:5px;}

#downloads p.footnote {
	margin-top:1em;
}

#downloads ul {
	font-size:1.2em;
	margin-top:1em;
}

#downloads h2 {
	margin-top:4px;
	
}
#downloads  {
margin-left:5px;
height:194px;
width:300px;
}


#downloads ul li {
	margin-bottom:1em;
	width:285px;
}

#downloads ul a {
	display:block;
}
ul.downloads2 li{ list-style-type:none;}

ul.downloads2 li a {
	padding-left:20px;
	display:inline;
	height:20px;
	background:	url(../images/pdf.jpg) no-repeat; 
	list-style:none;
	vertical-align:top;
}



 ul.homepg_list {margin-left: 0px}
 ul.homepg_list li {background-image: none; float: left; padding-left: 0; width: 270px; margin: 0}
 ul.homepg_list li a {color: #9C9E32; font-weight: bold; text-decoration: none; padding-bottom: 1px;}
 ul.homepg_list li a:hover {text-decoration: underline}
ul.homepg_list li span {display: inline; font-size: 220%; font-weight: bold; color: #9C9E32}
#gag h2 {float: left; clear: right}
#gag ul.homepg_list {float: right}
#gag ul.homepg_list li {
	width: 230px; 
	padding: 0 0 20px 20px;
	}

#downloads ul.homepg_list a span {font-weight: bold; color: #9C9E32; font-size: 100%}
#downloads ul.homepg_list a span {color: #000000; font-size: 100%; font-weight:normal;}
#downloads div div ul.homepg_list a {font-weight: normal }
#downloads .footnote {clear: left}
div.bl, div.overview {position: relative}


	
	
#consumerdivision_col .box {
	background-color: #deecc8;
	padding: .5em;
	margin-top: 0.3em;
	height:37em;
	}
#consumerdivision_col .box img{
	padding-left:10px;
	}	
#businessdivision_col {
	margin-left: 1.5em;
	}
#businessdivision_col .box img{
	padding-left:10px;
	}		
#businessdivision_col .box {
	background-color: #eeeff4;
	padding: .5em;
	margin-top: 0.3em;
	height:37em;
	}
	
#operationdivision_col {
	margin-left: 1.5em;
	}
	
#operationdivision_col .box {
	background-color: #f7f8cc;
	padding: 0.5em;
	margin-top: 0em;
	height:30em;
	}
#operationdivision_col .box2 {
	background-color: #f7f8cc;
	padding: 0.5em;
	margin-top: 0em;
	height:4em;
	}	
#operationdivision_col .box img{
padding-left:1px;
padding-right:2px;
}
#operationdivision_col2 {
	margin-left: 1.5em;
	}
	
#operationdivision_col2 .box {
	background-color: #f7f8cc;
	padding: 0.5em;
	margin-top: 0em;
	height:30em;
	}
#operationdivision_col2 .box2 {
	background-color: #f7f8cc;
	padding: 0.5em;
	margin-top: 0em;
	height:4em;
	}	
#operationdivision_col2 .box img{
padding-left:1px;
padding-right:2px;
}
#operationdivision_col3 {
	margin-left: 1.5em;
	}
	
#operationdivision_col3 .box {
	background-color: #f7f8cc;
	padding: 0.5em;
	margin-top: 0em;
	height:30em;
	}
#operationdivision_col3 .box2 {
	background-color: #f7f8cc;
	padding: 0.5em;
	margin-top: 0em;
	height:4em;
	}	
#operationdivision_col3 .box img{
padding-left:1px;
padding-right:2px;
}
#operationdivision_col4 {
	margin-left: 1.5em;
	}
	
#operationdivision_col4 .box {
	background-color: #f7f8cc;
	padding: 0.5em;
	margin-top: 0em;
	height:30em;
	}
#operationdivision_col4 .box2 {
	background-color: #f7f8cc;
	padding: 0.5em;
	margin-top: 0em;
	height:4em;
	}	
#operationdivision_col4 .box img{
padding-left:1px;
padding-right:2px;
}
.boardbio {
	width: 65em;
	margin-bottom: 1.2em;
	}
	
.boardbio img {
	float: left;
	margin-right: 1.5em;
	display: inline;
	}
	
.boardbio .title {
	background: #cecfe1;
	padding: 0.3em;
	color: #004181;
	margin-left: 220px;
	margin-bottom: 1em;
	}
	
#connecting_future {
	width: 742px;
	}
	
#future_sidebar {
	float: right;
	margin-top: 2em;
	display: inline;
	}
	
#future1 {
	border-right: 4px solid #022a65;
	border-bottom: 4px solid #022a65;
	width: 737px;
	background: url(../images/fibreoptics.jpg) right top no-repeat;
	}
	
#future2 {
	border-left: 4px solid #022a65;
	width: 402px;
	padding: 1.4em;
	}
	
#future3 {
	border: 4px solid #022a65;
	border-left: 0;
	width: 402px;
	padding: 1.4em;
	margin: 0;
	display: block;
	}
	
#future3 img {
	float: right;
	margin-left: 1em;
	display: inline;
	padding: 0;
	}
	
#future4 {
	border-left: 4px solid #022a65;
	width: 402px;
	padding: 1.4em;
	}
	
.feature {
	border-top: 3px solid #022a65;
	border-bottom: 3px solid #022a65;
	padding-top: 1em;
	margin-bottom: 1.4em;
	}
	
.feature img {
	float: right;
	margin-left: 1.4em;
	display: inline;
	}
	
p {
	font-size: 1.1em;
	line-height: 1.4em;
	margin-top: 0;
	margin-bottom: 1.4em;
	}
	
#content p {
	width:80%;
}
	
.highlight, .green {
	color: #9C9E32;
	}
.highlight_right{
	color:#9c9e32;
	text-align:right;}
.highlightbold {
	color: #9C9E32;
	font-weight:bold;
	text-align:left;
	}
.highlightbold_lineheight {
	color: #9C9E32;
	font-weight:bold;
	text-align:left;
	line-height:1.5em;
	}

.highlightbold_right {
	color: #9C9E32;
	font-weight:bold;
	text-align:right;
	}
.highlight2 {
	color: #004181;
	}
	
#main a {
	color: #9C9E32;
	text-decoration: none;
	}
	
#main a:hover {
	text-decoration: underline;
	}
	
img, img a {
	border: 0;
	}
	
h1 {
	font-size: 2em;
	margin-top: 0;
	color: #9C9E32;
	}
	
h1.case {
	font-size: 2em;
	margin-top: 0;
	color: #9C9E32;
	}
	
h2 {
	font-size: 1.5em;
	font-weight: normal;
	color: #9C9E32;
	margin-bottom: 0.5em;
	}
	
h3 {
	font-size: 1.3em;
	margin-bottom:0.6em;
	margin-top:0;
	color: #9C9E32;
	}
h2.title{
	font-size: 0.1em;
	font-weight: normal;
	color: #9C9E32;
	margin: 0;
}
/*
#secnav_col {
	width: 18em;
	float: left;
	margin-left: -1.5em;
	display: inline;
	}
	
#secnav_top {
	width: 19em;
	height: 10px;
	margin: 0;
	background:url("../images/nav/secnav_topbg.gif") right top no-repeat;
	}
	
#secnav {
	width: 18.9em;
	border-right: 1px solid #dfe095;
	}
	
#secnav ul {
	font-family: verdana, arial, sans-serif;
	margin: 0 0 0 0.8em;
	padding: 0;
	width: 16em;
	}
	
#secnav ul li {
	border-bottom: 1px solid #e6e7b2;
	text-decoration: none;
	}
	
#secnav ul li a {
	display: block;
	color: #000;
	padding: 0.6em;
	font-size: 1.1em;
	text-decoration: none;
	width:14em;
	}
	
#secnav ul li.last {
	border-bottom: 0;
	}
	
#secnav ul li a:hover {
	color: #004282;
	background: url(../images/nav/secnav_gradient.gif) bottom left repeat-x; 
	width:14em;
	}
	
#secnav ul ul li {
	border: 0;
	}
	
#secnav ul ul {
	padding-bottom: 0.4em;
	width: 15em;
	}
	
#secnav ul li.current ul li a {
	color: #333;
	background: url("../images/nav/arrow.gif") 0 0.7em no-repeat;
	padding: 0.3em 0 0.3em 0.7em;
	}
	
#secnav ul li.current ul li a:hover {
	color: #004282;
	background: url("../images/nav/arrow.gif") 0 0.7em no-repeat;
	}
	
#secnav ul li.current {
	background: url(../images/nav/secnav_gradient.gif) bottom left repeat-x;
	background-color: #fcfcfc;
	width: 16em;
	}
	
#secnav ul li.current a {
	color: #004282;
	}
	
#secnav_bottom {
	width: 19em;
	height: 10px;
	background:url("../images/nav/secnav_bottombg.gif") right top no-repeat;
	margin-bottom: 2em;
	}
	*/
	/* secondary nav */
#secnav_col {
	width: 18em;
	float: left;
	margin-left: -1.5em;
	display: inline;
	}
	
#secnav_top {
	width: 18.9em;
	height: 10px;
	margin: 0;
	background:url(../images/nav/secnav_topbg.gif) right top no-repeat;
	}
	
#secnav {
	width: 18.8em;
	border-right: 1px solid #e6e7b2;
	}
	
#secnav ul {
	font-family: verdana, arial, sans-serif;
	margin: 0 0 0 0.8em;
	padding: 0;
	width: 18em;
	}
#secnav ul ul{
	font-family: verdana, arial, sans-serif;
	margin: 0 0 0 0.8em;
	padding: 0;
	
	}	
#secnav ul li {
	border-bottom: 1px solid #e6e7b2;
	text-decoration: none;
	
	}
	
#secnav ul li a {
	display: block;
	color: #000;
	padding: 0.6em;
	font-size: 1.1em;
	text-decoration: none;
	}
#secnav ul li.last {
	border-bottom: 0;
	}	
#secnav ul li a:hover {
	color: #004282;
	background: url(../images/nav/secnav_gradient.gif) bottom left repeat-x;
	}
	
#secnav ul li.current,
#secnav ul li.parent {
	background: url(../images/nav/secnav_gradient.gif) bottom left repeat-x;
	background-color: #fcfcfc;
	color: #004282;
	}
	

#secnav ul li.current a,
#secnav ul li.parent a {
	color: #004282;
	}
	
#secnav ul li.current ul,
#secnav ul li.parent ul {
	margin:0;
	padding: 0;
	}
	
#secnav ul li.current ul li,
#secnav ul li.parent ul li {
	padding-left: 1em;
	border: 0;
	background-color: transparent;
	background-image: none;
}

#secnav ul li.current ul li a,
#secnav ul li.parent ul li a,
#secnav ul li.parent ul li.current ul li a,
#secnav ul li.parent ul li.parent ul li a {
	color: #333;
	background: url(../images/nav/arrow.gif) 0 0.7em no-repeat;
	background-color: transparent;
	padding: 0.3em 0.5em 0.3em 0.6em;
	}
	
#secnav ul li.current ul li a:hover,
#secnav ul li.parent ul li a:hover,
#secnav ul li.parent ul li.current a,
#secnav ul li.parent ul li.current ul li a:hover,
#secnav ul li.parent ul li.parent ul li a:hover,
#secnav ul li.parent ul li.parent a,
#secnav ul li.parent ul li.parent ul li.current a {
	color: #004282;
	background: url(../images/nav/arrow.gif) 0 0.7em no-repeat;
	background-color: transparent;
	}
	
#secnav_bottom {
	width: 18.9em;
	height: 10px;
	background:url(../images/nav/secnav_bottombg.gif) right top no-repeat;
	}
	
/* end secondary nav */
/* toolbar */
#toolbar_col {
	float: right;
	width: 15em;
	text-align: right;
	}

#toolbar {
	width: 15em;
	border-left: 1px solid #ddea16;
	margin-top:-2px;
	}
	
#toolbar ul {
	text-align: right;
	}
	
#toolbar ul li {
	font-size: 1.1em;
	text-align: right;
	margin-right: 1em;
	padding: 0.4em 2.2em 0.6em 0;
	}
	
#toolbar ul li.downloadpage {
	background: url(../images/page/downloadpage_icon.gif) right 0.3em no-repeat;
	}
	
#toolbar ul li.downloadchapter {
	background: url(../images/page/downloadchapter_icon.gif) right 0.3em no-repeat;
	}
	
#toolbar ul li.emailpage {
	background: url(../images/page/email_page.gif) right 0.6em no-repeat;
	}

#toolbar ul li a {
	color: #9C9E32;
	text-decoration: none;
	}
	
#toolbar ul li a:hover {
	text-decoration: underline;
	}
	
#toolbar_top {
	width: 15em;
	height: 10px;
	margin: 0;
	background: url(../images/page/toolbar_yellowtopbg.gif) left top no-repeat;
	}
	
#toolbar_bottom {
	width: 15em;
	height: 10px;
	margin: 0;
	background: url(../images/page/toolbar_yellowbottombg.gif) left top no-repeat;
	}
	
	
.featurerow {
	margin-bottom: 1.5em;
	width: 94em;
	}
	
.featurerow img {
	float: left;
	}
	
.csrfeaturebox {
	float: left;
	margin-left: 1.4em;
	display: inline;
	}
	
.csrfeaturebox_wide {
	float: left;
	margin-left: 0;
	display: inline;
	}
	
.topleft {
	width: 22.5em;
	background: url(../images/page/topleft_yellow_box.gif) left top no-repeat;
	}
	
.casestudy {
	margin-bottom: 1.2em;
	}
	
.casestudy .topleft {
	width: 36.7em;
	background: url(../images/page/topleft_yellow_box.gif) left top no-repeat;
	}
.case_study_icon{
	margin-right:-17em;
	border:0;
	}
	/* Imag placement right*/
.wide {
	margin-right:-17em;
	float:right;
	position:relative;
	z-index:1;
	margin-top:-5em;
	width:152px;
	padding-left:5px;
}
.topleft_wide {
	width: 58em;
	}
	
.topright {
	background: url(../images/page/topright_yellow_box.gif) right top no-repeat;
	}
	
.bottomleft {
	background: url(../images/page/bottomleft_yellow_box.gif) left bottom no-repeat;
	}
	
.bottomright {
	background: url(../images/page/bottomright_yellow_box.gif) right bottom no-repeat;
	padding: 1em;
	min-height: 13.3em;

	}
	
.bottomright p {
	margin: 0 0 7px 0;
	}
	
.topleft_thick {
	width: 33.2em;
	background: url(../images/page/topleft_yellow_box.gif) left top no-repeat;
	}
	
.topright_thick {
	background: url(../images/page/topright_yellow_box.gif) right top no-repeat;
	}
	
.bottomleft_thick {
	background: url(../images/page/bottomleft_yellow_box.gif) left bottom no-repeat;
	}
	
.bottomright_thick {
	background: url(../images/page/bottomright_yellow_box.gif) right bottom no-repeat;
	padding: 1em;
	min-height: 15.5em;
	}
	
.issuesbox {
	background-color: #f7f8cc;
	width: 11.2em;
	padding: 10px;
	float: left;
	margin-right: 0.9em;
	display: inline;
	height:15em;
	}
	
.readmorebox {
	background: #f7f8cc;
	padding: 1px;
	}
	
.readmorebox p {
	margin-bottom: 3px;
	}
	
.quote_column {
	width: 13em;
	background: #f7faf3;
	padding: 10px;
	float: left;
	display: inline;
	}
	
.contentcol {
	width: 36em;
	float: right;
	}
	


.last {
	margin-right: 0;
	}
	
.issuesbox h4 {
	color: #9C9E32;
	margin: 0;
	font-weight: bold;
	font-size: 1.1em;
}
	
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* tables! */

table {
	width: 100%;
	border-collapse:collapse;
	margin-bottom: 1.6em;
	}
	
table th,
table td {
	padding:0.3em 0.1em 0.3em 0.1em;
	font-weight: normal;
	text-align: right;
	border-bottom: 1px solid #9C9E32;
	vertical-align: bottom;
	}
	
#top td {
	padding:0.3em 0.1em 0.3em 0.1em;
	font-weight: normal;
	text-align: right;
	border-bottom: 1px solid #b5d382;
	vertical-align: top;
	}
	
table th {
	color: #9C9E32;
	
	}
.topBorder th {border-top:1px solid #b5d382;}
.topBorder td {border-top:1px solid #b5d382;}

table th.nosep,
table td.nosep {
	text-align:left;
	border-bottom: 0;
	color:#000000;
	}
table th.nosep_right,
table td.nosep_right 
{
	text-align:right;
	border-bottom: 0;
	color:#000000;
	}	
table th.nosep2,
table td.nosep2 {
	text-align:left;
	border-bottom: 1px solid #000;
	border-top:1px solid #000;
	color:#000000;
	}
table th.nosep2_right,
table td.nosep2_right {
	text-align:right;
	border-bottom: 1px solid #000;
	border-top:1px solid #000;
	color:#000000;
	}
table th.nosep3,
table td.nosep3 {
	text-align:right;
	border-bottom: 1px solid #000;
	border-top:1px solid #000;
	color:#000000;
	}	
table th.bold,
table td.bold,
table tr td.bold,
table tr th.bold {
	font-weight: bold;
	}
table th.bold_right,
table td.bold_right,
table tr td.bold_right,
table tr th.bold_right {
	font-weight: bold;
	text-align:right;
	}
	
table th.indent,
table td.indent {
	padding-left: 2em;
	}
	
table th.thicksep,
table td.thicksep,
table tr.thicksep td,
table tr.total td {
	border-bottom: 1px solid #b5d382;
	}
	
table th.thickboth,
table td.thickboth,
table tr.thickboth td,
table tr.thickboth td {
	border-top: 1px solid #b5d382;
	border-bottom: 1px solid #b5d382;
	}

/*table th.thicktop,*/	
table td.thicktop, 
table tr.thicktop td,
table tr.thicktop th {
	border-top: 1px solid #b5d382;
	}
	
table th.thintop,
table td.thintop,
table tr.thintop td,
table tr.thintop th {
	border-top: 1px solid #b5d382;
	}
	
table th.thintop2,
table td.thintop2,
table tr.thintop2 td,
table tr.thintop2 th {
	border-top: 1px solid #9C9E32;
	}	
	
table tr.total td {
	color: #9C9E32;
	}
	
table td {
	font-size: 1.1em;
	line-height: 1.1em;
	}
	
table td a {
	color: #163d73;
	text-decoration: none;
	}
	
table td a:hover {
	text-decoration: underline;
	}
	
table td.highlight {
	color: #9C9E32;
	text-align:left;
	}
	
table td.highlight_right {
	color: #9C9E32;
	text-align:right;
	}
table td.highlightbold {
	color: #9C9E32;
	text-align:left;
	font-weight:bold;
	}	
table td.currentyear {
	background: #e5eed5;
	}
	
table td.currentyear_ul {
	background: #e5eed5;
	border-bottom: 1px solid #990000;  /* reddy brown, websafe, used for underling a total, eg page 117 KPN */
	}
	
table td.first, table th.first {
	text-align: left;
	}


	
table th.headtitle {
	text-align: center;
	}
	
table tbody tr.rowhighlight td,
table tr.rowhighlight th {
	background: #fffedb;
	}
	
.red {
	color: #cc3300;
	}
td.centered {
	text-align: center
	}

/* end tables */

/* begin footer */
#footer {
	clear: both;
	color: #999;
	border-top: 1px solid #bfc229;
	margin-top:2em;
	padding-top: 0.7em;
	}
	
.footer_3col {
	width: 57em;
	margin-left: 18.5em;
	}
	
.footer_1col {
	width: 93em;
	}
	
#footer p {
	font-size: 1em;
	}
	
#footer a {
	color: #999;
	text-decoration: none;
	}
	
#footer p a:hover {
	text-decoration: underline;
	}


p.terms {
	float: left;
	width: 20em;
	}
	
p.copyright {
	float: right;
	text-align: right;
	width: 20em;
	}
/*end footer*/
/*index pages*/

.index{
	position:inherit;
	z-index:1;
	width:600px;
	margin-left: 2em;
	display: inline;
	border:1px solid #000000;	
}
.index1{
	float:left;
	width:200px;
	background-color:#DEECC8;	
	padding:5px;
}
.index2{
	width:200px;
	background-color:#c2cfdd;	
	padding:5px;	
}
.index3{
	float:right;
	width:200px;
	background-color:#f1eca3;	
	padding:5px;	
}
.footnote{
	
	font-size:0.9em;
	}
	
	
ul.downloads {
	margin-left:0px !important;
}
ul.downloads li {
	background:url(none) !important;
	background-repeat:no-repeat !important;
	list-style-type:none;
	height:20px;
}
ul.downloads li a {
	padding-left:20px;
	display:block;
	height:20px;
	background:url(../images/pdf.jpg);
	background-repeat:no-repeat;
}
ul.downloads li a:hover {
	background:url(../images/pdf_over.jpg);
	background-repeat:no-repeat;
	text-decoration:underline;
}


.image_float_right img
{
	float:right;
}
.displayNone{
	display:none;
}
