body {
	background-color: #cc0001;
	margin-top: 5px;
}
.Tekst {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.Tekst_Bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}
.Hovedtekst {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-align: left;
	margin-left:10px;
	height: 300px;
	width: 495px;
	overflow: auto;
	position: static;
}
.Kalender {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-left:5px;
	color: #666666;
	height: 93px;
	width: 141px;
	overflow:hidden;
	position: absolute;
}
a:link {
	color: #666666;
}
a:hover {
	color: #333333;
}
