
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(open_sans_400.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(open_sans_700.woff) format('woff');
}

img { border-style: none; }
body { font-family: 'Open Sans', arial, Helvetica, sans-serif; font-size: 10pt; background-image: url(images/BG2.jpg); background-repeat: repeat-x; }
table { margin-left: auto; margin-right: auto; padding: 0px; border-spacing: 0px; empty-cells: show; }

a:link { color: #D95C40; font-weight: bold; text-decoration: none; }
a:visited { text-decoration: none; color: #D95C40; }
a:hover { text-decoration: none; color: #666; }
a:active { text-decoration: none; color: #D95C40; }

.Shaded { color: #ffffff; font-weight: bold; background-color: #d65d3e; border-radius: 7px; height: 25px; line-height: 25px; text-align: center; vertical-align: middle; border: 1px solid #ffffff; }
.copyright { font-size: 8pt; font-weight: normal; color: #000; }
.boldtext { font-weight: bold; }
.boldtext-orange { font-size: 12pt; font-weight: bold; color: #d95c40; margin: 10px; }
.bodycopy { color: #000; margin: 20px; }
