table.acelinks {
	border-collapse: collapse;
	padding: 10px;
	margin-top: 10px;
}
table.acelinks td {
	border: 0px;
	text-align: center;
}
table.acelinks td.border {
	border: 1px solid #333333;
}
table.acelinks td.borderright {
	border-right: 1px solid #333333;
}
table.acelinks td.borderleft {
	border-left: 1px solid #333333;
}
table.acelinks td.bordertop {
	border-top: 1px solid #333333;
}
table.acelinks td.borderbottom {
	border-bottom: 1px solid #333333;
}
table.acelinks td.colored {
	background-color: #DEEDB2;
	font-weight: bold;
}
table.acelinks th.alignright, table.acelinks td.alignright {
	text-align: right;
}
table.acelinks th.alignleft, table.acelinks td.alignleft {
	text-align: left;
}
table.acelinks th.aligntop, table.acelinks td.aligntop {
	vertical-align: top;
}
.small {
	font-size: 80%;
}
/*gallery styles*/
div.callout {
	float: right;
	margin: 0 0 5px 5px;
}
div.callout a {}
div.callout img {
	display: block;
	border:1px solid #000000;
}
div.callout img.noborder {
	border: 0px;
}