/* Cascading Style Sheets - Wallter Technology AB 040408 */


/* Body text. */

body, td { 
color: #333333; 
font-family: verdana, sans-serif; 
font-size: 10px; 
line-height: 11px; 
}

a:visited {text-decoration: none; color:#333333} 
a:link {text-decoration: none; color:#333333} 
a:hover {text-decoration: none; color:#000000}


/* Menu */

.menu { 
    font-weight: bold; 
    color: #333333; 
    font-family: verdana, sans-serif; 
    font-size: 9px; 
    line-height: 11px; 
}

a.meny:visited {text-decoration: none; color:#333333}   
a.meny:link {text-decoration: none; color:#333333}   
a.meny:active {text-decoration: none; color:#333333}   
a.meny:hover {text-decoration: none; color:#000000}



/* Headline */

.headline { 
    font-weight: bold; 
    color: #333333; 
    font-family: verdana, sans-serif; 
    font-size: 12px; 
    line-height: 11px; 
}


/* Underline */

.underline { 
    font-weight: bold; 
    color: #333333; 
    font-family: verdana, sans-serif; 
    font-size: 10px; 
    line-height: 11px; 
}