body {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	color: #000000;
	background-color: #95886F;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}	

	h1 {
		color: #1087A2;
		font-weight: bold;
		font-size: 14px;
		margin-bottom: 0px;
		margin-top: 4px;
	}
	
	h2 {
		color: #0D85A8;
		font-weight: bold;
		font-size: 14px;
		margin-bottom: 8px;
		margin-top: 8px;
	}
	
	h3 {
		color: #6B5A24;
		font-weight: bold;
		font-size: 12px;
		margin-bottom: 4px;
		margin-top: 8px;
	}
	
	a:link, a:visited {
		text-decoration: underline;
		font-weight: bold;
		color: #6A5820;
	}
	
	a:hover, a:active {
		color: #887741;
	}
	
	a.submenu:link, a.submenu:visited {
		font-weight: bold;
		color: #6A5820;
		text-decoration: none;
		font-size: 12px;
	}
	
	a.submenu:hover, a.submenu:active {
		color: #1087A2;
	}
	
	.submenu {
		font-weight: bold;
		color: #1087A2;
		text-decoration: none;
		font-size: 12px;
	}

	table {
		border: none;
		font-size: 11px;
		color: #403001;
		line-height: 14px;
	}
	
	.homeintro {
	position: absolute;
	margin: 20px 20px 20px 20px;
	padding: 0px 0px 0px 0px;
	width: 440px;
	left: 146px;
	top: 222px;
	}	
		.div2, .div3, .div4 {
		visibility:hidden;	
		}	

	.subintro {
		font-size: 11px;
		color: #6A5820;
		line-height: 15px;	
	}
	.subtekst {
		font-size: 11px;
		color: #4B3A0B;
		line-height: 15px;
	}

	/* forms (button, fieldset, form, input, label, legend, select, optgroup, option, textarea) */
	
		input, textarea, select {
			font-family : Verdana, Arial, Sans-Serif;
			font-size : 12px;
			border-style:solid ;
			border-color:#C8C5B4;
			border-width:1px;
			background-color: #DEF3F6;
		}

		input.button {
			font-family : Verdana, Arial, Sans-Serif;		
			font-size : 11px;
			color:#3E3400;			
			border: solid #CCC6B6;
			background-color: #FCF2D9;			
			border-width: 1px;
			font-weight : bold;
			cursor:hand;
			height:21px;			
			width: 150px;
		}
		
		input.checkbox, input.radio{
			border: solid #CCC6B6;
			background-color: #FFFFFF;
			border-width: 0px;
		}

