body {
	font-family: Verdana,"MS UI Gothic",Osaka;
	font-size: 12px;
	font-weight: normal;
	text-align:left;
	padding-left:30px;
	padding-left:30px;
}
* {
	margin: 0;
	padding: 0;
}
img { border:none; }


em {
	quotes:"g" "h";
	font-style:normal;
}
em:before { content: open-quote }
em:after { content: close-quote }


hr {
	clear:both;
	visibility:hidden;
}


/***** fix problem with box's height *****/
.clearfix:after {
	content:".";
	display:block;
	clear:both;
	height: 0;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/******************************/


table {
	border-collapse:collapse;
	border:1px solid #333333;
	background-color:#FFFFFF;
	color:#000000;
	margin-top:20px;
	margin-bottom:20px;
}
caption {
	text-align:left;
	padding-bottom:5px;
	line-height:2em;
	height:2em;
	font-weight:bold;
	letter-spacing: 0.2em;
}
table th,td {
	padding:0.5em;
	
}
th,td {
	border:1px dotted #666666;
}

