﻿

.header
{
    margin: 0 0 0.6em 0;
	font-weight:normal;
	font-size:14pt;
	font-family: Arial;
}
.text
{
    font-family:Arial;
    font-size:9pt;
    line-height:1.5em;
}

.boldText
{
    font-family:Arial;
    font-size:9pt;
    line-height:1.5em;
    font-weight:bold;
}

.largeText
{
    font-family:Arial;
    font-size:11pt;
    line-height:1.5em;
}

.greyText{
    font-family:Arial;
    font-size:9pt;
    line-height:1.5em;
    color:#2e2e2e;
}

.boldGreyText{
    font-family:Arial;
    font-size:9pt;
    line-height:1.5em;
    color:#2e2e2e;
    font-weight:bold;
}

.largeGreyText{
    font-family:Arial;
    font-size:11pt;
    line-height:1.5em;
    color:#2e2e2e;
}

