BODY
{
	margin: 0px;
}

.DataFont
{
    font-size: 9pt;

    color: #000000;

    font-family: Verdana, tahoma, arial;

    line-height: 150%;
}

.Headdings
{
    FONT-WEIGHT: bolder;

    FONT-SIZE: 10pt;

    COLOR: #191970;

    FONT-FAMILY: Verdana, Arial;
}

.DataFontBold
{
    font-size: 9pt;

    color: #000000;

    font-family: tahoma, arial;

    line-height: 150%;

    font-weight: bold;
}

.Mandatory
{
	font-size: 7pt;
	
	color: Red;
}

.AddressFont
{
    font-size: 8pt;

    color: #000000;

    font-family: tahoma, arial;

    line-height: 150%;

    font-weight: bold;
}