@charset "utf-8";

body{
	font:13px/1.231 Arial, Helvetica, sans-serif;
	text-align:center;
}
/* IE6 */
* html body {
	font-size: 80%;/* 12px; */
}
/* IE7 */
*:first-child+html body {
	font-size: 80%;/* 12px; */
}
/* IE8 */
html>/**/body {  
	font-size /*\**/: 80%\9;
}


select,input,button,textarea{font-size:99%;
font-family:inherit;}
table{font-size:inherit; font:100%; font-family:inherit;}
/* ------------------------------------------------- */

body,h1,h2,h3,h4,h5,h6,p,div,table,td,dl,dt,dd,ul,li,ol,form,input,textarea{
	margin:0;
	padding:0;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}
li{
	list-style:none outside;
	line-height:150%;
}

ol li{
	list-style-type:decimal !important;
	margin-left:20px;
}

address,th,caption{
	font-weight:normal;
	font-style:normal;
}
img{
	border:none;
	outline:none;
	vertical-align:bottom;
	margin:0;
	padding:0;
}
table{
	border-collapse:collapse;
	border-spacing:0;
	line-height:inherit;
}
table th,
table td{
	line-height:inherit;
}