@import url(style.css);

body, #footer {
background-color: #FFF;
background-image: none;
color: #000;
}

#print-head {
display: block;
width: 100%;
text-align: center;
margin-bottom: 10px;
padding: 5px;
background-color: #ededed;
border-bottom: 1px solid #bcbcbc;
}

#footer a:visited {
color: #000;
}

#footer {
border-top: 1px solid #bcbcbc;
background-color: #ededed;
}

#contentcontainer, #content {
width: 100%;
background-color: #FFF;
background-image: none;
color: #000;
padding: 0;
}

#content {
margin: 10px 0px 10px;
}

p {
font-size: 12pt;
}

.evolution, #header, #news, .pi, #spacer-top, #spacer-bottom, #login, #evolution {
display: none;
}

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

p.disclaimer, p.footer {
font-size: 10pt;
}