@charset "UTF-8";
/* CSS Document */

/* It is common to set printer friendly styles such as a white background with black text. */
body {
  background-color: #fff;
  background-image: none;
  border-color: #000; /* Sets the border color properties for an element using shorthand notation */
  color: #000;
}
#outerWrapper #contentWrapper #content #qualities li
{
		font: 125% "Times New Roman", Times, serif;
		color: #999999;
		text-align: center;
		display: none;
		list-style: url(none) inside;
}
