@charset "UTF-8";
@import url("ir.css");
table.base {
	width: 640px;
	padding: 15px 0px 10px 0px;
}
table.base tr th,table.base tr td {
	padding: 4px;
	border-bottom: solid 1px #CCCCCC;
	font-size: 12px;
	line-height: 1.7em;
	font-weight: normal;
}
table.base tr th {
	width: 120px;
	text-align: left;
	padding: 5px 10px 5px 20px;
}
tr.colors {
	background-color: #E8EEF9;
}
div.section {
	padding: 10px 0px 10px 0px;;
	clear: both;
}
div.section p {
	padding: 5px 0px 0.3em 0px;
}
div.image_right {
	float: right;
	width: auto;
	margin-left: 10px;
}
div.image_left {
	float: left;
	width: auto;
	margin-right: 10px;
}