/* CSS Document */

#nav li#navtab2 a:link, #nav li#navtab2 a:visited, #nav li#navtab2 a:hover { color: #731B3B; text-decoration: none; }
* html #nav li#navtab2 { font-weight: bold; }
* + html #nav li#navtab2 { font-weight: bold; }

ul.featuresList { list-style: none; margin-left: 0; }
ul.featuresList li { display: inline; }
* html ul.featuresList { display: none; }
* + html ul.featuresList { display: none; }

p.pullComment {
	font-size: 1.8em; font-style: italic;
	color: #731B3B;
	line-height: 1.3em;
	padding-top: 15px;
}
* html p.pullComment { font-weight: bold; }
* + html p.pullComment { font-weight: bold; }