/*                                                        */
/* print.css :: Ake Johansson 2003 :: Uppsala universitet */
/* ref: alistapart.com/articles/goingtoprint              */
/*                                                        */
body {
   background: white;
   background-image: none;
   font-size: 11pt;
   }
body.trim {
   background: transparent none;
   background-image: none;
   font-size: 11pt;
   }
#leftcolumn {
   display: none;
   }
#knapp {
   display: none;
   }
#rightcolumn {
   display: none;
   }
#maincolumn {
   background: white;
   width: auto;
/*   margin: 0 5%;*/
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   padding-top: 1px;
   border-top: 1px solid #990000;
   }
#smulrad {
   background: white;
/*   margin: 0 5%;*/
}
#footer {
/*  display: none;*/
  background: white;
  width: auto;
  padding: 0;
  border: 0;
  float: none !important;
  color: black;
  background: transparent none;
/*   border-top: 1px solid #990000;*/
  margin-top:40px;
}
a:link, a:visited {
   color: #000000;
   background: transparent;
   text-decoration: underline;
   }
/* #maincolumn a:link:after, #maincolumn a:visited:after { */
/*   content: " [" attr(href)"] "; */
/*   font-size: 10pt; */
/*   } */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #000000;
}
h2 {
	font-size: 14pt;
	font-family:Arial, Helvetica, sans-serif; 
	color: #000000; 
	font-weight: bold
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
}

h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	font-style: italic;
	color: #000000;
}
p, ul, td, div {
	color : black;
	font-family : Serif;
	font-size : 11pt;
	}
.normal {
	color : black;
	font-family : Serif;
}
.smulrad {
	color : black;
	font-family : Sans-serif;
	font-size: 10pt;
}
.sidfot {
	color : black;
	font-family : Sans-serif;
	font-size: 10pt;
}
font {
	font-size: 11pt;
	font-family: Times, Serif;
	font-variant: normal;
	font-style: normal;
	font-stretch: normal;
	font-size-adjust: none;
	text-decoration: none;
}

small { font-size: 10pt; }
.small { font-size: 10pt;}
.large { font-size: 16pt; text-decoration: none; }

