@charset "utf-8";
/*** Reset CSS ***/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font: inherit; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; font-size: 100%; font-weight: normal; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
em { color: #999; font-style: italic; font-size: 0.9em; }
i { font-style: italic; }
strong { color: #777; font-weight: bold; }
strong.dark { color: #444; font-weight: bold; }

/** Clear Fixes **/
.cf:before, .cf:after { content: " "; /* 1 */ display: table; /* 2 */ }
.cf:after { clear: both; }
.cf { *zoom: 1; }
.cb { clear: both; height: 0px; }
.cb.spacer { height: 15px; }
.cl { clear: left; }
.cr { clear: right; }

/** Floats & Alignments **/
.fl { float: left; }
.fr { float: right; }
.center { text-align: center; }

/** Padding **/
.less-padding { padding-bottom: 0.5em; }
.no-padding { padding-bottom: 0px; }

/* Global */
body { font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif; font-size: 14px; line-height: 1.5em; color: #444; background: #FFF; }

a { color: #039; text-decoration: none; }
a:hover { text-decoration: underline; }

h1, h2, h3, h4 { font-weight: normal; } h5, h6 { font-weight: bold; }
h1 { font-size: 1.5em; padding: 10px 0px; } h4 { font-size: 1.3em; padding: 15px 0px; }
h2 { font-size: 1.5em; padding-bottom: 15px; } h5 { font-size: 1.2em; padding-bottom: 5px; }
h3 { font-size: 1.4em; padding: 10px 0px; } h6 { font-size: 1.1em; }

p { font-weight: normal; padding-bottom: .8em; }
p.center { text-align: center; }
p.italic { font-style: italic; }
p.read-more { text-align: right; padding: 0px; margin: 0px; }
a.read-more { background: url(../img/icon-bullet-dark.png) no-repeat 0px 7px; padding-left: 15px; }
div.read-more { text-align: right; }
p.attention { color: #C00; background: url(../img/icon-attention.png) no-repeat 0px 0px; padding-left: 25px; line-height: 18px; }

hr { border: 0; height: 0; border-top: 1px solid #DDD; border-bottom: 0px solid #DDD;}
hr.dashed { border: 0; height: 0; border-top: 2px dashed #DDD; border-bottom: 0px solid #DDD;}

ul.disc { list-style: disc; padding-left: 20px; }
ul.fl { float: left; margin-left: 30px; }
ul.fl.first { margin-left: 0px; }
ul.bullet li a { background: url(../img/icon-bullet-dark.png) no-repeat 0px 6px; padding-left: 15px; }
ul.float-list li { float: left; }
ul.float-list.margins li { margin-right: 20px; }
ul.float-list.margins li.last { margin-right: 0px; }
ul.inline { text-align: left; }
ul.inline.center { text-align: center; }
ul.inline li { display: inline-block; }

img { border: 0px none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none; }