/*-----------------------------
          ACTIVEYES
-----------------------------*/

/* MAIN TYPOGRAPHY */
html { font-size: 62.5%; font-family: arial, sans-serif, helvetica; }
strong, th, thead td, h1, h2, h3, h4, h5, h6, dt { font-weight: bold; }
cite, em, dfn { font-style: italic; }
code, kbd, samp, pre, tt, var, input[type='text'], input[type='password'], textarea { font-size: 92%; font-family: arial, sans-serif, helvetica; }
pre { white-space: pre; }
pre * { font-size: 100%; white-space: pre; }
del { text-decoration: line-through; color: #666; }
ins, dfn { border-bottom: 1px solid #ccc; }
small, sup, sub { font-size: 85%; }
big { font-size: 125%; line-height: 80%; }
abbr, acronym { text-transform: uppercase; font-size: 85%; letter-spacing: .1em; }
a abbr, a acronym { border: none; }
abbr[title], acronym[title], dfn[title] { cursor: help; border-bottom: 1px solid #ccc; }
sup { vertical-align: super; }
sub { vertical-align: sub; }
a:link, a:visited, a:hover, a:active, a:focus { text-decoration: none; }

/*-----------------------------
         CONTENT ONLY
-----------------------------*/

/* BASE SIZES */
.content { font-size: 1.2em; line-height: 1.6em; color:#333; }
.content h1 { font-size: 1.6em; }
.content h2 { font-size: 1.5em; font-weight:normal; }
.content h3 { font-size: 13px; font-weight:bold; }
.content h4 { font-size: 14px; }
.content h5 { font-size: 1.2em; }
.content h6 { font-size: 1em; }

/* HR */
.content hr { display: block; background: #ccc; color: #ccc; width: 100%; height: 1px; border: none; }

/* LISTS */
.content ul { list-style: disc outside; }
.content ol { list-style: decimal outside; }

/* MARGINS & PADDINGS */
.content hr, .content p, .content ul, .content ol, .content dl, .content pre, .content blockquote, .content address, .content table, .content form { margin-bottom: 1.6em; }
.content p+p { margin-top: -.8em; }
.content h1 { margin: 1em 0 .5em;  }
.content h2 { margin: 1.07em 0 .535em; }
.content h3 { margin: 1.14em 0 .57em; }
.content h4 { margin: 1.23em 0 .615em; }
.content h5 { margin: 1.33em 0 .67em; }
.content h6 { margin: 1.6em 0 .8em; }
.content th, .content td { padding: .8em; }
.content caption { padding-bottom: .8em; } /* padding instead of margin for IE */
.content blockquote { padding: 0 1em; margin: 1.6em 0; }
.content fieldset { padding: 0 1em 1em 1em; margin: 1.6em 0; } /* padding-top is margin-top for fieldsets in Opera */
.content legend { padding-left: .8em; padding-right: .8em; }
.content legend+* { margin-top: 1em; } /* compensates for the opera margin bug */
.content textarea, .content input { padding: .3em .4em .15em .4em; }
.content select { padding: .1em .2em 0 .2em; }
.content option { padding: 0 .4em .1em; }
.content dt { margin-top: .8em; margin-bottom: .4em; }
.content ul, .content ol { margin-left: 2.2em; }
.content ul ul, content ol ul, .content ul ol, content ol ol { margin-bottom: 0; }
.content form div { margin-bottom: .8em; }
.content button { padding: 0.3em 0.5em; }
.content blockquote > * { margin: .8em 0; }
.footer { padding:10px 0; }
.footer a:link, .footer a:visited, .footer { text-align:left; text-decoration:none; line-height:100%; font-size:10px; }

.footer a {color:#ff744f; }
.footer a:hover { color:#ccc; border-bottom:1px solid #ccc;}

/* COLORS */
.content a:link { color: #666; }
.content a:visited { color: #696969; }
.content a:hover { color: #444; }
.content a:active, .content a:focus { color: #000; }
.blue { color:#053F73; }
.orange { color:#FF6600; }
.red { color:#FF0000; }
.grey { color:#999; }

/* TWEAKS */
.right { float:right; }
.left { float:left; }
.txtLeft { text-align:left; }
.txtRight { text-align:right; }
.center { margin:0 auto; }
.block { display:block; }
.clear { clear:both; }
small { font-size:0.95em; }
.bigger { font-size:14px; }
.half { width:50%; float:left; }
.sixty { width:60%; float:left; }
.forty { width:40%; float:left; }
.warning-Bad { background:#FF0000 url(warning.gif) no-repeat left center; color:#fff; padding:4px 7px 4px 14px; }
.warning-Good { background:#22dbdc url(warning.gif) no-repeat left center; color:#fff; padding:4px 7px 4px 14px; }
h1 a:link, h2 a:link, h3 a:link, h4 a:link, a:link.bigger,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, a:visited.bigger { text-decoration:none; }

.main_h1 {color:#FA702E;font-size:2.5em;font-weight:normal;font-style:italic;letter-spacing:-2px;font-family: 'Trebuchet MS',helvetica,arial,verdana;font-weight:bold;}

