#head *,
.sidebar,
ul.print,
#footer {
	display:none;
}

#head {
	border-bottom:1px solid #bbb;
	padding-bottom:1em;
}
	
#head #branding {
    display: list-item !important;
    list-style-image:url(../images/head/logo.gif);
    list-style-position: inside;
    /*width:300px; 
    height:200px;*/
	border:1px solid white;
}
#head #branding a {
	display:none;
}
#head #branding a:after {
	content: "";
}


body {
	font-family:Arial,Helvetica,sans-serif;
	font-size:10pt;
}
h1, h2, h3, h4, h5, h6 {
	font-family:Georgia,Times,serif;
	font-weight:normal;
}

.content a:link:after, .content a:visited:after {
   /* content: " (" attr(href) ") "; */
   font-size: 90%;
   }
.fontResizer {
	display:none;
}