* {
	padding: 0px;
	margin: 0px;
}

body {
    font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	background-color: #FFF;
}

a:link, a:visited, a:active {
	color: #07447F;
	text-decoration: underline;
}

a:hover {
	color: #2CB3E9;
	text-decoration: none;
}

a:link img, a:visited img {
	border: 0px;
}	

h1 {
    display: none;
}

h2 {
	font-size: 24px;
	font-weight: normal;
	line-height: 120%;
	margin-bottom: 10px;
}

h3 {
	font-size: 20px;
	font-weight: normal;
	color: #07447F;
	margin-bottom: 5px;
}

p {
	clear: left;
    font-size: 1.2em;
    line-height: 1.7em;
    font-weight: normal;
	margin-bottom: 15px;
}

ul {
	margin-left: 30px;
}

/*
	Ändringar i strukturen på sidan för utskrift
*/
div#printHeader {
	margin-bottom: 10px;
	float: right;
	clear: left;
}

div#menu {
	display: none;
}

ul.subMenu {
	display: none;
}
#footer {
	margin-top: 10px;
	color: #777;
}

	#footer img {
		border: 0px;
	}

	#footer a:link, #footer a:visited {
		text-decoration: none;
		color: #777;
	}

