BODY
{
    MARGIN: 0px;
    BACKGROUND-COLOR: white
}
FONT.hp
{
    FONT-SIZE: 9pt;
    COLOR: white;
    FONT-FAMILY: 'Verdana'
}
FONT.hp_bold
{
    FONT-SIZE: 9pt;
    COLOR: white;
	font-weight: bold;
    FONT-FAMILY: 'Verdana'
}
FONT.hp_black
{
    FONT-SIZE: 9pt;
    COLOR: black;
    FONT-FAMILY: 'Verdana'
}
FONT.hp_light_blue
{
    FONT-SIZE: 9pt;
    COLOR: 3E8BC3;
    FONT-FAMILY: 'Verdana'
}
FONT.hp_old
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 9pt;
    COLOR: white;
    FONT-FAMILY: 'Frutiger 55 Roman'
}
FONT.primary
{
    FONT-SIZE: 10pt;
    COLOR: black;
    FONT-FAMILY: 'Verdana'
}
FONT.primary_blue
{
    FONT-SIZE: 10pt;
    COLOR: 0950A2;
    FONT-FAMILY: 'Verdana'
}
FONT.primary_green
{
    FONT-SIZE: 10pt;
    COLOR: green;
    FONT-FAMILY: 'Verdana'
}
FONT.primary_red
{
    FONT-SIZE: 10pt;
    COLOR: 8A0002;
    FONT-FAMILY: 'Verdana'
}
FONT.primary_red_alert
{
    FONT-SIZE: 10pt;
    COLOR: FF0000;
    FONT-FAMILY: 'Verdana'
}
FONT.primary_big_grey
{
    FONT-SIZE: 12pt;
    COLOR: grey;
	font-weight: bold;
    FONT-FAMILY: 'Verdana'	
}
FONT.primary_big
{
    FONT-SIZE: 12pt;
    COLOR: black;	
    FONT-FAMILY: 'Verdana'	
}
FONT.primary_old
{
    FONT-SIZE: 9pt;
    COLOR: black;
    FONT-FAMILY: 'Frutiger 55 Roman'
}
FONT.primary_light_blue
{
    FONT-SIZE: 9pt;
    COLOR: #3e8bc3;
    FONT-FAMILY: 'Verdana'
}
FONT.primary_hyperlink
{
    FONT-SIZE: 9pt;
    COLOR: black;
    FONT-FAMILY: 'Verdana'
}
FONT.pg_head
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 10pt;
    COLOR: #3e8bc3;
    FONT-FAMILY: 'Verdana'
}
FONT.pg_head_old
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 9pt;
    COLOR: #3e8bc3;
    FONT-FAMILY: 'Frutiger 55 Roman'
}
FONT.primary_bold
{
	font-family: "Frutiger 55 Roman";
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.floatimgleft
{
float:left;
margin-top:10px;
margin-right:10px;
margin-bottom:10px;
}
.floatimgright
{
float:right;
margin-top:10px;
margin-left:10px;
margin-bottom:10px;
}
.indented_sub
{
   padding-left: 50pt;
   padding-right: 50pt;
}