/* --------------------------------- global CSS reset --------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td, hr, iframe { margin: 0; padding: 0; }
fieldset, img { border: 0; }
:focus { outline: 0; }
address, caption, cite, code, dfn, em, strong, th, var, optgroup { font-style: normal; font-weight: normal; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }
abbr, acronym { border: 0; font-variant: normal; }
input, button, textarea, select, optgroup, option { font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit; }
code, kbd, samp, tt { font-size: 100%; }
input, button, textarea, select { *font-size: 100%; }
body { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#333; }
ol, ul { list-style: none; }
p { line-height:160%; text-align:justify; margin-bottom:10px; }
hr { color: #fff; background:transparent; margin: 0 0 5px 0; padding: 0 0 5px 0; border:0; border-bottom: 1px #ccc solid; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th { text-align: left; }
sup, sub { font-size: 100%; vertical-align: baseline; }
:link, :visited, ins { text-decoration: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
.clearfix { display: block; height: 0px; clear: both; visibility: hidden; overflow:hidden; font-size:0; }

/* --------------------------------- global CSS elements_blank --------------------------------- */
.blank_10 { height:10px; font-size:0; }
.blank_20 { height:20px; font-size:0; }


/* --------------------------------- global CSS elements_a --------------------------------- */
a:link, a:visited { color:#2364ca; text-decoration:none; }
a:hover { color: #2364ca; text-decoration:underline; }
a.a_link_white:link, a.a_link_white:visited{ color:#fff; }
a.a_link_white:hover { color:#FFCC00; }
a.a_link_underline:link, a.a_link_underline:visited{ text-decoration:underline; color:#333; }
a.a_link_underline:hover { text-decoration:underline; color:#000; }


/* --------------------------------- global CSS elements_font --------------------------------- */
h1{font-size:16px; font-weight:bold; border-bottom:1px solid #ccc; margin-bottom:6px;}
h2{font-size:14px; font-weight:bold; padding:4px; background:#666; color:#fff; margin-bottom:6px;}
h3{font-size:16px; font-weight:bold; border-bottom:1px solid #ccc; margin-bottom:6px; text-align:center; color:#FF0000;}
.font_red{color:red;}
.font_b_orange{color:#FF6600; font-weight:bold;}
.font_b_red{color:red; font-weight:bold;}
.font_b_cyan{color:#0099CC; font-weight:bold;}
p.p_m0{margin:0;}
.p_ct{text-align:center; margin:0;}


/* --------------------------------- global CSS elements_images --------------------------------- */
.img_bt{vertical-align:bottom;}
