a         { color: #B20C25; 
                     font-family:   Verdana, Arial, Helvetica, sans-serif; 
                        font-size : 10px;
                       font-weight: bold;
                     text-decoration: none
     }

a:visited     { color: #B20C25;
                     font-family:   Verdana, Arial, Helvetica, sans-serif; 
                      font-size : 10px;
                      font-weight: bold;  
                    text-decoration: none 
     }

a:hover      {color: #333399;
                    font-family:   Verdana, Arial, Helvetica, sans-serif; 
                     font-size : 10px;
                     font-weight: bold;  
                   text-decoration: none 
     }

a:active      {color: #333399;
                    font-family:   Verdana, Arial, Helvetica, sans-serif; 
                     font-size : 10px; 
                      font-weight: bold;  
                   text-decoration: none 
     }

.text           {
	font-family : Verdana,Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height : 14px;
} 

.textvit      {color: #FFFFFF;
                    font-family:   Verdana, Arial, Helvetica, sans-serif; 
                     font-size : 10px;
                     font-weight: bold; 
     }              
 
.rubrik   {
	font-family : Georgia,Times New Roman,Times,serif;
	font-size : 14px;
	color : #666666;
	font-weight: bold;
	line-height : 17px;
}

.rubrik-greenbox   {
	font-family : Georgia,Times New Roman,Times,serif;
	font-size : 14px;
	color : #336633;
	font-weight: bold;
}

.rubrik-bluebox   {
	font-family : Georgia,Times New Roman,Times,serif;
	font-size : 14px;
	color : #003399;
	font-weight: bold;
}

.rubrikliten  { font-family : Verdana, Arial, Helvetica, sans-serif; 
                      font-size : 10px; color : #000000; 
                      font-weight: bold;
     }

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

.rubrikrod {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: bold; color: #CC3333}

.H4rubrik {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; line-height: 50px}

#dhtmlgoodies_tooltip{
	background-color:#FFFCF9;
	border:1px solid #000;
	position:absolute;
	display:none;
	z-index:20000;
	padding:7px;
	font-size:0.9em;
	-moz-border-radius:6px;	/* Rounded edges in Firefox */
	font-family: Arial, Helvetica, sans-serif;
	line-height:18px;
}
#dhtmlgoodies_tooltipShadow{
	position:absolute;
	background-color:#555;
	display:none;
	z-index:10000;
	opacity:0.7;
	filter:alpha(opacity=70);
	-khtml-opacity: 0.7;
	-moz-opacity: 0.7;
	-moz-border-radius:6px;	/* Rounded edges in Firefox */
}


