table.smalltable {
	border-style: none;
	cellspacing: 0;
	cellpadding: 0;
	border: 0;
}

table.smalltable td {
	font-size: 11px; 
	padding-right: 4px;
}

table.smalltable th {
	font-size: 11px; 
	padding-right: 4px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}

table.smalltable tr.entry td {
	padding-top: 3px;
}

table.smalltable tr.last td {
	padding-bottom: 3px;
}

table.smalltable td.divider { 
	background-color: #ccc; 
	padding-bottom: 0px;
	padding-top: 0;
	height: 1px;
	width: 100%;
}

table.smalltable td.spacer {
	padding-right: 0;
	width: 4px;
}

table.smalltable td.colored {
	padding-left: 4px;
	padding-bottom: 3px;
}

table.smalltable td.colored a {
	color: black;
	display: block;
}

table.smalltable td.subtitle1 {
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	padding: 4px;
	margin: 0;
}

table.smalltable td.subtitle2 {
	font-size: 12px;
	font-weight: bold;
	padding-top: 4px;
}

.indent {
	padding-left: 4px;
}
