/* CSS Document */

/*@@@@@@@@@@@@@@@@@@*/
/*	Texthantering	*/
/*@@@@@@@@@@@@@@@@@@*/

/****************************************/
/* 			Rubrik						*/
/****************************************/
.GeneralSafeHeadline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #000000;
}

/****************************************/
/* 			Brödtext					*/
/****************************************/
.GeneralSafeText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
.GeneralSafeText a:link {	
	text-decoration: underline;
}
.GeneralSafeText a:visited {
	text-decoration: underline;
}
.GeneralSafeText a:hover {
	text-decoration: underline;
}
.GeneralSafeText a:active {
	text-decoration: underline;
}


/****************************************/
/* 			Vänster Meny				*/
/****************************************/
.MenuText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.MenuText a:link {	
	text-decoration: none;
	color:#000000;
}
.MenuText a:visited {
	text-decoration: none;
	color:#000000;
}
.MenuText a:hover {
	text-decoration: none;
	color:#000000;
}
.MenuText a:active {
	text-decoration: none;
	color:#000000;
}

/****************************************/
/* 			Navigation					*/
/****************************************/
.SafeNavigationText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color: #666666;
	background-image:url(../images/navigation_background.gif);
}
.SafeNavigationText a:link {	
	text-decoration: none;
	font-weight:bold;
	color: #666666;
}
.SafeNavigationText a:visited {
	text-decoration: none;
	font-weight:bold;
	color: #666666;
}
.SafeNavigationText a:hover {
	text-decoration: none;
	font-weight:bold;
	color: #666666;
}
.SafeNavigationText a:active {
	text-decoration: none;
	font-weight:bold;
	color: #666666;
}
