/******************************************************************
StyleSheet Kvina Auto AS v/erik@autoparts.no
****************************************************************/

/* Body Td, P , Table text  (Copy) this is the default font and size. */
/* NOTE: bordtext will be removed in next big update!! */
body, td, brodtext, p	{
font-family: Verdana, Helv, Geneva, Arial, Helvetica, sans-serif; 
font-size: 10px; 
font-weight: normal;
}
/* NOTE: bordtext will be removed in next big update!! */

/* Bakgrunnsfarger for tynn strek i tabeller - lagt til av EE, 16.11.04 */
.colourline {
background-color: #000080;
}

/* Hvit bakgrunnsfarge - lagt til av EE, 16.11.04 */
.colourwhite {
background-color: #FFFFFF;
}

/* General Link function Black on White */
a					     {text-decoration: underline}
a:link, a:active	{color: #000080; text-decoration: underline}
a:visited			{color: #000080; text-decoration: underline}
/*
a:hover				{color: #000080; text-decoration: underline}
*/
/*  Headline1 black on white (Headline text content) */
.headline1 {
font-family: Verdana, Helv, Geneva, Arial, Helvetica, sans-serif; 
font-size: 13px; 
font-weight: bold;
color: #000000;
}

a.pathmenu, a.pathmenu:active, a.pathmenu:visited, a.pathmenu:link	{
font-size: 10px; 
font-family: Verdana, Helv, sans-serif;	
font-weight: bold;
text-decoration: none; 
color: #000080;
}

/* default style for ALL inputs 10px */
input {
font-size: 10px;
font-family: Verdana, Helv, Geneva, Arial, Helvetica, sans-seriff;
font-weight: normal;
}