@import url("reset-fonts-grids.css");/*  PePe */
@import url("style.css");/*  PePe */

.noprint {
	display:none;
}

.print{
	display:block;
}
   
html, body { 
	background-color: #fff; 	
	color:#000000; 	
	text-align: left; 
} /* #DAEAE1 */

a, a:visited, a:hover { 
	text-decoration:underline; 
	color: #555555	; 
}

#kom{
	display:inline;
}

#wrapper { 
	margin: 10px auto; 
	width: 100%; 
	position:relative; 
	padding: 0;
	font-size: 108%;
	font-family: Roman, "Times New Roman", Times, serif;

}

#breadcrumb { 
	background-image: url(../images/2n_design_breadcrumb_printer.png);
	width: 613px;
 
}

#internal {
	float: left;
	width:100%;
}

#internal_inner {
	min-height: 400px;
	background: none;
	background-repeat: repeat-y;
	height: 100%;
	padding: 7px 15px ;
	/* color: #666666; PePe */
}

#copyrightHR{
	margin-top: 30px;
	height: 30px;
	border-bottom: 1px solid #999999;
}