@media screen, print {

#container h2 {
	margin: 0px 0px 10px 0px;
}

#left_side {
	float: left;
	width: 430px;
	padding: 10px 0px 10px 0px;
}

#right_side {
	float: left;
	width: 330px;
	padding: 10px 0px 10px 0px;
}

#left_side th {
	padding: 2px;
	text-align: left;
	white-space: nowrap;
	width: 76px;
	font-weight: normal;
	vertical-align: top;
	font-size: 13px;
	line-height: 15px;
}

#left_side td {
	padding: 2px;
	text-align: left;
	font-size: 13px;
	line-height: 15px;
}

#right_side table {
	background-color: #efefef;
	border: 1px dashed #999999;
}

#right_side th {
	padding: 5px 0px 5px 10px;
	text-align: left;
	white-space: nowrap;
	width: 50px;
	font-weight: normal;
	vertical-align: top;
	font-size: 13px;
	line-height: 15px;
}

#right_side td {
	padding: 5px 10px 5px 5px;;
	font-size: 13px;
	line-height: 15px;
}

td img {
	display: block;
}

}
/* end of file */
