/* CSS Document */

.sample_05{
	border-collapse: collapse;
	width:850px;
}
.sample_05 th {
	border: solid 1px #666666;
	color: #000000;
	background-color: #ECF0F0;
}

th2 {
	border: solid 1px #666666;
	color: #000000;
	background-color: #ECF0F0;
}
.sample_05 td {
	border: solid 1px #666666;
	color: #000000;
	background-color: #ffffff;
}
.sample_05 thead th {
	background-color: #379BE8;
}


