/* cecoworPrint.css*/

h1 {
font-size: 12pt;
font-family: "Arial", sans-serif;
text-align: center;
}

h2 {
font-size: 10pt;
font-family: "Arial", sans-serif;
}

body {
font-size: 10pt;
font-family: "Times New Roman", serif;
}


.emph {
font-weight: bold;
}

.coloured {
color: brown;
font-weight: bold:
font-family: "Georgia", serif;
font-size: 8pt;
}

#page {
width: 100%;
background: white;
}

#heading {
display:none;
}

#menu{
display:none;
}


#contact {
text-align: center;
font-size: 8pt;
padding-top: 50px;
}



#contents {
position: absolute;
top: 0;
right:0;  
width: 82%;
font-family: "Times New Roman", serif;
}

#contact_details{
white-space: pre;
font-size: 8pt;
font-style: italic;
text-align: center;
}


#sidebar {
position: absolute;
top:10;
left:0;  
width: 15%;
font-size: 8pt;
}


#footer {
display:none;
position:absolute;
bottom:0;
text-align: center;
font-size: 8pt;
}







