body
{
	font-family: Arial; 
	font-size: 11pt; 
	color: #7C7C81;
	font-weight: normal;
	font-variant: normal;
	background:url(images/baggrund3.jpg); background-position: top left; background-repeat: repeat-x; background-color:#f0eced;
}

table
{
	border-color:#b3b3b3;
	border-collapse:collapse;
	font-size:10pt;
}

a:link
{
	color: #B8B59E;
	font-family: Verdana;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
	font-variant: normal;
}

a:visited
{
	color: #B8B59E;
	font-family: Verdana;
	text-decoration : none;
   	font-size : 10pt;
   	font-weight: bold;
   	font-variant: normal;
}

a:active
{
	color: #B8B59E;
	font-family: Verdana;
	text-decoration : none;
	font-size : 10t;
	font-weight: bold;
	font-variant: normal;
}

a:hover
{
	TEXT-TRANSFORM: none;
	text-decoration : underline overline;
	color: #D6D5C7;
	font-family: Verdana;
	font-size : 10pt;
	font-weight: bold;
	font-variant: normal;
}

INPUT, TEXTAREA, SELECT 
{
	font-size:11pt;
	color:#9a9a9d;
	width:250px;
	border-width:2px;
} 

.submit 
{
	cursor:hand;
	font-weight:bold;
	font-size:10px;
	background-color:#9a9a9d;
	color:#FFFFFF;
	border-style:ridge;
	width:auto;
}


