/* tobacco.css */
#navlist {
border: 1px solid;
border-color: #ddd #000 #000 #ddd;
padding: 1.0em;
width: 200px;
font-style: italic;
}

#navlist a {
background-image:  url(/images/health/cigbuttona.gif);
background-repeat: no-repeat;
}
 
 
 
#navlist a:link, #navlist a:visited {
color: #555555;
text-decoration: none;
padding-left: 32px;
}
 
#navlist a:hover, #navlist a:active {
background-color: transparent;
background-image:  url(/images/health/cigbuttonb.gif);
background-repeat: no-repeat;
color: #2D1E2D;
text-decoration: underline;
}


.tobaccotable {
}

.tobaccotable td { 
	font-size:16px;
	line-height:1.5em;
    padding: .1em;
}