/* Compiled CSS Reset By Larrie Bernd Rocha */

/* Reset All HTML elements */ 
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, 0time, mark, audio, video { margin:0; padding:0; border:0; font-size:100%; font:inherit; vertical-align:baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block; }
body { /* line-height:1; */ }
ol, ul { list-style:none; }
blockquote, q { quotes: "\201C" "\201D"; }
blockquote:before, q:before { content:'\201C'; }
blockquote:after, q:after { content:'\201D'; }
table { border-collapse:collapse; border-spacing:0; }

/* defaults */
body { background:#eae9ea; }
html, body { text-align:left; font-family:Arial;	font-size:62.5%; font-size:12px; border:0; color:#000; }
p, a, blockquote , ul, li { font:normal 12px  Arial; }
h1, h2, h3, h4, h5, h6 { font-family:Arial; color:#041e33; display:block; }
ul, ol, dl, p, h1, h2, h3, h4, h5, h6 { margin-bottom:12px; margin-top:12px; padding:0; }
ul ul, ul ol, ol ul, ol ol { margin-bottom:0; margin-top:0; }
hr { height:0; margin:20px 0; border:none; border-bottom:1px dashed #666666; }

/* Links */
a { text-decoration:none; outline:none; color:#00346e; }
a:hover { text-decoration:underline; }

a img { border:none; }
:focus { outline:none; }

/***** Paragraph styles *****/
p { line-height:20px; margin-top:5px; margin-bottom:20px; }

/***** Table styles *****/
table { margin:10px 0; padding:0; }
caption { font-weight:normal; margin:0; padding:10px 0; }
th, td { padding:10px 0; }

/***** List styles *****/
ul { list-style-type:disc; }
ol { list-style-type:decimal; }
ul, ol { margin:0; padding:0; margin-left:20px; }
ul ul, ol ol { margin:2px 0 2px 10px; }
li { margin-top:12px; margin-bottom:12px; padding:0; }

/***** Form styles *****/
input, textarea, select { margin:0; padding:4px; background-color:#fff; border:1px solid #a2a2a2; }
label { display:inline-block; color:#191919; }
input[type="submit"] { }
input[type="text"] { }
textarea { resize:none; }

/* IMG style */
img.alignleft { margin:0 20px 10px 0; float:left; }
img.alignright { margin:0 0 10px 20px; float:right; }
img.aligncenter { text-align:center; display:block; }

/* Standard Classes */
.alignleft { float:left; }
.alignright { float:right; }
.aligncenter { margin-left:auto; margin-right:auto; }
.clear { clear:both; }
.clearleft { clear:left; }
.clearright { clear:right; }
.noborder { border:none; }
.italic { font-style:italic; }
.bold { font-weight:bold; }
.hidden { display:none; }
.textleft { text-align:left; }
.textright { text-align:right; }
.textcenter { text-align:center; }
.textjustify { text-align:justify; }
.allcaps { text-transform:uppercase; }
.capitalize { text-transform:capitalize; }
.serif { font-family:Georgia, "Times New Roman", serif; }
.nomargin { margin:0; }
.margin-top  { margin-top:18px; }
.noborder { border:0; }
.nobullet li { list-style:none; margin:0; }

/* ---------
  Clear Fix
  ---------- */
.cleared: after{ content: "."; display: block; height: 0; clear: both; visibility: hidden; font-size: 0; }
.cleared{ display: inline-block; }
/* Hides from IE-mac */
* html .cleared{ height: 1%; }
.cleared{ display: block; }
/* End hide from IE-mac */