@charset "utf-8";
/* CSS Document For Global And Resets*/

/* Resets */
html,div,dl,dt,dd,ul,lo,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{ margin:0; padding:0; list-style:none;}

/* Global */
a, a:active, a:visited { outline:none; text-decoration:none; cursor:pointer; }

img{ border:0; }
.clearfix { clear:both; }
.fl{ float:left; }
.fr{ float:right; }
.margin{ margin:0 auto; }
.block{ display:block; }
.first { margin-left:0!important; display:block !important; }
p { margin:6px 0; padding:6px 0; }
h1,h2,h3,h4,h5,h6 { font-weight:normal; }
.oh { overflow:hidden; }
.floating { width:100%; float:left; }

em, i {
	font-style: italic;
}

strong, b {
	font-weight: bold;
}
#reference {
	display:block;
	width:830px;
	margin-left:auto;
	margin-right:25px;
	font-size:11px;
	padding:10px;
	background:#fff;
	
}