b, strong {
    font-weight: bold;
}

em {
    font-style: italic
}

/* HEADER TAGS */
h1, h2, 
h3, h4, 
h5, h6 {
    font-weight: bold;
}
a:hover										{color:#000;  text-decoration:underline;}
h1											{font-size:32px;}
h2											{font-size:38px;color:#0536dd;}
h3											{font-size:26px;}
h4											{font-size:26px;}
h5											{font-size:14px;}
h6											{font-size:12px;}

img.body-image {
	max-width: 25%;
	float: right;
	border: 0;
	border-radius: 5px;
	margin: 4px 0 0 8px;
}
img.attr {

	padding-right: 0px;
	float: left; 
	    border: 0px solid black;
    -webkit-border-top-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    border-top-left-radius: 8px;
	    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    border-top-right-radius: 8px;	
	
}
font.attr{
    font-size: 12px;
	font-weight: bold;
	color:#ff0000;
}
font.highlights{
    font-size: 13px;
	font-weight: bold;
	color:#000000;
}

a.button2 {
	background: #f7941e;
  background-image: -webkit-linear-gradient(top, #f7941e, #f7941e);
  background-image: -moz-linear-gradient(top, #f7941e, #f7941e);
  background-image: -ms-linear-gradient(top, #f7941e, #f7941e);
  background-image: -o-linear-gradient(top, #f7941e, #f7941e);
  background-image: linear-gradient(to bottom, #f7941e, #f7941e);
  

  -webkit-border-radius: 11;
  -moz-border-radius: 11;
  border-radius: 11px;
  text-shadow: 1px 1px 3px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 15px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
		font-weight: bold;
}

a.button2:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3cb0fd);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3cb0fd);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3cb0fd);
  background-image: -o-linear-gradient(top, #3cb0fd, #3cb0fd);
  background-image: linear-gradient(to bottom, #3cb0fd, #3cb0fd);
	text-decoration: none;
}
font.SubTitle{
    font-size: 14px;
	font-weight: bold;
	color:#000000;
}
font.Disclaimer{
    font-size: 11px;
	   font-style: italic;
	color:#000000;
}
.table_inpage table{
  display: table;
  border-collapse: separate;
  border-spacing: 2px;
  border-color: #ffd600;
	color: #000000;
  }
.table_inpage td {
	padding:5px;
	border-right: 1px solid #ffffff;
  border-top: 0px solid #cbcbcb;
		color: #000000;

}
.row_H  {
	  background: #FCB316;}
.row_L  {
	  background: #FCC24B;}
.row_D {
	  background: #FCB316;}
