﻿/* TreeFrame */

/* div.page
{
    writing-mode: tb-rl;
    height: 80%;
    margin: 10% 0%;
}*/
/*Currently not used but may be useful to rotate first page in future*/

.T1
{
    margin-left: 0px;
}
/*Ensures that the title is in the centre*/

.printonly
{
    display:inherit;
}
/* Show data to be printed */



.DesText
{
    border: none;
    height: auto;
}

.JT
{
    display: none;
}
/*Do not display logo*/

.c1
{
    display: none;
}
/*I-Frame*/

img
{
    border-style: none;
}

.PB
{
    page-break-after: always;
}
/* Insert page break*/

.noprint
{
    display: none;
}
/* Text not to be printed */


.breadcrumb a:link {text-decoration: none; color:Black;}


div#Footerright
{
    text-align: right;
    font-size: 1em;
}
div#Footermiddle
{
    display: none;
}