
/* css002 */ 

/* Body font = Arial, sans-serif */ 
H1 {
  	font-size: 12pt;
  	font-family: Arial, sans-serif;
  	font-weight: bold;
  	font-style: normal;
  	color: black;
}

H2 {
  	font-size: 10pt;
  	font-family: Arial, sans-serif;
  	font-weight: bold;
  	font-style: normal;
  	color: black;
}

H3 {
  	font-size: 10pt;
  	font-family: Arial, sans-serif;
  	font-weight: normal;
  	font-style: normal;
  	color: black;
    MARGIN-TOP: 3px;
    MARGIN-BOTTOM: 3px
}

H4 {
  	font-size: 9pt;
  	font-family: Arial, sans-serif;
  	font-weight: bold;
  	font-style: normal;
  	color: black;
    MARGIN-TOP: 3px;
    MARGIN-BOTTOM: 3px
}

H5 {
  	font-size: 8pt;
  	font-family: Arial, sans-serif;
  	font-weight: bold;
  	font-style: normal;
  	color: black;
    MARGIN-TOP: 3px;
    MARGIN-BOTTOM: 3px
}

H6 {
  	font-size: 6pt;
  	font-family: Arial, sans-serif;
  	font-weight: bold;
  	font-style: normal;
  	color: black;
    MARGIN-TOP: 3px;
    MARGIN-BOTTOM: 3px
}

BODY {
  	color: black;
	font-size: 12pt; 
  	font-family:arial; 
  	font-weight: normal;
  	font-style: normal;
}

P {
  	font-size: 9pt;
  	font-family: Arial, sans-serif;
  	font-weight: normal;
  	font-style: normal;
  	color: black;
}

F1 {
  	font-size: 7pt;
  	font-family: Arial, sans-serif;
  	font-weight: normal;
  	font-style: normal;
  	color: black;
}

H6 {
  font-family: Arial;
  font-size: 7pt;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
}

TD {
  	color: black;
  	font-size: 10pt;
  	font-family: Arial, sans-serif;
  	font-weight: normal;
  	font-style: normal;
	font-size: 12px;
}

H7 {
  	font-size: 10pt;
  	font-family: serif;
  	font-weight: bold;
  	font-style: italic;
  	color: black;
}

.button { 
	font-size: 12px; 
	font-weight: bold;
}


ul { 
	MARGIN-TOP: 3px;
	MARGIN-BOTTOM: 3px 
}

standardFont {
 FONT-SIZE: 11px; FONT-FAMILY: verdana, arial, helvetica, sans-serif
}

