	#navcontainer{
	display:none;
	}
	
	#top_nav{
	display:none;
	}
	
	 body {
  	font-family:   Arial,Verdana, Helvetica, sans-serif;
		font-size: 12px;
		line-height: 140%;
		color: #414141; 
  	background: #fff url(../img/ifk_body_bg_lines.jpg); 	
  }
  
  p{
  	text-align: justify;
  	padding-bottom: 10px;
  }
  
  h1{
  	font-size: 18px;
		line-height: 140%;
		font-weight: bold;
		color: #0042f7;
		padding-bottom: 15px;
		width: 80%;
  }
  
  h2{
  	font-size: 16px;
		line-height: 140%;
		color: #414141;
		padding-bottom: 15px;
  }

  h3{
  	font-size: 14px;
		line-height: 140%;
		color: #414141;
		padding-bottom: 15px;
  }
  
  h4{
	font-size: 14px;
	line-height: 140%;
	color: #FF9900;
	padding-bottom: 15px;
  }
  
	li{
		margin-left:30px;
	}
	
	a img{
	 	border: none;
	}
	
	a{
	font-weight: bold;
	text-decoration: none;
	color: #414141;
	}
	
	#content_head a{ 
		font-weight: normal;
	
	}
	
	a:hover{
		color: #0042f7;	
	}
	
	
	a:visited{
		color: #0042f7;
	
	}
	
	
	
