/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	background-color: #FFFFFF;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	color: #55565B;
}

.text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 16px;
	color: #55565B;
}

.rub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #55565B;
	font-weight:bold;
}

.orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight:bold;
	line-height: 16px;
	color: #E29F50;
}

.orange2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight:bold;
	line-height: 16px;
	color: #E29F50;
}

.bg_if {
	background-image:url(../images/bg_txt.gif);
	background-repeat:no-repeat;
	background-position:top;
}

a:link { text-decoration: none; color: #5792BC}
a:visited { text-decoration: none; color: #5792BC}
a:active { text-decoration: none; color: #5792BC}
a:hover { color: #406F91}

/* Formulär */

.form {

	font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #55565B; 

}

.kantlinje {	
	border: 1px solid #909090;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4E4E4E;
}