﻿body 
{
    font-family: Arial Narrow;
    font-size: 12pt;
}
.header
{
 font-size: 16pt;
 font-family: Arial Narrow;
 font-weight: bold;
 color: #661d1d;   
}
.tblHeader
{
    font-size: 13pt;
    font-family: Arial Narrow;
    font-weight: bold;
    color: #1D4166;
    background: #BBD0D5;
}
table.IGTable
{
    width: 600px;
    border-top: solid 2pt #8D9EA6;
    border-bottom: solid 2pt #8D9EA6;
    border-left: solid 2pt #8D9EA6;
    border-right: solid 2pt #8D9EA6;
}
table.IGTable_noBorder
{
    width: 600px;
}
.row1
{
    background: #E8E9E1;
    padding-top: 3px;
    padding-bottom: 3px;
}
.row2
{
    background: #FFFFFF;
    padding-top: 3px;
    padding-bottom: 3px;
}
a.IGLink
{
    color: #73839B;
    text-decoration: underline; 
    font-size: 14pt;  
}
a.IGLink:hover
{
    color: #661d1d;
    text-decoration: none;   
}
a.IGLink:visited
{
    color: #73839B;
    text-decoration: underline;
}
a.IGLink:visited:hover
{
    color: #661d1d;
    text-decoration: none;   
}
a.IGLink_small
{
    color: #FFFFFF;
    text-decoration: none; 
    font-size: 10pt;  
}
a.IGLink_small:hover
{
    color: #661d1d;
    text-decoration: underline;   
}
a.IGLink_small:visited
{
    color: #FFFFFF;
    text-decoration: none;
}
a.IGLink_small:visited:hover
{
    color: #661d1d;
    text-decoration: underline;   
}
.tblText
{
    font-size: 9pt;
    font-weight: bold;
    color: #8D9EA6;
    paDDING-RIGHT:5PX;
}
.tblTextItalics
{
    font-size: 9pt;
    font-style: italic;   
}