@font-face {
  font-family: 'Arvo';
  font-style: italic;
  font-weight: normal;
  src: local('Arvo Italic'), local('Arvo-Italic'), url('http://themes.googleusercontent.com/font?kit=7solcx-ZQo6LBqJvZuxkkg') format('woff');
}
@font-face {
  font-family: 'Arvo';
  font-style: italic;
  font-weight: bold;
  src: local('Arvo Bold Italic'), local('Arvo-BoldItalic'), url('http://themes.googleusercontent.com/font?kit=Vj6JEk1YZr8j8R8H2j0b-j8E0i7KZn-EPnyo3HZu7kw') format('woff');
}
@font-face {
  font-family: 'Arvo';
  font-style: normal;
  font-weight: normal;
  src: local('Arvo'), url('http://themes.googleusercontent.com/font?kit=WJ6D195CfbTRlIs49IbkFw') format('woff');
}
@font-face {
  font-family: 'Arvo';
  font-style: normal;
  font-weight: bold;
  src: local('Arvo Bold'), local('Arvo-Bold'), url('http://themes.googleusercontent.com/font?kit=0Aa8aBJcGN1n1zDNhqNrnQ') format('woff');
}
@font-face {
    font-family: 'Rockwell';
    src: url('rock-webfont.eot');
    src: url('rock-webfont.eot?iefix') format('eot'),
         url('rock-webfont.woff') format('woff'),
         url('rock-webfont.ttf') format('truetype'),
         url('rock-webfont.svgz#webfontUQLOFUA7') format('svg'),
         url('rock-webfont.svg#webfontUQLOFUA7') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Rockwell';
    src: url('rockb-webfont.eot');
    src: url('rockb-webfont.eot?iefix') format('eot'),
         url('rockb-webfont.woff') format('woff'),
         url('rockb-webfont.ttf') format('truetype'),
         url('rockb-webfont.svgz#webfontNXJ7hbFc') format('svg'),
         url('rockb-webfont.svg#webfontNXJ7hbFc') format('svg');
    font-weight: bold;
    font-style: normal;
}


HTML, BODY { padding: 0; margin: 0;  }
BODY, INPUT, SELECT, TEXTAREA, BUTTON, TD, TH { font-family: 'Rockwell', Arial, Helvetica, sans-serif; color: #1e1e1e; font-size: 14px; line-height: 1.35em; }
TEXTAREA { overflow: auto; }

H1, H2, H3, H4, H5, H6 {
	font-family: 'Arvo', Arial, Helvetica, sans-serif;
	margin: 1em 0 0 0;
	padding: 0;
	color: #1e1e1e;
	font-weight: bold;
	line-height: normal !important;
}

H1 { font-size: 66px; margin: 0 0 0.3em; }
H2 { font-size: 42px; }
H3 { font-size: 29px;}
H4 { font-size: 24px; }
H5 { font-size: 18px; }
H6 { font-size: 16px; }

IMG { border: 0; }
FORM { padding: 0; margin: 0; }
TABLE { border-collapse: collapse; border-spacing: 0; margin: 1em 0 0 0; }
TH, TD { text-align: left; vertical-align: top; }

UL, LI { margin: 0; padding: 0; list-style: none; }

A { color: #909090; position: relative; text-decoration: underline; }
A:hover { color: #d70e16; }
A SPAN { cursor: pointer; }

P { padding: 0; margin: 0.5em 0 0.5em 0; }
P.subtitle { margin: 0; font-size: 16px; color: #6a6a6a; }
P.lead {font-size: 24px; line-height: 30px; font-weight: bold;  color :#908f8f; margin: /*-0.5em 0 1.5em; */ 0 0 1.5em; }
P.img-left { float: left; clear: both; margin: 1em 1em 1em 0; }
P.img-right { float: right; clear: both; margin: 1em 0 1em 1em; }

.left { text-align: left !important; }
.right { text-align: right; }
.center { text-align: center; }
.justify { text-align: justify; }
.middle { vertical-align: middle; }
.nopadding { padding: 0 !important; }
.nomargin { margin: 0 !important; }
.nowrap { white-space: nowrap; }
.hidden { display: none; }
.bold { font-weight: bold; }
.pad {padding-top: 15px; }
.margt {margin-top: 15px !important; }

.fs12 { font-size: 12px !important; }
.fs14 { font-size: 14px !important; }
.fs16 { font-size: 16px !important; }
.fs18 { font-size: 18px !important; }
.fs20 { font-size: 20px !important; }
.wdate { width: 56px; }
.w100p { width: 100%; }

.clear { overflow: hidden; clear: both; }
* HTML .clear { overflow: visible; height: 1px; }

.req, .error, .red { color: #d70e16; }

.content {/*line-height: 18px;*/ }

.posrel { position: relative; }
.f-left { float: left; }
.f-right { float: right !important; }

/* Mozilla recovery */
*:focus { outline: none; }
INPUT[type="checkbox"] { padding: 0; margin: 4px; -moz-appearance: checkbox; }
INPUT[type="radio"] { padding: 0; margin: 4px; -moz-appearance: radio; }
*:first-child+HTML INPUT[type="checkbox"] { margin: 0; }
*:first-child+HTML INPUT[type="radio"] { margin: 0; }
