/*//////////////////////////////////////////////////////////
	Global Stuff
//////////////////////////////////////////////////////////*/

	/* hacks */
	
	.clearfix:after {
	   content:".";
	   display:block;
	   height:0;
	   clear:both;
	   visibility:hidden;
	}
	.clearfix {display:inline-block;}
	/* Hide from IE Mac \*/
	.clearfix {display:block;}
	/* End hide from IE Mac */
	
	.hde { 
		width: 0; height: 0; 
		font: 1px/1px sans-serif; text-indent: -9999px;
		position: absolute; top:0; left: -9999px;
		overflow: hidden; background: transparent none;
	}
	* {
		padding:0;
		margin:0;
	}
	br.clear {
		height: 0.001em;
		font: 1px/1px sans-serif; /* stop IE from revealing unnecessary bg */
		text-decoration: none;
		margin: 0;
		padding: 0;
		clear: both;
	}

	/* text-indent:-9999px; line-height: 0.001em; font-size: 0.001em; */
	
	
/*/////////////////////////////////////////////////////////////////////
	Fontage
/////////////////////////////////////////////////////////////////////*/

	body, a, ul, li, p, h1, h2, h3, h4, input, select, textarea {
		font-family: Arial, Helvetica, sans-serif;
		text-decoration: none;
	}
	
	body
	{
		background-position: top left;
		background: url(../../images/bgTile.jpg);
		margin:0px;
	}
	
	input, select, textarea, table {
		color: #576473;
		font-size: 1em; 
	}
	

/*/////////////////////////////////////////////////////////////////////
	Shell
/////////////////////////////////////////////////////////////////////*/
	
	
	html
	{
		height:100%;
	}
	
	body
	{
		height:100%;
	}
	
	
	
	
	
	

