/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
	scrollbar-face-color:#fff;
	scrollbar-highlight-color:#ccc;
	scrollbar-3dlight-color:fff;
	scrollbar-darkshadow-color:fff;
	scrollbar-shadow-color:ccc;
	scrollbar-arrow-color:#ccc;
	scrollbar-track-color:#fff;
	font-family: Arial;
	font-size: 12px;
}

html, body {
overflow-x:hidden;
}


p {
	font-family: Arial;
	font-size: 12px;
}


a {
	font-family: Arial;
	font-size: 12px;
	color: #0000FF;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: underline;
	color: #0000FF;
	text-decoration:underline;
}
a:active {
	text-decoration: none;
	color: #0000FF;
}


.rubrik {
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
}

.brodtext
{
	font-family:Arial;
	font-size: 12px;
}

.huvudrubrik {
font-family:Arial;
font-weight:bold;
font-size:16px;
color:#FFFFFF;
background-color:#6666cc;
}


.rightimage {
	margin-left: 15px;
	margin-bottom: 5px;
	float: right;
}

.leftimage {
margin-right: 15px;
margin-bottom: 5px;
float: left;
}

.miniknapp {
	font-size:9px;
	}

.main {
	width: 900px;
	border-style: none;
}

.stor {
	font-family:Arial;
	font-size:16px;
}


.white {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.grey_small {
	color: #666666;
	font-size: 9px;
	font-weight: bold;
}


.varning {
	font-weight: bold;
	color: #FF0000;
}

.style1 {color: #FFFFFF}
.style3 {color: #FFFFFF; font-weight: bold; }

