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

html {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}

table {
	border-collapse: collapse;
}

td {
	margin: 0px;
	padding: 0px;
}

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;
}

/**
 * Default width - height styles
 */

*.wf {
	width: 100%;
}

.hf {
	height: 100%;
}

.whf {
	width: 100%;
	height: 100%;
}

.wh1 {
	width: 1px;
	height: 1px;
}

/**
 * Alignment styles ( including block alignment margin appearence )
 */

*.tar
	{ text-align: right !important; }
	
*.tal
	{ text-align: left !important; }
	
*.tac
	{ text-align: center !important; }

*.ma 
	{ margin:auto; }
	
/**
 * Misc
 */

*.nowrap
	{ white-space: nowrap; }
	
*.di img 
	{ display:inline !important; }
	
object { display: block; }
object:focus { -moz-outline-style: none; outline: none; }
	
embed 
	{ 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;
	}
	
}
