BODY
{
	background-color: #7FB2D2;
	background-image: url(images/bgtest.gif);
	background-repeat: repeat-x;
	margin: 0;
/*it's good practice to zero the margin and padding of the body element to account for differing browser defaults*/
	padding: 0;
	text-align: center;
}
#pageContainer
{
	width: 783px;
/*using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar*/
	margin: 0 auto;
/*the auto margins (in conjunction with a width) center the page*/
	text-align: left;
}

.text
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding-left: 8px;
	padding-right: 8px;
}
A:link
{
	text-decoration: none;
	color: #FFFFFF;
}
A:visited
{
	text-decoration: none;
	color: #FFFFFF;
}
A:hover
{
	text-decoration: underline;
	color: #FFFFFF;
}
A:active
{
	text-decoration: none;
	color: #FFFFFF;
}

P
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-align: left;
	color: #FFFFFF;
}
LI
{
	padding-left: 5px;
	padding-bottom: 0px;
	margin-bottom: 5px;
	color: #FFFFFF;
	font-family: verdana;
	font-size: 8pt;
	background-repeat: no-repeat;
	background-position: left center;
	list-style-image: url(images/bullet.gif);
	text-align: left;
}
.pictureborder
{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.pictureleft
{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	margin-left: 0px;
	margin-right: 22px;
	margin-top: 5px;
}
BODY, TD, TH
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.prodname
{
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.marginleft_txt
{
	padding-left: 10px;
}
.approvedApplicatorText {
	font-size: 11px;
	color: #FF9500;
}
