body {
			background: #E5F0FF url('/img/background.gif') top left repeat-x;
}
body,td,font {
			font-family: verdana, helvetica, arial, sans-serif;
			font-size: 11;
			color: #2E5589;
}
a {
			color: #006CFF;
			text-decoration: none;
			
}
a:hover {
			color: #0055C8;
}
.meny {
			color: #006CFF;
			text-decoration: none;
			font-size: 10;
}
.meny:hover {
			color: #67A2F3;
}
h1 {
			font-size:22;
}
td.clickable {
			background: #EBEFF5;
			color:#006CFF;
			text-decoration: none;
			font-weight: bold;
			font-size: 10;
			cursor: pointer;
			padding-left: 10px;
			background: #EBEFF5 url('../img/meny_bg.gif');
}

td.clickableover {
			background: #EBEFF5;
			color:#0055C8;
			text-decoration: none;
			font-weight: bold;
			font-size: 10;
			cursor: pointer;
			padding-left: 10px;
			background: #EBEFF5 url('../img/meny_mo.gif') top left repeat-x;
}


input.submit {
border: 1px solid #303030;
background-color: #ffffff;
color: #000000;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 11px;
line-height: 1.4;
}

input.fieldtext {
border: 1px solid #303030;
background-color: #ffffff;
color: #000000;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 12px;
line-height: 1.4;
}

textarea.fieldtext {
border: 1px solid #303030;
background-color: #ffffff;
color: #000000;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 12px;
line-height: 1.4;
}