/* css browser reset */
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-weight: inherit;font-style: inherit;font-size: 100%; font-family:Verdana, Arial, Helvetica, sans-serif; vertical-align: baseline;}
/* remember to define focus styles! */
:focus {outline: 0;}
body {line-height: 1;color:#000000;background:#ffffff;}
ol, ul {list-style: none;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {text-align: left;font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}


/** general layout **/
body {background:#ffffff;  font-size:14px;}

/** h tags **/
h1{font-size:18px; padding:5px 0 10px 0; line-height:35px; margin-top:10px; font-weight:bold; color:#219850; text-align:center;}
h2{font-size:16px; padding:10px 25px 5px 25px; font-weight:bold; color:#219850;}
h3{padding:10px 25px 0px 25px; line-height:14px; font-size:12px; font-weight:bold;}


/** p tags **/
p {padding:5px 25px; line-height:22px; font-size:12px;}

/** list tags **/
ul {list-style:none; }
ul li {display:inline; }

ol{list-style-type:decimal; float:left; list-style-position:inside; margin:5px 50px;}
ol li{margin-bottom:5px; font-size:12px}
ol.no-float{float:none; margin-bottom:15px;}

/** general classes **/
.red{color:#cd1f1f;}
.green{color:#3a952d;}
.bold{font-weight:bold;}



small{font-size:9px; margin-left:25px;}
strong{font-weight:bold;}

iframe{height:1400px;}
