/*
----------------------------------------------- 
Print CSS 
----------------------------------------------- */
body {
text-align:center;
font-size:12pt;
font-family:"Times New Roman", Times, serif;
background-color:#000000;
background:none;
}
p {color:#000;background-color:inherit;}
a {display:none}
img {border:none;outline:none;}
h1 {font-size:15pt;}
h2 {font-size:14pt;}
h3 {font-size:13pt;}
h4 {font-size:12pt;}
h5 {font-size:11pt;}
h6 {font-size:10pt;}

/* =Layout 
----------------------------------------------- */
#threeColLayout #container {
margin:0 auto;
width:100%;
text-align:left;
}
#threeColLayout #container .catNav,
#threeColLayout #container .box {
display:none;
}
#threeColLayout #container #root {
display:none;
}
#threeColLayout #container #root .favourite {
display:none;
}
#threeColLayout #container #root .header {
display:none;
}
#threeColLayout #container #root .search {
display:none;
}
#threeColLayout #container #content {
width:100%;
}
#threeColLayout #container #content #primaryContent {
width:100%;
}
#threeColLayout #container #content #infoContent {
display:none;
}
#threeColLayout #container #sidebarContent {
display:none;

}
#threeColLayout #container #footer {
width:100%;
}

/* =Root Controls
----------------------------------------------- */
#threeColLayout #container #root .favourite ul {
}
#threeColLayout #container #root .favourite ul li {

}
/* =Primary Content
----------------------------------------------- */
#threeColLayout #container #primaryContent .newsBox,
#threeColLayout #container #primaryContent .sixBox,
#threeColLayout #container #primaryContent .fourBox,
#threeColLayout #container #primaryContent .altBox {
width:100%;
}
#threeColLayout #container #primaryContent .sixBox .boxA,
#threeColLayout #container #primaryContent .sixBox .boxB,
#threeColLayout #container #primaryContent .fourBox .boxC,
#threeColLayout #container #primaryContent .fourBox .boxD,
#threeColLayout #container #primaryContent .altBox .boxE,
#threeColLayout #container #primaryContent .altBox .boxF {
width:100%;
}
#threeColLayout #container #primaryContent .sixBox .boxA,
#threeColLayout #container #primaryContent .fourBox .boxC,
#threeColLayout #container #primaryContent .altBox .boxE {
}
#threeColLayout #container #primaryContent .sixBox .boxB,
#threeColLayout #container #primaryContent .fourBox .boxD,
#threeColLayout #container #primaryContent .altBox .boxF {
}













































