table #diamonds {
	border: 1px solid #CCCCCC;
	padding: 3px;
}
table #diamonds th {
	background-color:#336699;
	border-bottom: 2px solid #003366;
}
table #diamonds h2 {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0;
}
table #diamonds td {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: center;
}
table #diamonds tr#alternate {
	background-color: #EEEEEE;
}
table #diamonds a, table #diamonds a:visited, {
	color: #006699;
	text-decoration: none;
}
table #diamonds a:hover, table #diamonds a:active, {
	color: #000033;
}
.pagination {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 1px;
}
.pagination a, .pagination a:visited,, .pagination a:active {
	color: #003366;
	text-decoration: underline;
	padding: 1px;
}
.pagination a:hover {
	color: #009ACE;
}
.pagination #active {
	font-weight: bold;
	color: #AD0808;
	padding: 1px;
}
.dotted_line {
	text-align: center;
	height: 1px;
	border:1px dotted #CCCCCC;
}