#mainmenu,
#secondarymenu,
#specialNav,
#nav,
.linkbox,
#footer,
#search,
#logo,
object {
	display: none;
	}
	
#wrapper, #maincontent {
	width: auto;
	border: 0;
	border-top: 3pt solid #09f;
	margin: 0;
	padding: 0;
	float: none !important;
	}

 #maincontent {
	padding-top: 10pt;
}
	
body {
	background: white;
	font-size: 12pt;
	}
	
h1 {
	font-size: 12pt;
	color: #555;
}	
h1 span {
	font-size: 18pt;
	color: #000;
	margin-right: 5pt;
}

h2 {
	font-size: 16pt;
}

table {
	border: 1px solid #bbb;
}

th {
	border-bottom: 1px solid #ddd;
}

td {
	border-bottom: 1px solid #eee;
}

a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}
	
#maincontent a:link:after, #maincontent a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
   
#maincontent a[href^="../"]:after,
#maincontent a[href^="../../"]:after {
   content: " (http://www.telenor.com/reports/2006/" attr(href) ") ";
   }
    

