/**
 * CSS Stylesheet for printing
 *
 * @copyright Copyright 2008 GO Communications LTD
 * @copyright Portions Copyright 2008 GO Communications
*/

body {font: Times, serif; font-size: 10pt;}

.pagetitle { 
font-size:12pt; 
font-family: Times, serif;
font-weight:bold;
}

.content {
font-size:10pt; 
font-family: Times, serif;
}

.toppanel {
font-size:10pt; 
font-family: Times, serif;
border-bottom:1px solid #333;
}

.leftpanel {
font-size:10pt; 
font-family: Times, serif;
border-right:1px solid #333;
}

.leftpanel a:active{
font-size:10pt; 
font-family: Times, serif;
text-decoration:underline;
}

.leftpanel a:link{
font-size:10pt; 
font-family: Times, serif;
text-decoration:underline;
}

.leftpanel a:visited{
font-size:10pt; 
font-family: Times, serif;
text-decoration:underline;
}

.leftpanel a:hover{
font-size:10pt; 
font-family: Times, serif;
text-decoration:underline;
}


.rightpanel {
font-size:10pt; 
font-family: Times, serif;
border-left:1px solid #333;
}

.rightpanel a:active{
font-size:10pt; 
font-family: Times, serif;
text-decoration:underline;
}

.rightpanel a:link{
font-size:10pt; 
font-family: Times, serif;
text-decoration:underline;
}

.rightpanel a:visited{
font-size:10pt; 
font-family: Times, serif;
text-decoration:underline;
}

.rightpanel a:hover{
font-size:10pt; 
font-family: Times, serif;
text-decoration:underline;
}

A{text-decoration:underline; color: #333}

A:active  { color:#333; text-decoration:underline; font-weight: normal
} 
A:visited { color:#333; text-decoration:underline; 
} 
A:link { color:#333; text-decoration:underline; font-weight: normal
} 
A:hover{ color:#9F9F9F; text-decoration:underline; font-weight: normal
}

.footer {font: Times, serif; font-size: 8pt; border: 1px solid #999}

.qm0, .anchorbar, .toppanel, .qmmc, .entryright, .entryright_text, .entryright_quotes { display: none;}

/* Other properties for print:
- page-break-before
- page-break-after
- page-break-inside
- orphans
- widows
*/

