.da {
	display : none;
}

.en {
	display : none;
}

.de {
	display : none;
}

body {
	margin-bottom: 10px;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 10px;
/*	background-color: #ffdead;  Navajo White */
	background-color: #ffffff; /* White */
}

P {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
}

P.legend {
	font-size: 8pt;
  margin-top: 3pt;
	font-weight: bold;
}

A:LINK {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9pt;
}

A:VISITED {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9pt;
}

A:HOVER {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9pt;
}

A:ACTIVE {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9pt;
}

.as_h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	font-weight: bold;
}

.as_h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
}

.as_h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 13pt;
	font-weight: bold;
}

STRONG {
	font-size: 10pt;
	font-weight: bold;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	font-weight: bold;
	color: #000000;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
	color: #000000;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 13pt;
	font-weight: bold;
	color: #000000;
}

h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
}

.red_high {
	background-color: #FF4500;
	border-top: #ffcccc 2px solid;
	border-left: #ffcccc 2px solid;
	border-bottom: #660000 2px solid;
	border-right: #660000 2px solid;
}

.yellow_high {
	background-color: #FFD700;
	border-top: #ffff33 2px solid;
	border-left: #ffff33 2px solid;
	border-bottom: #333300 2px solid;
	border-right: #333300 2px solid;
}

.green_high {
	background-color: #32CD32;
	border-top: #99ff66 2px solid;
	border-left: #99ff66 2px solid;
	border-bottom: #006600 2px solid;
	border-right: #006600 2px solid;
}

.blue_high {
	background-color: #6495ED;
	border-top: #ccccff 2px solid;
	border-left: #ccccff 2px solid;
	border-bottom: #000066 2px solid;
	border-right: #000066 2px solid;
}

.red_low {
	border-top: #660000 2px solid;
	border-left: #660000 2px solid;
	border-bottom: #ffcccc 2px solid;
	border-right: #ffcccc 2px solid;
}

.yellow_low {
	border-top: #333300 2px solid;
	border-left: #333300 2px solid;
	border-bottom: #ffff33 2px solid;
	border-right: #ffff33 2px solid;
}

.green_low {
	border-top: #006600 2px solid;
	border-left: #006600 2px solid;
	border-bottom: #99ff66 2px solid;
	border-right: #99ff66 2px solid;
}

.blue_low {
	border-top: #000066 2px solid;
	border-left: #000066 2px solid;
	border-bottom: #ccccff 2px solid;
	border-right: #ccccff 2px solid;
}

.grey_high {
	background-color: #dcdcdc;
	border-top: #eaeaea 2px solid;
	border-left: #eaeaea 2px solid;
	border-bottom: #6c6c6c 2px solid;
	border-right: #6c6c6c 2px solid;
}

/*.grey_high {
	background-color: #deb887;
	border-top: #ffebcd 2px solid;
	border-left: #ffebcd 2px solid;
	border-bottom: #a0522d 2px solid;
	border-right: #a0522d 2px solid;
}*/