/*global resets */
	
/*	force blank scrollbar to appear so page doesn't jump 
	if depth changes. Doesn't work in Opera */
	
/*	html {
		overflow-y: scroll ;		
		overflow-x: scroll ;
		}
*/

	body {
		overflow-y: scroll ;		
		overflow-x: scroll ;
		margin: 0;
		padding: 0;
		background-color: #ffffff;
		}
			
	*   {
		padding: 0;
		margin: 0;
		outline: none;
		}

	ul  {	
		display: block; 
		list-style-type: none;
		}
		
	li	{
		list-style-type: none;
		}
		
	p	{color: #696969;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		}
			
	a:focus {
   		outline: 0;		/*  prevent annoying FireFox outline on buttons  */
		outline: none;
		}

	.clear {
		clear: both;	/*	use	in DOM <div class="clear"></div>	*/	
		}
		
	/*  prevent browsers from arbitrarily resizing monospaced fonts  */		
	
	pre, code, kbd, samp, tt {
  		font-family:monospace,monospace;
 		font-size:1em;
		}