	html 
	{
		width: 100%;
		/* height: 100%; */
		padding: 0px;
		margin: 0px;
		/*\*/ overflow: scroll; /**/
	}
	
	body
	{
		background-color: white;
		margin: 0px;
		padding: 0px;
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 8pt;
  		line-height: 11pt;
		color: black;
	}
 
	#container
	{
		width: 700px;
		margin: 50px 0px 0px 100px;		
		padding: 0px;
		background-color: white;
	}
	
	#content
	{
		text-align: left;
		line-height: 16pt;
	}
	
	a:link, a:active, a:visited
	{
		text-decoration: underline;
  		color: black;
  		margin: 0px;
  		padding: 0px;
  	}
  
	a:hover
	{
		text-decoration: underline;
		color: black;
		background-color: none;
		margin: 0px;
		padding: 0px;
  	}
	
	#content a
	{
		 color: #888888;
		 background-color: transparent;
		 border: 0px;
	}
	
	.gallery td
	{
		padding: 0px;
		color: black;
		text-align: left;
	}
