/**
*EricMeyer'sResetCSSv2.0(http://meyerweb.com/eric/tools/css/reset/)
*http://cssreset.com
*/
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,sub,sup,tt,var,
u,i,center,
dl,dt,dd,
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,
time,mark,audio,video{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
}
/*HTML5display-roleresetforolderbrowsers*/
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section{
	display:block;
}
body{
	line-height:20px;
	font:11px Arial;
	color:#818181;
}
ol,ul{
	/*list-style:none;*/
}
blockquote,q{
	quotes:none;
}
blockquote:before,blockquote:after,
q:before,q:after{
	content:'';
	content:none;
}
p {
	text-align: justify;
}
table{
	border-collapse:collapse;
	border-spacing:0;
	width:100%;
}
/* = CLEARFIX*/
.clearfix:before,
.clearfix:after     { content: "\0020"; display: block; height: 0; visibility: hidden; font-size: 0 }
.clearfix:after     { clear: both }
.clearfix           { *zoom: 1 } /* for IE only */
.clear {
	clear:both;
    outline:0;
	font-size:0px;
	height:0px;
	line-height:0px;
	border:0;
	margin:0;
	padding:0;
}
.breakline {
	clear:both;
    outline:0;
	font-size:0px;
	height:0px;
	line-height:0px;
	border:0;
	border-bottom:1px #ccc dashed;
	margin:0;
	margin-bottom:4px;
	padding:0;
	padding-top:4px;	
}
img {
	max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}