body {
	font-family: Verdana, sans-serif;
	font-size: 0.8em;
	color: #000;
}

p {
	padding: 0;
	margin-top: 1em;
	margin-bottom: 1em;
}

p.footnote {
	margin-top: 0.5;
	font-size: 0.8em;
}

p.error {
	color: #b33;
	font-weight: bold;
	font-size: 0.8em;
}

p.note {
	color: #00B;
	font-weight: bold;
	font-size: 0.8em;
}

h1 {
	font-size: 2em;
	color: #ccc;
	clear: both;
}

h2 {
	font-size: 1.5em;
	color: #ccc;
	border-bottom: 1px solid #ccc;
	clear: both;
}

h3 {
	font-size: 1.2em;
	color: #ccc;
	margin-top: 2em;
	clear: both;
}

h4 {
	font-size: 1em;
	color: #ccc;
	margin-left: 1em;
	clear: both;
}

.h4 {
	margin-left: 1em;	
}

table {
	border: 0;
}

table.shadowpane {
	border-spacing: 0;
	border-collapse: collapse;
}
table.shadowpane tr {
	margin: 0;
	padding: 0;
}
table.shadowpane td {
	margin: 0;
	padding: 0;
}
table.shadowpane #left_top_corner {
	background-position: top left;
	background-repeat: no-repeat;
}
table.shadowpane #top_side {
	background-position: top left;
	background-repeat: repeat-x;
}
table.shadowpane #right_top_corner {
	background-position: top right;
	background-repeat: no-repeat;
}
table.shadowpane #left_side {
	background-position: top left;
	background-repeat: repeat-y;
}
table.shadowpane #middle {
}
table.shadowpane #right_side {
	background-position: top right;
	background-repeat: repeat-y;
}
table.shadowpane #left_bottom_corner {
	background-position: bottom left;
	background-repeat: no-repeat;
}
table.shadowpane #bottom_side {
	background-position: bottom left;
	background-repeat: repeat-x;
}
table.shadowpane #right_bottom_corner {
	background-position: bottom right;
	background-repeat: no-repeat;
}

hr {
	border: 0;
	width: 300px;
	height: 2px;
//	width: 95%; /* IE-egenskap */
//	height: 1px; /* IE-egenskap */
	background: url('../images/hr/hr.gif');
//	background: #ccc; /* IE-egenskap */
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	text-align: center;
}

img {
	border: 0;
}

a {
	color: #76e0ff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #c6f1ff;
	text-decoration: none;
}

a:visited:hover {
	text-decoration: underline;
}