/* Headings
--------------------------------------*/
h4 {
  margin:0 0 0px 0;
  font:bold 125% "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  color:#003399;
  font-style:italic;
  display:inline;
}
h5 {
  margin:0 0 0 0;
  font:bold 115% "Trebuchet MS", Trebuchet, Arial, Verdana, Sans-serif;
  color:#FF6600;
  text-decoration:underline;
  text-indent:10px;
  display:inline;
}

/* Bullets
--------------------------------------*/
#bullet {
  padding:0 0 0 25px;
}
#bullet li {
	list-style:inherit;
	list-style-position:outside;
}