/* --------------------------------------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; background:#FF9000; -moz-user-select:none; }
ol, ul { list-style: none; }
p {
	line-height:normal;
	text-align:justify;
	margin-bottom:6px;
	font-size: 14px;
	font-weight: bold;
	color: #F00;
	text-decoration: none;
}
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; }

/* --------------------------------------blank-------------------------------------- */
.blank_05 { height:5px; font-size:0; }
.blank_10 { height:10px; font-size:0; }
.blank_15 { height:15px; font-size:0; }
.blank_20 { height:20px; font-size:0; }
.blank_30 { height:30px; font-size:0; }

/* --------------------------------------a_link-------------------------------------- */
a:link, a:visited { color: #333; 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_blue:link, a.a_link_blue:visited{ color:#1f4e77; text-decoration:underline;  }
a.a_link_blue:hover { color:#0066CC; text-decoration:underline; }
a.a_link_more:link, a.a_link_more:visited {padding-right:6px; color:#fff; font-size:12px; float:right;}
a.a_link_more:hover { color:#fff; text-decoration:underline;}
a.a_link_14b:link, a.a_link_14b:visited { color:#333; font-size:14px; font-weight:bold; }
a.a_link_14b:hover { color: #005381; text-decoration:underline;}

/* --------------------------------------font-------------------------------------- */
.font_title_light{padding-left:6px; color:#103c67; font-size:14px; font-weight:bold; float:left;}
.font_title_heavy{padding-left:6px; color:#fff; font-size:14px; font-weight:bold; float:left;}
.font_blue_b{color:#1f4e77; font-weight:bold;}
.font_orange_b{color:#FF6600; font-weight:bold;}
h6{font-size:12px; font-weight:bold; color:#103c67; margin-bottom:4px;}
h3 { font-size:16px; font-weight:bold; padding-bottom:4px; margin-bottom:10px; border-bottom:1px #ccc solid; color:#1f4e77; }
h5 { font-size:14px; font-weight:bold; padding-bottom:4px; margin-bottom:2px; color:#FF6600; }
h4 { font-size:12px; font-weight:bold; margin-bottom:2px; color:#1f4e77; }
.p_m0{ margin:0px;}
.p_12{ text-indent:24px;}
.p_14{ font-size:14px; text-indent:28px;}
.p_14b_blue { font-size:14px; text-indent:28px; font-weight:bold; color:#1f4e77;}
.p_ct{text-align:center;}

/* --------------------------------------images-------------------------------------- */
.img_b1{border:1px #666 solid; padding:1px; display:block; float:left;}
.img_ct{margin:0 auto; text-align:center; border:1px #666 solid; padding:1px; display:block;}
.img_bt{ vertical-align:bottom;}

