@import url(print.css);

/* HEALTH */
#health.newsletter h4 {
 clear: both;
 padding: 0 0 0 30px;
 border-bottom: 1px solid #cc0000;
 color: red;
 background: transparent url(../graphics/li_health_nl.gif) top left no-repeat;
 }
#health.newsletter #releasedate { display: none; }

#health.newsletter .qa { border-bottom: 1px dotted #fcc; }
#health.newsletter .qa span.question { font-weight: bold; font-style: italic; color: #666; }
#health.newsletter .qa span.answer { font-weight: bold; font-style: italic; color: #696; }

#doc_info { border-bottom: 1px solid #ccc; }
#doc_info dt {
 display: inline;
 margin: 3px;
 padding: 0;
 font-weight: bold;
 color: #999;
 }
#doc_info dd {
 display: inline;
 margin: 3px 9px 3px 3px;
 padding: 0;
 font-weight: bold;
 color: #666;
 }

