/**
 * Some (X)HTML element default styles
 */

html {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
}
table {
	border-collapse: collapse;
}
td {
	margin: 0;
	padding: 0;
	vertical-align:top;
}
form {
	margin: 0;
	padding: 0;
}
img {
	border: none;
	display: block;
}
map {
	display:none;
}
object 
	{ 
	display:block; 
}
/**
 * Headers
 */
 
h1, h2, h3, h4, h5 ,h6 {
	margin:0;
	padding:0;
	display:inline;
	letter-spacing:normal;
}

/**
 * Debugging
 */

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;
}

/**
 * Default width - height styles
 */

*.wf {
	width: 100%;
}
.hf {
	height: 100%;
}
.whf {
	width: 100%;
	height: 100%;
}
.wh1 {
	width: 1px;
	height: 1px;
}
.ma {
	margin: 0px auto;
}
.h1 {
	height: 1px;
}
.posRel {
	position:relative;
}

/**
 * Alignment styles ( including block alignment margin appearence )
 */

*.tar
	{ text-align: right !important; }
	
*.tal
	{ text-align: left !important; }
	
*.tac
	{ text-align: center !important; }

/**
 * Misc
 */

*.nowrap { 
	white-space: nowrap; 
}
	
*.di img { 
	display:inline !important; 
}
.fl	{ 
	float: left; 
}	
.fr {
	float: right; 
}	
*.curP {
	cursor: pointer; 
}
.clear {
	clear: both;
}

/**
 * links
 *
 */
.ainv a, .ainv a:link, .ainv a:visited, .ainv a:active {
	text-decoration: none;
}
.ainv a:hover {
	text-decoration:underline;
}
a.ainv:link, a.ainv:visited, a.ainv:active {
	text-decoration:none;
}
a.ainv:hover {
	text-decoration:underline;
} 

/**
 * Print - non print default styles
 */
 
@media screen, handheld, projection, speech, tty, tv {
	
	.forPrint {
		display: none;
	}

}

@media print {
	
	.forScreen {
		display: none;
	}
	
}
