body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:21px;
	color: #000000;
	overflow-y:scroll;
    /*overflow-x:hidden;*/
}

a img {border:0;}

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none; border-bottom: 1px solid #94C93D;
	
}
a:active {
	text-decoration: none;
	color: #000; font-weight:bold;	
}


/*  tilføjet */
.displayamount
{
	text-align:right;
	/*width:50px;*/
}

.displayamountblue
{
	text-align:right;
	/*width:50px;*/
    color:#4635e2;
}

.displaytext
{
	text-align:left;
}


.displaytextblue
{
	text-align:left;
    color:#4635e2;
}

.displayamountheader
{
	text-align:right;
	/*width:60px;*/
	font-weight:bold;
}

.displaytextheader
{
	text-align:left;
	font-weight:bold;
}

.displaytexterror
{
	text-align:left;
	color: #FF0000;
}