html, body {
height: 100%;
min-height: 100%;
margin : 0px;
}

body {
	color: #000000;
	background-color: white;
	margin: 0px 0px 0px 0px;
	font: normal small Arial, sans-serif;
	height: 100%;
}

.fontstil {
	font-size:11px; color:#5F6B75; font-family:tahoma;
	text-decoration: none
}
A.fontstil:hover {
	text-decoration: underline;
}

.fontstil2 {
	font-size:10px; color:white; font-family:tahoma; font-weight:bold;
	text-decoration: none
}
A.fontstil2:hover {
	text-decoration: underline;
}

.fontstil3 {
	font-size:11px; color:#da4719; font-family:tahoma; font-weight:bold;
	text-decoration: none
}
A.fontstil3:hover {
	text-decoration: underline;
}

p
{margin-top:0;padding:0}

.textbox {
	border-right: #cea88d 1px solid; border-top: #cea88d 1px solid; font-size: 11px; border-left: #cea88d 1px solid; width: 370px; color: #003333; border-bottom: #cea88d 1px solid; font-family: sans-serif
}