html 	
	{ height: 100%; }
	
table
	{ border-collapse: collapse; }

td
	{ margin: 0px; padding: 0px; }

form
	{ margin: 0px; padding: 0px; }
	
img
	{ border: none; display: block; }

map 
	{ display:none; }
 
h1, h2, h3, h4, h5 ,h6 {
	margin:0px;
	padding:0px;
	display:inline;
	letter-spacing:normal;
}

table.debug, *.debug table
	{ border: 1px dotted #CC3333; border-collapse: collapse; }
	
td.debug, *.debug td
	{ border: 1px dotted #FF7769; }
	
div.debug, *.debug div
	{ border: 1px dotted #3333CC; }
	
span.debug, *.debug span
	{ border: 1px dotted #33CC33; }

*.wf
	{ width: 100%; }
	
*.hf
	{ height: 100%; }	
	
*.wa
	{ width: auto; }
	
*.whf
	{ width: 100%; height: 100%; }
	
*.wh1
	{ width: 1px; height: 1px; }

*.tar
	{ text-align: right !important; }
	
*.tal
	{ text-align: left !important; }
	
*.tac
	{ text-align: center !important; }

*.ma
	{ margin-left: auto; margin-right:auto; text-align:center; }
	
*.ma * 
	{ text-align:left; }

*.nowrap
	{ white-space: nowrap; }
	
object 
	{ display:block; }
	
.fl 
	{ float: left; }
	
.fr 
	{ float: right; }	
