#header h1, 
#search, 
#contact,
#sidebar, 
.contentItemLinks, 
.contentItem div[align=center],
.tags, 
.categories,
#linearNavigation,
#feeds,
#footer
{
 display:none;
}


body {
 font-family: "Times New Roman", Times, serif;
 font-size: 11pt;
 text-align: left;
}

#header {
 text-align:right;
}

#header img {
 width:3cm;
}

h1 {
 font:bold 16pt Helvetica, Arial, sans-serif;
 margin-top:2em;
}
h2, h3 {
 font-size:11pt;
}
h3 {
 font-weight:normal;
 font-style:italic;
}
.contentItemBody {
 text-align: justify;
}

.photo {
 border:0.5pt solid black;
 text-align: center;
}
.codeSample {
 font-family: Courier, sans-serif;
 font-size:9pt;
 text-align: left;
 background: #F8F8F8;
 padding:0.5em;
 overflow: auto;
}
thead {
 text-align: left;
}

#printfooter, .metadata {
 font:9pt Helvetica, Arial, sans-serif;
}
#printfooter {
 clear: both;
 text-align: center;
 padding-top:1em;
 border-top:0.5pt solid black;
 margin-top:3em;
}


img {
 border:none;
}

a {
 text-decoration:none;
}
a:link, a:visited {
 color: black;
}

.even {
 background: #F4F4F4;
}
.odd {
}
.small, code {
 font-size:9pt;
}
code {
 font-family:"Courier New", Courier, monospace;
}
