/* Global settings */
body, html {
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10px;
	color: #999999;
	background-color: #1d1d1d;
	font-weight: normal;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.left_bar {
	background-image: url(images/left_bar.gif);
	background-position: top left;
	background-repeat: repeat-y;
}
.right_bar {
	background-image: url(images/right_bar.gif);
	background-position: top right;
	background-repeat: repeat-y;
}
.logo {
	background-image: url(images/bg.jpg);
	background-position: top center;
	background-repeat: repeat;
}
td {
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10px;
	color: #999999;
	font-weight: normal;
	background-color: inherit;
}
.rubrik {
	font-family: Verdana, Arial, sans-serif; 
	font-size: 14px;
	color: #cccccc;
	background-color: inherit;
}

/* Copyright text */
.copyright {
	font-family: Verdana, Arial, sans-serif; 
	font-size: 9px;
	color: #4d4d4d;
	font-weight: bold;
	background-color: inherit;
}



/* Default link settings */
a, a:visited {
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	background-color: inherit;
}
a:hover, a:active {
	color: #FFF;
	text-decoration: underline;
	background-color: inherit;
}

