/**
 * Some (X)HTML element default styles
 */



form {
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
	display: block;
}
map {
	display:none;
}
		
/**
 * Headers
 */
 
h1, h2, h3, h4, h5 ,h6 {
	margin:0px;
	padding:0px;
	display:inline;
	letter-spacing:normal;
}


*.nowrap
	{ white-space: nowrap; }
	
*.di img 
	{ display:inline !important; }
	
object 
	{ display:block; }
	
.fl 
	{ float: left; }
	
.fr 
	{ float: right; }	
	
*.curP 
	{ cursor: pointer; }

/**
 * Print - non print default styles
 */
 
@media screen, handheld, projection, speech, tty, tv {
	
	.forPrint {
		display: none;
	}

}

@media print {
	
	.forScreen {
		display: none;
	}
	
}
