* {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	#color: #666666;
	color: #000000;
}

.noprint {
	display: block;
}
.yesprint {
	display: none;
}

BODY {
	background-image: url(../images/site_back.gif);
}

A {
	font-weight: normal;
	font-weight: bold;
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
}
.csc-header h1 {
	font-size: 18px;
	color: #7bacdc;
	font-weight: bold;
}
H1.csc-firstHeader {
	font-size: 30px;
	color: #7bacdc;
}
#menu1 A.selectedmenu {
	color: White;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#menu1 A {
	color: White;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 1px;
}
#menu1 A:hover {
	color: White;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#menu1 A:active {
	color: White;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#menu2 A.selectedmenu {
	color: White;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background-color: #7bacdc;
	display: block;
}
#menu2 A {
	color: #7bacdc;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding-bottom: 2px;
}
#menu2 A:hover {
	color: White;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background-color: #7bacdc;
	display: block;
}
#menu2 A:active {
	color: White;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background-color: #7bacdc;
	display: block;
}
.menuspacer {
	color: Gray;
	font-size: 16px;
}
.small_tekst {
	color: Gray;
	font-size: 8px;
}
#content TABLE {
	border-collapse: collapse;
	border: 1px solid #7bacdc;
	width: 100%
}

#content TD {
	border: 1px solid #7bacdc;
	vertical-align: top;
	font-size: 12px;
	padding: 2px;
}

#content TD .bodytext {
	font-size: 12px;
}

#content thead TD {
	background-color: #7bacdc;
}

#content thead TD .bodytext {
	font-size: 12px;
	font-weight: bold;
	color: White;
}
@media print {
	.noprint {
	display: none;
	}
	.yesprint {
	display: block;
	}
}
