/* Default CSS Stylesheet for a new Web Application project */

.TITEL
{
	font-family: "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-size: 32pt;
	color: #E2A411;
	cursor: default;
}

.ONDERTITEL
{
	font-family: "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #006600;
	cursor: default;
}

A
{
	margin: 0 0 12pt 0;
	font-family: verdana;
	font-size: 8pt;
	line-height: 1.5em;
}

.TEKSTG
{
	margin: 0 0 12pt 0;
	font-family: verdana;
	font-size: 10pt;
	line-height: 1.5em;
	cursor: default;
	font-weight: bold;
}


.TEKST
{
	margin: 0 0 12pt 0;
	font-family: verdana;
	font-size: 8pt;
	line-height: 1.5em;
	cursor: default;
}

.TEKSTB
{
	margin: 0 0 12pt 0;
	font-family: verdana;
	font-size: 8pt;
	line-height: 1.5em;
	cursor: default;
	font-weight: bold;
}

.SMALLTEKST
{
	font-family: verdana;
	font-size: 7pt;
	line-height: 1.5em;
	cursor: default;
}

.INTRO
{
	margin: 0 0 12pt 0;
	font-family: arial;
	font-size: 9pt;
	line-height: 1.5em;
	margin:  0 0 0 12pt;
	cursor: default;
}

.TEKSTTITEL
{
	margin: 0 0 12pt 0;
	font-family: "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-size: 12pt;
	line-height: 1.5em;
	font-weight: bold;
	color: #006600;
}

.MENUITEM
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.MENUITEM:hover
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	color: Yellow;
	text-decoration: underline;
}


