﻿body
{
    font-size: 8pt;
    color: black;
    font-family: Tahoma;
    line-height: normal;
}
.standard
{
    font-size: 8pt;
    color: black;
    font-family: Tahoma;
    line-height: normal;
    letter-spacing: 1px;
}
.standardgrey
{
    font-size: 8pt;
    color: gray;
    font-family: Tahoma;
    letter-spacing: 1px;
}
.cellblack
{
    font-size: xx-small;
    color: activeborder;
    font-family: 'MS Reference Sans Serif';
    background-color: black;
}
.cellgrey
{
    font-size: xx-small;
    color: gray;
    font-family: 'MS Reference Sans Serif';
}
.navhead
{
    font-weight: bold;
    font-size: x-small;
    color: inactivecaption;
    font-family: 'MS Reference Sans Serif';
}
.dataview
{
    font-size: 7pt;
    font-family: 'MS Reference Sans Serif';
    }
.bodytext
{
    font-size: 8pt;
    vertical-align: top;
    color: black;
    font-family: 'Tahoma';
    letter-spacing: 1px;
    text-align: left;
}
.bodyhead
{
    font-size: 9pt;
    vertical-align: top;
    color: black;
    direction: ltr;
    font-family: 'Tahoma';
    letter-spacing: 1px;
    text-align: left;
    font-weight: bold;
    line-height: 14pt;
    
}    
 .bodybullet
{
    font-size: 8pt;
    color: black;
    font-family: 'Tahoma';
    letter-spacing: 1px;
    list-style-type: square;
}   

a:link {
	text-decoration:none;
}
a:visited
{text-decoration:none;
}
a:hover
{
    text-decoration: underline;
}
a:active {
}




