

body{
    
}

.pageHeader{
     visibility:hidden;
     position: absolute;
     top:-10;
     left:-100;
}

.tableHeader{
    background:#ececec;
    text-align:left;
    font-family: "Arial";
    font-size:8pt;
    font-weight:bold;
    color:#000080;
	border-style: solid; 
    border-width: 1px;
    border-color: black;
    padding: 2px;
}
.avalue
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 8pt
}
.alabel
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
    COLOR: black;
    FONT-FAMILY: Arial
}
.comment{
}

.highlight{
}
/* VI 49207, inserted to make address a different font size from the rest of the body */
.address{
    
    font-family: "Arial";
    font-size:10pt;

}

/* VI 98735 - Change headers to non-bolded text and change data to bolded text for all reports */
.aReportValue
{
    FONT-WEIGHT: bold;
    FONT-FAMILY: Arial;
}

.aReportValueNoLabel
{
    FONT-WEIGHT: bold;
    FONT-FAMILY: Arial;
}

.aReportLabel
{
    FONT-WEIGHT: normal;
    FONT-FAMILY: Arial;
}

.aReportTitle
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 1.1em;
    COLOR: navy;
    FONT-FAMILY: Arial, Helvetica, "Times New Roman", serif
	
}


