body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*background-image:url(../images/bg_tile.jpg);*/
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	margin-left:0px;
	margin-right:0px;
}

th 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.cartbutton
{
margin-left:auto;
margin-right:auto;
text-align:center;
padding-top:15px;
padding-bottom:15px;
}
p
{
margin:0px;
padding-top:5px;
padding-bottom:5px;
}
img
{
margin-top:0px;
margin-bottom:0px;
}
p.bodytext
{font-size:small;
margin-top:0px;
margin-bottom:0px;
padding-bottom:10px;
}
p.maintext
{font-size:small;
margin-top:0px;
margin-bottom:0px;
}
p.leftnavtitle
{font-size:x-small;
margin:0px;
font-weight:bold;
}
p.leftnavtext
{font-size:x-small;
margin-left:0px;
margin-right:0px;
margin-top:0px;
margin-bottom:0px;
color:#ffffff;
}
p.formtitle
{font-size:small;
text-align:right;
padding-right:15px;
}
.bluebold
{
color:#1919b3;
font-weight:bold;
}
.contactform
{
padding-top:15px;
padding-bottom:10px;
vertical-align:top;
}
li.bullettext
{
font-size:small;
line-height:125%;
padding-bottom: 10px;
padding-right:30px;
margin-left:15px;
}
li.bullettext2
{
font-size:11pt;
line-height:100%;
padding-bottom: 10px;
padding-right:30px;
margin-left:15px;
}
li.thankyoulist
{
font-size:large;
line-height:125%;
padding-bottom: 10px;
padding-right:30px;
margin-left:15px;
}
ul.bullets
{margin-top:2px;
padding-top:0px;
margin-bottom:2px;
padding-bottom:0px;
}
ol.reportlist
{margin-top:2px;
padding-top:0px;
margin-bottom:2px;
padding-bottom:0px;
}
p.mainnav
{font-size:12px;
text-align:center;
color:white;
font-weight:bold;
}
td.buttonborder
{
width:6px;
height:29px;
}
table.main
{
border:1px solid #336633;
margin-left:auto;
margin-right:auto;
margin-top:0px;
padding:0px;
}
td.headertable
{
padding:0px;
margin:0px;
vertical-align:top;
}
table.navbar
{
width:760px;
border-top:solid 1px #000000;
border-bottom:solid 1px #000000;
background-color:#1919b3;
}
table.leftnavcontainer
{
width:160px;
border:none;
padding:0px;
margin-left:auto;
margin-right:auto;
}
table.productbuy
{
margin-left:auto;
margin-right:auto;
}

td.leftnav
{background-color:#4f9979;
width:160px;
padding:0px;
vertical-align:top;
margin:0px;
}
td.bottomnav
{background-image:url(../images/bottom_nav_bg_760x144.jpg);
background-repeat:no-repeat;
width:760px;
height:144px;
vertical-align:top;
}
td.maincontent
{
width:600px;
padding:0px;
vertical-align:top;
background-color:#ffffff;
}
td.topnavsign
{background-image:url(../images/topnav_signup_233x162.jpg);
background-repeat:no-repeat;
padding:0px;
vertical-align:top;
}
.blackheadline
{
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#000000;
text-align:center;
vertical-align:top;
padding-top:15px;
}
.redheadline
{
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#ff0000;
text-align:center;
vertical-align:top;
padding-top:15px;
}
.blueheadline
{
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#1919b3;
text-align:center;
vertical-align:top;
padding-top:15px;
}
.greenheadline
{
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#336633;
text-align:center;
vertical-align:top;
padding-top:15px;
}
p.greensubhead
{
font-weight:bold;
font-size:large;
}
p.bottomlinks
{padding-bottom:0px;
padding-top:5px;
padding-right:30px;
padding-left:150px;
color:#ffffff;
font-size:x-small;
text-align:center;
line-height:150%;
}
p.bottominfo
{color:#ffffff;
font-size:small;
padding-right:240px;
}
p.toplink
{font-size:small;
text-align:right;
padding-right:15px;
}
td.maintext
{vertical-align:top;
}
.medbold
{font-size:11pt;
font-weight:bold;
color:#1919b3;
}
form.topnavform
{width:233px;
height:160px;
padding:0px;
margin:0px;
}

/* anchor tag text formatting for white backgrounds */		
a:link    /* unvisited link */
	{
	color: blue;
	text-decoration: underline;
	} 
