@charset "utf-8";
#table {
	font-family: Arial;
	font-size: 12px;
	width: 300px;
	border: 1px solid #666666;
}
#t_header h1 {
	font-family: Arial;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
	margin: 0px;
	padding-top: 5px;
}
#t_header {
	background-color: #666666;
	height: 25px;
	text-align: center;
}
#t_wr {
	margin-top:10px;
}
.cell2 {
	width: 100px;
	text-align: center;
	float: right;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.cell1 {
	width: 190px;
	float: left;
	padding-left: 5px;
}
.celljos {
	clear: both;
	text-align: right;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

