BODY
{
	BACKGROUND-COLOR: #F7E8C8;
	margin: 0px;
	padding: 0px;
	
}

FONT.primary
{
    FONT-SIZE: 9pt;
    COLOR: #323434;
    FONT-FAMILY: 'arial'
}
FONT.primary_red
{
    FONT-SIZE: 9pt;
    COLOR: #FF0000;
    FONT-FAMILY: 'arial'
}
FONT.heading
{
	FONT-SIZE: 12pt;
	COLOR: #144407;
	FONT-FAMILY: arial;
	font-weight: bold;	
}

FONT.prim_11
{
    FONT-SIZE: 11pt;
    COLOR: #926949;
    FONT-FAMILY: 'arial'
}

FONT.prim_sm
{
    FONT-SIZE: 7pt;
    COLOR: #323434;
    FONT-FAMILY: 'arial'
} 

a:link {
	font-family: Arial;
	font-size: 7pt;
	color: #164308;
}

a:visited {
	font-family: Arial;
	font-size: 7pt;
	color: #926949;
}

a:active {
	font-family: Arial;
	font-size: 7pt;
	color: #164308;
}

a:hover {
	font-family: Arial;
	font-size: 7pt;
	color: #926949;
}