/* CSS Document */

table {
	table-layout: auto;
	border: 1px solid silver;
	border-collapse: separate;
	border-spacing: 3px;
	empty-cells: show;
	width: 48em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 180px;
}

caption{
	border:#666666;
	border-bottom:2px solid #666666;
	font-weight:bold;
	background-color: #DDDBCC;
	padding: 4px;
	margin-top: 20px;
	font-size: 1em;
	margin-bottom: 0px;
}
tr {
border: 1px solid silver;
}
th {
	font-weight: bold;
	vertical-align: middle;
	color: black;
	font-family: "Trebuchet MS", Verdana, Arial;
	background-color: #B6CEE7;
	padding: 4px 10px 4px 10px;
	text-align: center;
	line-height: 1.3em;
	font-size: .9em;
    }   
td {
	margin-top: 10px;
	margin-bottom:0px;
	vertical-align: top;
	color: #23305A;
	font-family: "Trebuchet MS", Verdana, Arial;
	padding: 4px;
	border: 1px solid silver;
	font-size: 0.8em;
	text-align: left;
	line-height: 1.2em;
    } 
td p {
	margin: 0 0 10px 0;
	font-size: 1em;
	line-height: 1.2em;
}
	
.center {
text-align: center;
}