a:visited  /* visited link */
	{
	color: purple;
	text-decoration: underline;
	}
a:hover  /* mouse over link */
	{
	color: red;
	text-decoration: underline;
	} 
a:active   /* selected link */
	{
	color: yellow;
	text-decoration: underline;
	}
	/* anchor tag text formatting for numbered product lists */		
a:link.prodlist    /* unvisited link */
	{
	color: #1919b3;
	text-decoration: underline;
	} 
a:visited.prodlist  /* visited link */
	{
	color: #1919b3;
	text-decoration: underline;
	}
a:hover.prodlist  /* mouse over link */
	{
	color: #336633;
	text-decoration: underline;
	} 
a:active.prodlist   /* selected link */
	{
	color: yellow;
	text-decoration: underline;
	}

/* anchor tag text formatting for blue backgrounds */		
a:link.blue    /* unvisited link */
	{
	color: white;
	text-decoration: none;
	} 
a:visited.blue  /* visited link */
	{
	color: white;
	text-decoration: none;
	}
a:hover.blue  /* mouse over link */
	{
	color: yellow;
	text-decoration: underline;
	} 
a:active.blue   /* selected link */
	{
	color: yellow;
	text-decoration: underline;
	}

/* anchor tag text formatting for bottom nav links */		
a:link.green    /* unvisited link */
	{
	color: white;
	text-decoration: underline;
	} 
a:visited.green  /* visited link */
	{
	color: #ffffcc;
	text-decoration: underline;
	}
a:hover.green  /* mouse over link */
	{
	color: yellow;
	text-decoration: underline;
	} 
a:active.green   /* selected link */
	{
	color: yellow;
	text-decoration: underline;
	}
	/* anchor tag text formatting for left nav title links */		
a:link.left    /* unvisited link */
	{
	color: white;
	text-decoration: underline;
	} 
a:visited.left  /* visited link */
	{
	color: white;
	text-decoration: underline;
	}
a:hover.left  /* mouse over link */
	{
	color: yellow;
	text-decoration: underline;
	} 
a:active.left   /* selected link */
	{
	color: yellow;
	text-decoration: underline;
	}
	
/* anchor tag text formatting for left nav product description links */		
a:link.leftdesc    /* unvisited link */
	{
	color: white;
	text-decoration: none;
	} 
a:visited.leftdesc  /* visited link */
	{
	color: white;
	text-decoration: none;
	}
a:hover.leftdesc  /* mouse over link */
	{
	color: white;
	text-decoration: underline;
	} 
a:active.leftdesc   /* selected link */
	{
	color: yellow;
	text-decoration: underline;
	}

	
/* styles for about donna page */

img.donnapic
{
margin-left:15px;
margin-top:10px;
border:solid 1px #000000;
float:right;
}
.prodpage
{
padding-top:20px;
padding-bottom:0px;
border:none;
width:186px;
margin-left:auto;
margin-right:auto;
width:124px;
height:31px;
padding-left:0px;
padding-right:0px;
}


/*styles for success stories */
table.successtbl
{
background-color:#ffffcc;
border:double #000000 3px;
margin:15px;
padding:15px;
width:570px;
}
td.success
{
width:580;
padding:10px;
}
h1.successtop
{color:#ff0000;
text-align:center;
}
h3.successhead
{margin-top:0px;
margin-bottom:10px;
color:#1919b3;
}
img.headshot
{
border:1px solid #000000;
float:right;
margin-left:15px;
}
img.headshot2
{
border:1px solid #000000;
float:left;
margin-right:15px;
}
.successbook
{
color:#336633;
font-weight:bold;
}
p.successtext
{
font-size:small;
margin-top:0px;
margin-bottom:0px;
padding-bottom:5px;
padding-top:10px;
line-height:125%;
}
ul.booklist
{font-size:small;
font-weight:bold;
color:#336633;
margin-top:0px;
margin-bottom:0px;
margin-left:15px;
line-height:125%;
}

ul.booklist2
{font-size:small;
font-weight:bold;
color:#336633;
margin-top:0px;
margin-bottom:0px;
margin-left:155px;
line-height:125%;
}
p.productdesc
{
font-size:small;
margin-top:0px;
margin-bottom:0px;
padding-bottom:5px;
padding-top:0px;
line-height:125%;
padding-left:15px;
}
p.specreporttext
{
font-size:small;
margin-top:0px;
margin-bottom:0px;
padding-bottom:5px;
padding-top:10px;
line-height:125%;
padding-left:15px;
}

