@charset "utf-8";
html{color:#000;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}
del,ins{text-decoration:none;}
body {
	font:13px/1.231 Verdana,helvetica,clean,sans-serif;
	*font-size:small; /* for IE */
	*font:x-small; /* for IE in quirks mode */
}

/**
 * Nudge down to get to 13px equivalent for these form elements
 */ 
select,
input,
button,
textarea {
	font:99% Verdana,helvetica,clean,sans-serif;
}

/**
 * To help tables remember to inherit
 */
table {
	font-size:inherit;
	font:100%;
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,
code,
kbd,
samp,
tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

.cb{clear:both;}
.m10{margin:10px;}.m5{margin:5px;}.mtb5{margin:5px 0;}.mt5{margin-top:5px;}.mt7{margin-top:7px;}.mt10{margin-top:10px;}.mt8{margin-top:8px;}.ml5{margin-left:5px;}.ml10{margin-left:10px;}
.p10{padding:10px;}.pl10{padding-left:10px;}.pt2{padding-top:2px;}.pt4{padding-top:4px;}.pl5{padding-left:5px;}.pl10{padding-left:10px;}.pl50{padding-left:50px;}.pl30{padding-left:30px;}.pl100{padding-left:100px;}.p5{padding:5px;}
.fl{float:left;}
.fr{float:right;}
.w50{width:50px;}.w60{width:60px;}.w70{width:70px;}.w80{width:80px;}.w100{width:100px;}.w120{width:120px;}.w150{width:150px;}.w200{width:200px;}.w250{width:250px;}.w300{width:300px;}.w350{width:350px;}
.w400{width:400px;}.w450{width:450px;}.w500{width:500px;}
.indent2{text-indent:2em;}
.f14{font-size:14px;}.f16{font-size:16px;}
.eng{font-family:Arial, Helvetica, sans-serif;}
.tl{text-align:left;}.tr{text-align:right;}.tc{text-align:center;}
.debug{border:2px dashed red;}
.blank3 {clear:both; height:3px; overflow:hidden; display:block;}
.blank6 {clear:both; height:6px; overflow:hidden; display:block;}
.blank9 {clear:both; height:9px; overflow:hidden; display:block;}
.blank9w {background:#ffffff; clear:both; height:9px; overflow:hidden; display:block;}
.blank12 {clear:both; height:12px; overflow:hidden; display:block;}
.blank15 {clear:both; height:15px; overflow:hidden; display:block;}
.blank20 {clear:both; height:20px; overflow:hidden; display:block;}
.undis{display:none;}.dis{display:block;}
.pos_rel{position:relative;}.pos_abs{position:absolute;}

