@charset "utf-8";
/* CSS Document */
/* default text size */
body {
	font-family:Arial, Helvetica, sans-serif;
	/*font-size:.95em;/*1*/
	font-size:.75em;/*1*/ 
	line-height:1.3em; /*1.3*/
}
#navSecondary ul li {
	font-size:10px;
}
h1, h2, h3 {
	font-size:1.6em;/*1.7*/
	font-weight:bold;
	margin:1em 0 1em 0;
	padding:0;
}
h1 { line-height:1.3em; margin-top:0;}
h2 {
	font-size:1.2em; /*1.2*/
}
h3 {
	font-size:1.1em;/*1.1*/
}
p {
	margin:1.5em 0 .5em  0;
	padding:0;
}
ul {
	margin-top:0;
	margin-bottom:1.5em;
	margin-left:0; /* 0 = flush left in IE */
	padding-left:1.2em; /* 1.2em = flush left in Firefox */
}
ul ul { /* indent secondary bullet for both browsers */
	margin-left:1em; /*4em*/
	padding-left:0;
	/*list-style-type:none;*/
}
li {
	margin-top:0;
	margin-bottom:.4em;/*.6*/
}
#content ul {
	margin-left:15px; /* 0 = flush left in IE */
	padding-left:15px; /* 1.2em = flush left in Firefox */
	list-style-type:none; /* remove so they can be replaced with green images */
	list-style-image:url(/CONSUMERS/images/BulletGreen.gif);
}
#bullet li {
	margin-left:0px; /* 0 = flush left in IE */
	padding-left:10px; /* 1.2em = flush left in Firefox */
	list-style-type:none; /* remove so they can be replaced with green images */
	list-style-image:url(/CONSUMERS/images/BulletOrange.gif);
}

/*#content ul.ingredients {
	list-style-image:none;
}*/
table { 
	border:none;
	/*font-size:.9em;*/
}
th {
	text-align:right; 
	vertical-align:top; 
	/*background-color:#5500a5;*/
	padding: 0 5px 5px 0;
}
td {
	text-align:left; 
	padding-left:10px; 
	vertical-align:top;
	padding: 0 0 5px 10px;
}
#ISI p,
#ISI ul {
	font-size:.8em;/*.8*/
}
#ISI ul ul {
	font-size:1em;/*.8*/
}
.disclaimers {
	font-size:.8em;/*.7*/
	line-height:1.3em;
	/*padding-top:20px;*/
}
sup {
	/*font-size:.5em;/*.6*/
	/*top:-.45em;*/
	/*font-size:.65em;*/
	font-size:.55em;
	top:-.3em;
	/*margin-top:0;*/
	position:relative;
}
ul.noBullets {
	list-style-type:none;
	margin-left:-1.2em;
	padding-left:-1.2em;
}
.Attention { /* used for exlamation point ! comments */
	/*font-weight:bold;*/
	font-size:1.1em;
	padding:5px;
	border:solid 1px #A0CE62;
}
.orange { color:rgb(206,127,60); }
