@charset "utf-8";

body {
	margin: 0px;
	padding: 0px;
}

.basictable_box {
	width: 568px;
	float: left;
	display: inline;
}

table.basic {
	width: 568px;
}

table.basic tr{
}
table.basic th{
	width: 60px;
	height: 19px;
	color: #FFFFFF;
	padding-left: 2px;
}
table.basic td{
	height: 19px;
	padding-left: 2px;
	text-decoration: none;
}
table.basic td a{
	text-decoration: none;
	color: #003399;
}
table.basic td a:hover{
	text-decoration: underline;
}
th#centre {
	text-align: center;
}
td#centre {
	text-align: center;
	vertical-align: middle;
}

