/**********************************************************************************************************/
/* CONTENT BODY PROPERTIES */
/**********************************************************************************************************/
#content_body div,
#content_body td {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
	color: #333333;
}

/**********************************************************************************************************/
/* MODULE SPECIFIC PROPERTIES
/**********************************************************************************************************/
h1.module {
  margin: 0px;
  padding: 0px 0px 10px 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 19px;
  font-weight: bold;
  color: #185394;
}
h2.module {
  margin: 0px;
  padding: 0px 0px 10px 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: bold;
  color: #185394;
}
h3.module {
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #185394;
}
a.module {
  color: #009999;
	text-decoration: underline; 
  margin: 0px;
}
a.module:visited {
  color: #009999; 
  text-decoration: underline;
  margin: 0px;
}
a.module:hover {
  color: #006666;
  text-decoration: underline;
  margin: 0px;
}

/**********************************************************************************************************/
/* IMAGE PROPERTIES
/**********************************************************************************************************/
#third_party_fonts_sm {
  width: 14px;
  height: 14px;
  background-image: url(http://www.humana.com/library/images/third_party/icon_text_sm_off.gif);
}
#third_party_fonts_md {
  width: 14px;
  height: 14px;
  background-image: url(http://www.humana.com/library/images/third_party/icon_text_md_off.gif);
}
#third_party_fonts_lg {
  width: 14px;
  height: 14px;
  background-image: url(http://www.humana.com/library/images/third_party/icon_text_lg_on.gif);
}
