table#table-02 {
	width: 850px;
	border: 1px solid #CCCCCC;
	border-spacing: 0;
	left: 10px;
	bottom: 30px;
	background-color: #FFFFFF;
	margin: 20px;
	padding: 0px;
}

table#table-02 th {
	padding: 5px;
	border: 1px solid #CCCCCC;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(../../../images/bg_02_header.gif);
	background-repeat: repeat-x;
	background-position: 0 100%;
}
table#table-02 td {
	padding: 5px;
	color: #1A4444;
	text-align: center;
	white-space: nowrap;
	border: 1px solid #CCCCCC;
}

