/* graphic used behind the calculator name */
table.CalcHdr
{
  background-image: url(http://easyhealthhelp.com/content/images/blank.png);
}

/* color for the table header background */
table.CalcHdr, .PopupMenu, .PopupMenuX, .PopupMenuItemOver, .PopupMenuItemNotEnabledOver 
{
  background-color: #FFFFFF;
}

/* font family, size and color for the calculator name in the header portion */
table.CalcHdr td
{
  font-family: Tahoma, Verdana, Arial, Helvetica;
  font-size: 12pt;
  color: #000000;
  text-align:left;
}

/* color for the table body background */
table.Calc, .PopupMenuItem, .PopupMenuItemNotEnabled 
{
  background-color: #FFFFFF;
}

/* font family, size and color for the field names in the calculator body */
.Calc td
{
  font-family: Sans-Serif;
  font-size: 8pt;
  color: #000000;
}

/* font family, size and color for the input fields in the calculator body */
table.Calc input
{
  font-family: Monospace;
  font-size: 10pt;
  color: #626262;
}

/* font family, size and color for your company name in the header portion of the calculator */
.CompanyName
{
  font-family: Sans-Serif;
  font-size: 16pt;
  color: #FFFFFF;
}

/* font family, size and color for copyright notice */
td.Copyright, .Copyright a
{
  font-family: Serif;
  font-size: 8pt;
  color: #CC3333;
}

/* font family, size and color for disclaimer */
td.Disclaimer
{
  font-family: Cursive;
  font-size: 7pt;
  color: #999999;
}
