/*=reset*/html *{font-size:100.01%;} /*reset font size for all elements to standard (16pixel) */
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,pre, form, fieldset, table, th, td { margin: 0; padding: 0; } 
body {	
	font-family:Arial,Helvetica,sans-serif,"ËÎÌå";
	font-size:75.00%;  /*base layout gets standard font size 12px */
	line-height: 1.6em;
}
img { border:none;}
ul,ol,dl { line-height: 1.5em; margin: 0 0 0 0; }
ul li { list-style-type: none; }
ul ul li { list-style-type: circle; }

ol li { list-style-type: none; }
ol ol li { list-style-type: lower-latin; }

dt { font-weight: bold; }
dd { margin: 0 0 1em 0.8em; }

p { line-height: 1.6em; margin: 0 0 1em 0; }

blockquote,cite,q {
	font-family: Georgia, "Times New Roman", Times, serif, "ËÎÌå";
	font-weight:italic;
}
blockquote { margin: 0 0 1em 1.6em; color: #666; }
strong,b { font-weight: bold; }
em,i { font-style: italic; }
pre,code,kbd,tt,samp,var { font-size: 100%; }
pre,code { color:#800; }
pre { line-height: 1.5em; margin: 0 0 1em 0 ;}
var{ font-style: italic; }

acronym,abbr {
	border-bottom: 1px #aaa dotted;
	font-variant: small-caps;
	letter-spacing: 0.7em;
	cursor: help;
}
sub,sup { font-size: 91.6667%; }
hr {
	color: #fff;
	background:transparent;
	margin: 0 0 0.5em 0;
	padding: 0 0 0.5em 0;
	border: 0;
	border-bottom: 1px #eee solid;
}
a { text-decoration:none; }
a:visited {  }
a:focus,a:hover,a:active{ text-decoration:none; }

table{
	border-callapse: collapse;
	margin-bottom: 0.5em;
}
table caption{ font-variant: small-caps; }
th,td{ padding: 0.4em 0.2em; }
thead th{ color:#000; border-bottm: 2px #888 solid; }

.clearfix:after {
		content:".";
		clear:both;
		display:block;
		height:0;		
		visibility:hidden;
}
.clearfix{display:inline-block; }
.clearfix {display:block;}
	
