/* font */
font.standard	{ 
		  font-family: verdana, arial, helvetica;
		  font-size: 8pt;
		  color: black 
		}

font.stdMeny	{ 
		  font-family: verdana, arial, helvetica;
		  font-size: 8pt;
		  color: black 
		}


font.nyhet	{ 
		  font-family: verdana, arial, helvetica;
		  font-size: 8pt;
		  color: black 
		}

font.nyhetTeaser	{ 
		  font-family: verdana, arial, helvetica;
		  font-size: 7pt;
		  font-weight: bold;
		  color: #990000; 
		}

font.nyhetOverskrift	{ 
		  font-family: verdana, arial, helvetica;
		  font-size: 13pt;
		  font-weight: bold;
		  color: black 
		}

font.overskrift	{
		  font-family: verdana, verdana, arial, helvetica, sans-serif;
		  font-size: 13pt;
		  font-weight: bold;
		  color: black 
		}

font.overskrift2	{
			  font-family: verdana, arial, helvetica, sans-serif;
			  font-size: 13pt;
			  font-weight: bold;
			  color: black 
			}

font.error	{
		  font-family: verdana, arial, helvetica, sans-serif;
		  font-size: 8pt;
		  font-weight: bold;
		  color: red
		}

font.copyright	{
		  font-family: verdana, arial, helvetica, sans-serif;
		  font-size: 7pt;
		  color: white
		} 


/* form */
.sok 		{
		  font-family: verdana, arial, helvetica, sans-serif;
		  font-size: 8pt;
		}

.form		{
		  font-family: verdana, verdana, arial, helvetica. sans-serif;
		  font-size: 10px;
		  height: 18px;
		  background-color: #FFFFFF;
		  border: #000000;
		  border-style: solid;
		  border-top-width: 1px;
		  border-right-width: 1px;
		  border-bottom-width: 1px;
		  border-left-width: 1px;
		}

.form-txt	{
		  font-family: verdana, verdana, arial, helvetica. sans-serif;
		  font-size: 10px;
		  background-color: #FFFFFF;
		  border: #000000;
		  border-style: solid;
		  border-top-width: 1px;
		  border-right-width: 1px;
		  border-bottom-width: 1px;
		  border-left-width: 1px;
		}





/* linker */
A:link		{
		  font-family: verdana, arial, helvetica, sans-serif;
		  font-size: 8pt;
		  text-decoration: none;
		  color: black
		}

A:visited	{ 
		  font-family: verdana, arial, helvetica, sans-serif;
		  font-size: 8pt;
		  text-decoration: none;
		  color: black
		}

A:hover		{
		  font-family: verdana, arial, helvetica, sans-serif;
		  font-size: 8pt;
		  text-decoration: underline;
		  color: #990000; 
		}
