table.box {
	background-color: #f0f0f0;
	border: 1px solid #808080;
	border-collapse: collapse;
	margin-left: 1px;
	margin-right: 5px;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
tr.odd {
	background-color: #ffffff;
}
tr.even {
	background-color: #e8e8f0;
}
table.box th {
	background-color: #D0E8FF;
	color: #303030;
	border-bottom: 1px solid #808080;
	text-align: left;
	font-weight: bold; 
	padding: 4px 4px 4px 8px;
}
table.box td {
	padding-top: 4px;
	padding-bottom: 3px;
}

table.smallbox {
	background-color: #f0f0f0;
	border: 1px solid #808080;
	border-collapse: collapse;
	font-size: 11px;
	margin-left: 1px;
	margin-right: 1px;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
table.smallbox th {
	background-color: #D0E8FF;
	color: #303030;
	border-bottom: 1px solid #808080;
	text-align: left;
	font-size: 10px;
	font-weight: bold; 
	padding: 3px 3px 3px 6px;
}
table.smallbox td {
	padding-top: 3px;
	padding-bottom: 2px;
}

