/* CSS Document for layout of page - (use content.css for layout contents)*/
body {
	margin:0px;
	background-repeat: no-repeat;
	background-color:#FFFFFF;
	font-family: Verdana;
}
body, td, th, div, p {
	font-size: 12px;
	font-family: Verdana;	
}
p {
line-height: 18px;
margin-top: 3px;
color:#000000;
font-family: Verdana;
}

h1, h2, h3 ,.newskop{
	text-decoration:none;
	font-family: Verdana;
	font-weight:bold;
	color:#612501;
	white-space: normal;
}
h1 { 
	font-size: 24px;
	margin-top: 0px;
	margin-bottom:6px;	
}
h2 { 
	font-weight:bolder;
	font-size:18px;
	margin-top:3px;
	margin-bottom:3px;
}
h3 { 
	font-size: 14px;
	margin-top: 3px;
	margin-bottom:0px;	
}
th {
	line-height: 16px;

}
td{
	font-family: Verdana;
}
/*
a:link, a:active {
color:#000000;
text-decoration:none;
}
a:visited {
color:#000000;
text-decoration:none;
}
a:hover {
color:#000000;
text-decoration:underline;
}
*/
.highlightedtext{
	font-weight: bold;
	background-color: #FFFF00;
}

ul {
line-height: 18px;
}