BODY, P, UL, OL, TD, TH, PRE, SPAN, H4, H5, H6, A, INPUT, TEXTAREA, SELECT, LEGEND, OPTGROUP, OPTION {
    font-family: verdana, arial;
	font-size: 8pt;
    color: black;
}

P.TopMargin {
	margin-top: 10px;
}

FORM {
	margin-top: 0px;
	margin-bottom: 0px;
}

.OnPrint {
	display: block;
}

.OnScreen {
	display: none;
}

.PrintHeader {
	color: black;
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
	padding: 3px 3px 3px 3px;
}

.ShowOnPrint {
	display: block;
}

.Headline {
	font-size: 11pt;
	font-weight: bold;	
}

.HeadlineBig {
	font-size: 12pt;
	font-weight: bold;	
}

FIELDSET {
	padding: 0px 8px 8px 8px;
}

LEGEND {
	padding: 4px 4px 8px 4px;
}

P {
	margin-bottom: 10px;
	margin-top: 0px;
}

UL, OL {
	margin-bottom: 5px;
    margin-left: 16px;
    margin-top:	0px;
}

H5, H6 {
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
}

INPUT.Button {
	color: grey;
	font-weight: bold;
}

INPUT.NewsButton {
	background-color: #f7f7f7;
	width: 120px;
	color: black;
	font-weight: bold;
	border: black 1px solid;
	padding: 2px 2px 2px 2px;
}

INPUT.NumberBlured {
	background-color: #ccccb2;
	border: #ccccb2 1px solid;
}

INPUT.NumberResult {
	background-color: inherit;
	color: black;
	font-weight: bold;
	border: solid 0px;
}

INPUT.Number, INPUT.NumberBlured, INPUT.NumberResult {
	text-align: right;
}

INPUT.Number {
	background-color: white;
}

TEXTAREA {
	background-color: white;
}

TABLE.TableStandard {
	width: 100%;
}

.TableHead, .TableStandard TH, .TableBeh TH {
	background-color: #e8ba5d;
	border: black solid 1px;
}

.TableStandard TD, .TableStandard TH {
	padding: 3px 3px 3px 3px;
	width: 1%; /* dette er nødvendigt for at få IE til at fordele bredden til de enkelte kolonner mere ligeligt */
	border: black solid 1px;
}

.TableStandard TH {
	color: black;
}

.TableStandard TD {
	background-color: #ccccb2;
	vertical-align: top;
}

.TableStandard P {
	margin-bottom: 0px;
}

.TableNoPadding TD {
	padding: 0px 0px 0px 0px;	
}

.BorderStyle {
	width: 100%;
}

.BorderStyle TD {
	padding: 8px 12px 8px 8px;
	vertical-align: top;
}

TD.ItalicStyle {
	font-family: trebuchet MS;
}

.Box {
	display: none;
}

.BorderStyle, .Image, INPUT.Button, INPUT.Text, INPUT.Number, TEXTAREA, SELECT {
	border: black 1px solid;
}

.BorderTop {
	border-top: black 1px solid;
}

.BorderRight {
	border-right: black 1px solid;
}

.BorderLeft {
	border-left: black 1px solid;
}

.BorderBottom {
	border-bottom: black 1px solid;
}

.BorderTopLeft {
	border-top: black 1px solid;
	border-left: black 1px solid;
}

.TableBeh TH .TableBeh TD {
	padding: 3px 3px 3px 3px
}

.TableBeh TH {
	color: white;
	cursor: hand;
}

.TableBeh TD {
	background-color: #ccccb2;
}

/* Disse klasser SKAL stå efter .TableStandard TD/TH */
TD.HeadlineLevelTwo, TD.HeadlineLevelThree {
	font-weight: bold;
}

.TableHead {
	font-weight: bold;
	color: white;
	padding: 2px 4px 2px 4px;
}

.HelpText, .ErrorText {
	display: none;
}

.AnswerPadding {
	padding: 3px 0px 8px 0px;
}