body 	{
   	background: white;
   	font-size: 12pt;
   	width:auto;
   	}
   
   
#menu 	{
   	display: none;
   	}

 #left
 	{	
  	 display: none;
   	}

 #right
 	{
  	 display: none;
   	}
   
 #right img
     	{
       display: none;
   	}
 

 .footer
 	{
        display: none;
   	}
 
 .boxcontent
        {
         width:auto;
         border-top:0px;
         border-bottom:0px;
         border-left:0px;
         border-right:0px;

         border-color: #fff;
         padding-left:0px;
         padding-right:0px;
         margin:0;
        }

#container
        {
        width:auto;
        background-image: none;
        }
        
       
#printheader
	{ 
	margin-left:16px;
	color:#e69833;
	font-size:24px;
	font-style:bold;
	display:block;
	}
	
#printfooter
	{
	margin-left:16px;
	font-size:12pt;
	display:block;
	}
	

.space
        {

        height:12pt;
        border-width:0px 0px 0px 0px;
        border-style:dashed;


        }
 
 .noprint
 	{
 	display:none;
 	}
 	
 	
 #main
 	{
 	margin-left:10px;
 	width:600px;
 	}
 .box
         {
         width:auto;
         background:#fff;
        	}
 
 .boxtop
         {
         display: none;
         }
 
 #top	{
         display: none;
         }
 
.boxbottom{
         display: none;
         }
 
#wrapper
	{
	display:none;
	}

#content 
	{
	font-size:12pt;
   	width:auto;
   	padding: 0;
   	border: 0;
   	float: none !important;
  	color: black;
  	background: transparent none;
   	}
   
   
   
div#content 
	{
   	margin-left:0px;
	}
   

   
   
div#mast img {
   vertical-align: bottom;
   }
   
   
a, a:link, a:visited {
   color: #000;
   font-size:12pt;
   background: transparent;
   font-weight: bold;
   text-decoration: none;
   }
   
   
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 12pt;
   }
   
   
#content a[href^="/"]:after {
   content: " (http://www.alistapart.com" attr(href) ") ";
   }
