
.list {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;

}
.list td {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
.list thead td {
	background-color: #EFEFEF;
	padding: 0px 5px;
}
.list thead td a, .list thead td {
	text-decoration: none;
	color: #222222;
	font-weight: bold;
}
.list tbody a {
	text-decoration: underline;
}
.list tbody td {
	vertical-align: middle;
	padding: 0px 5px;
}

.list .left {
	text-align: left;
	padding: 5px;
}
.list .right {
	text-align: right;
	padding: 5px;
}
.list .center {
	text-align: center;
	padding: 5px;
}
a {
	color: #003366;
	cursor: pointer;
}