/* for Home pages -- Cascading Style Sheet */

p.spacer-width-item-line-home {
	visibility: hidden;
}
p.spacer-width-item-line-home,
p.inset-item-line-home,
.item-line-home { 
	font-family: Arial,Helvetica,sans-serif; 
}

.item-title-home {
	font-family: Arial,Helvetica,sans serif; 
	font-weight: bold;
}

p.spacer-width-item-line-home,
p.inset-item-line-home,
.item-line-home {
	font-size: x-small; 
}
.item-title-home {
	font-size: larger; 
}

p.inset-item-line-home,
p.item-line-home {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
p.spacer-width-item-line-home {
	margin-top: 0em;
	margin-bottom: 0em;
}

p.inset-item-line-home {
	margin-left: 0.75em;
}

ul.bullet-list-home {
	list-style-image: url("expa/b_circle_filled_660033_frame180_10x10.gif");
	list-style-type: disc;
	padding-left: 0;
	margin-left: 1.0em;
	margin-top: 0.0em;
	margin-bottom: 0.3em;
}
li.bullet-list-home {
	margin-top: 0.1em;
	margin-bottom: 0.1em;
}

@media print {
  .item-line-home 
  {
	font-size: 10pt; 
  }
  .item-title-home {
	font-size: 12pt; 
  }
}