@charset "utf-8";
/* CSS Document */
body {
	margin-left: 10px;
	margin-top: 10px;
}

.underrubrik {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

a.underrubrik:link {  text-decoration: none; color: #000000}
a.underrubrik:active {  text-decoration: none; color: #000000}
a.underrubrik:visited {  color: #000000; text-decoration: none}
a.underrubrik:hover { color: #0099CC; text-decoration: none}

.underrubrikVit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#FFFFFF;
}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.underrubrikSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

a.underrubrikSmall:link {  text-decoration: none; color: #000000}
a.underrubrikSmall:active {  text-decoration: none; color: #000000}
a.underrubrikSmall:visited {  color: #000000; text-decoration: none}
a.underrubrikSmall:hover { color: #0099CC; text-decoration: none}

.textSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

a.textSmall:link {  text-decoration: none; color: #000000}
a.textSmall:active {  text-decoration: none; color: #000000}
a.textSmall:visited {  color: #000000; text-decoration: none}
a.textSmall:hover { color: #0099CC; text-decoration: none}

.textSmallYellow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
}

a.textSmallYellow:link {  text-decoration: none; color: #FFFFFF}
a.textSmallYellow:active {  text-decoration: none; color: #FFFFFF}
a.textSmallYellow:visited {  color: #FFFFFF; text-decoration: none}
a.textSmallYellow:hover { color: #FFFF00; text-decoration: none}


OPTION.grey {
	background-color:#D2D2D2;
	color:#000000;
}

OPTION.white {
	background-color:#FFFFFF; 
	color:#000000;
}