/* styles for squeeze page */
table.mainsq
{
	border: 1px solid #000000;
	background-color:#336633;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	vertical-align:top;
}
table.sqtopnav
{
background-image: url(../images/squeeze_top_banner_760x168.jpg);
background-repeat: no-repeat;
height:168px;
}
h1.topnavtext
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#fe030f;
	text-align:left;
	vertical-align:top;
	padding-top:30px;
	padding-left:70px;
	margin-top:0px;
	margin-bottom:0px;
	font-size: 24px;
	line-height:125%;
}
td.reportboxsq
{background-image:url(../images/squeeze_signup_318x323.gif);
background-repeat:no-repeat;
height:323px;
width:318px;
text-align:center;
vertical-align:top;
}
td.donnapicsq
{
text-align:center;
}
td.letme
{
text-align:left;
vertical-align:top;

}
img.letmesq
{
padding-top:20px;
}

/* end squeeze page styles */


/* start styles for silver circle product page */

h2.silver2
{color:#1919b3;
padding-top:15px;
text-align:center;
}
h3.silver3
{
	color:#1919b3;
	padding-top:10px;
	text-align:center;
	margin-top:0px;
	line-height: 150%;
}
h3.silver3a
{
	color:#1919b3;
	padding-top:0px;
	text-align:center;
	margin-top:0px;
	line-height: 125%;
}
h4.silver4
{color:red;
padding-right:15px;
}
h3.special3
{
	color:#1919b3;
	padding-top:10px;
	padding-bottom:0px;
	text-align:center;
	margin-top:0px;
	padding-left:15px;
	padding-right:15px;
	text-align:left;
}
h3.special3a
{
	color:#1919b3;
	padding-top:10px;
	padding-bottom:0px;
	margin-top:0px;
	padding-left:15px;
	padding-right:15px;
}
p.silversubhead
{padding-left:25px;
padding-right:25px;
font-weight:bold;
font-size:small;
}
p.silveroffer
{text-align:center;
padding-left:25px;
padding-right:25px;
padding-top:10px;
pading-bottom:5px;
font-weight:bold;
}
p.silveroffer2
{text-align:center;
padding-left:25px;
padding-right:25px;
padding-top:10px;
pading-bottom:5px;
font-weight:bold;
color:#1919b3;
}
p.silverlettertxt
{
font-size:small;
padding-left:15px;
padding-right:15px;
margin-top:0px;
margin-bottom:0px;
padding-bottom:15px;
}
p.silverlettertxt2
{
font-size:small;
padding-left:25px;
padding-right:25px;
margin-top:0px;
margin-bottom:0px;
padding-bottom:15px;
}

table.silvertable
{width:560px;
border:solid 2px #336633;
margin-left:auto;
margin-right:auto;
}
p.silverboxtxt
{text-align:center;
font-size:medium;
color:#1919b3;
padding:5px;
font-weight:bold;
line-height:125%;
}
img.bonus
{width:138;
height:110;
z-index:90;
padding-left:15px;
padding-right:15px;
float:left;
}
table.silverregform
{
	width:500px;
	margin-left:auto;
	margin-right:auto;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	background-color:#ffffcc;
}
td.silverregcell
{
padding:25px;
text-align:left;
vertical-align:top;

}
table.prodtable
{
margin-left:auto;
margin-right:auto;
width:500px;
}
td.prodcell
{padding:10px;
border:4px  groove #336633;
width:500px;
background-color:#ffffff;
}
.boldunderline
{font-weight:bold;
text-decoration:underline;
}

input.submitbtna
{width:226px;
height:36px;
background-image:url(../images/squeeze_claimbtn_off.gif);
background-repeat:no-repeat;
border:0px;
margin:0px;
padding-top:10px;
}
input.submitbtnb
{width:182px;
height:28px;
background-image:url(../images/topnav_claimbtn_off.jpg);
background-repeat:no-repeat;
border:0px;
margin:0px;
padding-top:0px;
}
input.submitbtnc
{width:222px;
height:36px;
background-image:url(../images/home_claim_btn_off.gif);
background-repeat:no-repeat;
border:0px;
margin:0px;
padding-top:0px;
}
