
  /* Menyn */
  .menu {
	  color: #000099;
	  font-family: Verdana, sans-serif;
	  font-size: 11px;
	  font-weight: bold;
	  text-decoration: none
	}
  .menu:link {
	  color: #000099;
	  text-decoration: none
	}
  .menu:visited {
	  color: #000099;
	  text-decoration: none
	}
  .menu:active {
	  color: #ff0000;
	  text-decoration: none
	}
  .menu:hover {
	  color: #ff0000;
	  text-decoration: underline
	}

  /* Notiser */
  .notiser {
	  color: #000099;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-weight: normal;
	  font-size: 9px;
	  line-height: 10px;
	  font-style: normal;
	  text-decoration: none
	}
  .notiser:link {
	  color: #000099;
	  text-decoration: none
	}
  .notiser:visited {
	  color: #000099;
	  text-decoration: none
	}
  .notiser:active {
	  color: #ff0000;
	  text-decoration: none
	}
  .notiser:hover {
	  color: #ff0000;
	  text-decoration: underline
	}

  /* Övriga länkar */
  .links {
	  color: #000099;
	  font-family: Verdana, sans-serif;
	  font-size: 12px;
	  text-decoration: none
	}
  .links:link {
	  color: #000099;
	  text-decoration: none
	}
  .links:visited {
	  color: #000099;
	  text-decoration: none
	}
  .links:active {
	  color: #ff0000;
	  text-decoration: none
	}
  .links:hover {
	  color: #ff0000;
	  text-decoration: underline
	}

  .text {
	  color: #000000;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 12px
	}
  .fixtext {
	  color: #000000;
	  font-family: "Courier New", Courier, mono;
	  font-size: 12px
	}
  .redtext {
	  color: #FF0000;
	  font-family: Verdana, sans-serif;
	  font-size: 12px
	}
  .rubrik {
	  color: #000000;
	  font-family: Verdana, sans-serif;
	  font-weight: bold;
	  font-size: 20px
	}
  .mellis {
	  color: #000000;
	  font-family: Verdana, sans-serif;
	  font-weight: bold;
	  font-size: 16px
	}

  .datum {
	  font-weight: normal;
	  font-size: 9px;
	  color: #ff0000;
	  line-height: 10px;
	  font-style: normal;
	  font-family: Verdana, Arial, Helvetica, sans-serif
	}
  .url {
	  font-weight: normal;
	  font-size: 9px;
	  color: #000099;
	  line-height: 10px;
	  font-style: normal;
	  font-family: Verdana, Arial, Helvetica, sans-serif
	}
  .senaste {
	  font-weight: normal;
	  font-size: 12px;
	  color: #000000;
	  line-height: 14px;
	  font-style: normal;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  padding-bottom: 5px;
	  padding-top: 5px
	}
  .senasterubrik {
	  font-size: 22px;
	  color: #000000;
	  line-height: normal;
	  font-style: normal;
	  font-family: Arial, Verdana, Helvetica, sans-serif
	}

  body {
	  scrollbar-base-color: #DFE1C7;
	  scrollbar-track-color: #F6F7EF;
	  scrollbar-arrow-color: #ACA882
	}
  input {
	  border-right: #7f9db9 1px solid;
	  border-top: #7f9db9 1px solid;
	  border-left: #7f9db9 1px solid;
	  border-bottom: #7f9db9 1px solid;
	  font: normal 8pt Verdana, sans-serif;
	  background-color: #FFFFFF
	}
  .checkbox {
	  border-right: 0px;
	  border-top: 0px;
	  border-left: 0px;
	  border-bottom: 0px;
	  background-color: #F6F7EF
	}
  .radio {
	  border-right: 0px;
	  border-top: 0px;
	  border-left: 0px;
	  border-bottom: 0px
	}
  .text_bgd {
		background-color: #F6F7EF
	}
  .rubrik_bgd {
	  background-color: #DFE1C7
	}
  .white_bgd {
	  background-color: #FFFFFF
	}
	
	.white_checkbox {
		border-right: 0px; 
		border-top: 0px; 
		border-left: 0px; 
		border-bottom: 0px;
		background-color: #FFFFFF
	}
	
