/*
Stilark for Lillehammerfestivalen.com
*/

BODY	{
	background: #EEEEEE;
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 5px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 10pt;
	}
	
P	{
	font-size: 10pt;
	font-weight: normal;
	}

P.Liten	{
	font-size: 8pt;
	}
	
H3	{
	font-size: 14pt;
	}

H5	{
	font-size: 10pt;
	font-weight: bold;
	}
		
TABLE {
	background: #FFFFFF;
	color: #000000;
	border-collapse: collapse;
	bordercolor: #111111;
	}

TD	{
	font-size: 10pt;
	}

TD.Liste {
	background: #FFFFCC;
	}
	
TD.Feil {
	background: #FF0000;
	color: #FFFFFF;
	font-size: 10pt;
	}

TD.Liten {
	font-size: 8pt;
}
	
	
INPUT.Liten {
	font-size: 8pt;
	}

INPUT.Normal {
	font-size: 10pt;
	}

TEXTAREA {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 10pt;
	} 

