body { 
	background-color: #F0F4FF;
	font-family: Verdana; 
	font-size: 10px;
} 

p {
	font-family: Verdana;
	font-size: 10px;
	line-height: 12px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
} 

div  { 
	color: #000; 
	font-size: 10px; 
	line-height: 12px;
	font-family: Verdana; 
	font-style: normal; 
	font-weight: normal; 
}
				
h1 {
	font-weight:bold;
	font-size:12px;
	display: block;
	margin-top:8px;
	margin-bottom: 3px;
	line-height: 16px;
}
h2 {
	font-weight:bold;
	font-size:10px;
	line-height: 12px;
	display: block;
	margin-top:8px;
	margin-bottom: 3px;
}

hr  {
	color: #7F9DED;
	height: 1px;
	display: block;
	margin-top: 2px;
	margin-bottom: 2px;
 } 
td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7F9DED;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-left: 3px;
}
.ingress {
	font-size: 11px;
	line-height: 18px;
	color: #000000;
}

.copyright { 
	font-family: Verdana, Georgia; 
	font-size: 10px; 
	color: #ffffff;
}
.logo {
	font-size:14px;
	color:#003399;
	font-weight:bold;
}
		
/*=======================================================
	DIVS
=======================================================*/
#meny ul {
	padding: 0em;
	width: 749px;
	margin: 0px;
}
#meny li{
	font-size:10px;
	list-style-type: none;
	width: 749px;
	position: relative;
	height: 2em;
	padding-top: 0.6em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 0em;
	margin: 0em;
	color: #000000;
}

#meny a {
	font-size:1em;
	background-color:transparent;
	text-decoration:none;
	color:#000000;
	margin-right: 0.8em;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0em;
}

#meny a:hover {
	color: #666666;
}

