BODY { 
	text-align: left;
  font-family: arial, helvetica, sans-serif;
	font-size: 12pt;
  font-style: normal; 
  font-weight: normal; 
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
}

P { 
  font-family: arial, helvetica, sans-serif;  
  font-style: normal; 
  font-weight: normal; 
	font-size: 11pt;
	margin-left: .1cm;
	margin-right: .1cm;
}

P.list { 
  font-family: arial, helvetica, sans-serif;  
  font-style: normal; 
  font-weight: normal; 
	font-size: 10pt;
}


A { 
  font-family: arial, helvetica, sans-serif;  
}

.black {
	color: #000000;
}

   
TD {
  font-family: arial, helvetica, sans-serif;  
  font-style: normal; 
  font-weight: normal; 
	font-size: 10pt;
}

TH {
  font-family: arial, helvetica, sans-serif;  
  font-style: normal; 
  font-weight: bold; 
	font-size: 11pt;
}

BLOCKQUOTE { 
	text-align: justify;
  font-family: Times, serif; 
  font-style: normal; 
  font-weight: normal; 
	font-size: 12pt;
	margin-left: .3cm;
	margin-right: .3cm;
}

BLOCKQUOTE P {
	text-align: justify;
  font-family: Times, serif; 
  font-style: normal; 
  font-weight: normal; 
	font-size: 12pt;
}

.heading {
  font-family: arial, helvetica, sans-serif;  
  font-style: normal; 
  font-weight: bold; 
	font-size: 11pt;
}

.speaker {
  font-family: "Times New Roman", Times, serif; 
  font-style: normal; 
  font-weight: bold; 
	font-size: 12pt;
}	

.source {
  font-family: "Times New Roman", Times, serif; 
  font-style: italic; 
  font-weight: normal; 
	font-size: 12pt;
}

DIV.updates {
	float: left;
	font-family: arial, helvetica, sans-serif;
  font-style: normal; 
  font-weight: normal; 
	font-size: 10pt;
}

DIV.entries {
	float: right;
	font-family: arial, helvetica, sans-serif;
  font-style: normal; 
  font-weight: normal; 
	font-size: 10pt;
}


SPAN.dateformat {
	color: #FF8080;
	font-family: arial, helvetica, sans-serif;
  font-style: italic; 
  font-weight: normal; 
	font-size: 8pt;
}

b { font-weight: bold; }

IMG {	border-style: none; }

IMG.right {
	float: right;
}	

UL,OL,LI {
	font-size : 10pt;
	font-family: arial, helvetica, sans-serif;
}

UL {
	list-style: disc;
}

H1,H2,H3,H4,H5,H6 {
	font-family: arial, helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
}
H1 { font-size: 24pt;}
H2 { font-size: 20pt;}
H3 { font-size: 16pt;}
H4 { font-size: 14pt;}
H5 { font-size: 12pt;}
H6 { font-size: 10pt;}

@media print {
  @page         { margin: 10% }
  H1, H2, H3,
  H4, H5, H6    { page-break-after: avoid; page-break-inside: avoid }
  BLOCKQUOTE, 
  UL, OL, DL    { page-break-before: avoid }
}

@media speech {
  H1, H2, H3, 
  H4, H5, H6    { voice-family: paul, male; stress: 20; richness: 90 }
  H2            { pitch: x-low; pitch-range: 80 }
  H3            { pitch: low; pitch-range: 70 }
  H4            { pitch: medium; pitch-range: 60 }
  H5            { pitch: medium; pitch-range: 50 }
  H6            { pitch: medium; pitch-range: 40 }
  LI, DT, DD    { pitch: medium; richness: 60 }
  DT            { stress: 80 }
  STRONG        { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
  I             { pitch: medium; pitch-range: 60; stress: 60; richness: 50 }
  B             { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
  U             { richness: 0 }
  A:link        { voice-family: harry, male }
  A:visited     { voice-family: betty, female }
  A:active      { voice-family: betty, female; pitch-range: 80; pitch: x-high }
}