<!--

body 
{ 
margin: 0px 0px 0px 0px;
background-color: #ffffff;
background-image: url('../images/bg.jpg');
background-repeat: no-repeat;
background-attachment: scroll;
background-position: left center;
}

.maintable 
{ 
background-color: #ffffff;
}

.header
{
font-family: arial, verdana;
font-size: 13pt;
font-weight: bold;
color: #663333;
}

h1
{
font-family: arial, verdana;
font-size: 13pt;
font-weight: bold;
color: #663333;
display: inline;
}

h2
{
font-size: 8pt;
font-style: italic;
display: inline;
font-weight: normal;
}

.weightLossPrograms
{
font-size: 8pt;
font-style: italic;
display: inline;
font-weight: normal;
}

.subheader
{
font-family: arial, verdana;
font-size: 11pt;
font-weight: bold;
color: #666666;
}

td
{
font-family: arial, verdana;
font-size: 9pt;
font-weight: normal;
color: #000000;
}

strong#weightLossPrograms
{
font-weight: normal;
}

.imgborder
{

border-color: black black black black;
border-style: solid solid solid solid;
border-width: 1px 1px 1px 1px;
}

#thisProcessCSS
{
font-size: .1pt;
background-color: #fff;
color: #fff;
border: 0;
}

.footer
{
font-family: arial;
font-size: 8pt;
font-weight: normal;
color: #ffffff;
text-align: center;
vertical-align: middle;
background-image: url('../images/footer_bg.jpg');
}

a:link, a:visited, a:active  {
	color: #0055A5;
	text-decoration: underline; 
}

a:hover {
	color: #5697D8;
	text-decoration: none; 
}

a.footerlink:link, a.footerlink:visited, a.footerlink:active, a.footerlink:hover 
	{
	color: #ffffff;
	text-decoration: none; 
}

a.weightLossPrograms:link, a.weightLossPrograms:visited, a.weightLossPrograms:active, a.weightLossPrograms:hover 
	{
	color: #000;
	text-decoration: none; 
}

-->