.nav	{
	float: left;
	width:200px;
	border-right:1px solid black;
	margin-right:20px;
	height:400px;
}

.navitem	{
	font-family: arial, helvetica, sans-serif;
	font-size:16px;
	text-decoration:none;
	color: #000000;
}


.p1, td, div, body	{
	font-family: arial, helvetica, sans-serif;
	font-size:13px;
	text-decoration:none;
}

.header	{
	float: left;
	width: 99%;
	border-bottom:1px solid black;
}

.headeritem	{
	font-family: arial, helvetica, sans-serif;
	font-size:13px;
	text-decoration:none;
  	font-weight: bold;
}

ul, ol {
    list-style-type:square;
    list-style-position:inside;
    list-style-image:url(http://www.nt.se/graphics/controls/bulletred_ie.gif);
    margin:0 0 0 -2px;
}

html>body ul, html>body ol {
    list-style-image:url(http://www.nt.se/graphics/controls/bulletred.gif);
    margin:0;
}