@import url(http://fast.fonts.net/cssapi/781fb789-d2cb-42d6-92d3-e15b188f75f5.css);

body{
	font-size: 16px;
  font-family:'ITCFranklinGothicW01-Bk_812650';
   color: #555559;
  }
  
 a {
    color: #d62514;
}
table {
    color: #555559;
}

h1 {
    color: #d62514;
}

/* set image max width to 100% */
img, embed, object, video {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
}