@charset "utf-8";
/* CSS Document */
	html {
		background-color:#ffffff;
		color:#333333;
		font-size:8pt;
		line-height:11pt;
		letter-spacing:0px;
		text-align:center;
    }
	
	body {
		margin:0 0 0 0;
    }
	
   #container { 
		margin-left:auto; 
		margin-right:auto;
		margin-top: 50px;
		width: 500px; 
    } 
	
	p.bodytext  {		
		font-family:tahoma;
		color:#333333;
		font-size:8pt;
		line-height:11pt;
		text-align:center;
	}
