                 body
                 {
			background: #fff;
			font-size: 12pt;
	         }

                 #left, #right, .imglogo
                 {
			display: none;
	         }

                 #content
                 {
			width: auto;
			margin: 0;
			padding: 0;
			border: 0;
			float: none !important;
			color: black;
			background: transparent;
		}
		
		div#content 
		{
   			padding-top: 1em;
   			border-top: 1px solid #333;
			text-align: justify;
   		}

		#top, #footer
		{
			text-align: center;
		}

		a:link, a:visited 
		{
			color: #333;
			background: transparent;
			text-decoration: none;
		}
