/* CSS Document */

body {
	color: #666;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;

}

html {
scrollbar-face-color: #ffffff;
scrollbar-highlight-color: #ffffff;
scrollbar-3dlight-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-shadow-color: #ffffff;
scrollbar-arrow-color: #000000;
scrollbar-track-color: #ffffff;

	overflow-x: hidden;
	overflow-y: auto;
} 


a:link { text-decoration: none; color: #666633}
a:visited { text-decoration: none; color: #666633}
a:active { text-decoration: none; color: #666633}
a:hover { border-bottom: 10px; }

.rubrik {
	color: #333;
	font-size: 12px;
	font-weight: bold;
	font-family: Trebuchet MS;
	padding: 0px;
}
.breadtext {
	color: #666;
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 1.4em;
	text-align: left;
}
