
/* start headers */
h3
{
  margin-top: 24px;
  margin-bottom: 12px;
  font-size: 10pt; 
  line-height: 14pt; 
  font-weight: bold; 
}
h5			{ margin-top: 12px; margin-bottom: 0px; font-size: 12px; line-height: 12pt; font-weight: bold; }

h6			
{
  margin-top: 12px;
  margin-bottom: 0px; 
  font-size: 9pt; 
  line-height: 12pt; 
  font-weight: normal;
  font-style: italic; 
}

/* 
when a  h5 or h6 comes for an instruction, extra margin-bottom is needed
to  draw the Vespucci (round)borders 
*/
.extended
{
  margin-bottom:12px;
}

h2.introduction		{margin-top: 0px; margin-bottom: 12px; font-size: 11pt; line-height: 14pt; font-weight: bold; }

h4			{ margin-top: 24px; margin-bottom: 12px; font-size: 9pt; line-height: 12pt; font-weight: bold; }

/* end headers */