/* CSS Document */

.list {
	width: 620px;
}

.list table {
	border-top: 1px solid #e3f1fe;
	border-right: 1px solid #e3f1fe;
	margin: 1em auto;
	border-collapse: collapse;
	width: 600px;
	font-size: 12px;
}

.list table caption {
	text-align: left;
	border-left: solid 5px #660033;
	padding: 5px;
	margin-top: 15px;
}

.list td {
	color: #678197;
	border-bottom: 1px solid #e3f1fe;
	border-left: 1px solid #e5eff8;
	padding: 4px;
	text-align: center;
}

.list th {
	font-weight:normal;
	color: #678197;
	text-align: left;
	width: 150px;
	border-bottom: 1px solid #e3f1fe;
	border-left:1px solid #e5eff8;
	margin-left:5px;
	padding: 4px;
}	

.row1 th {
	background-color: #e3f1fe;
}

.row2 th {
	background-color: #BDC7D7;
}

.row2 td {
	background-color: #E8E8E8;
}

