/** Simple Display tag **/
td.r {
	text-align: right;
}

table.client thead tr th {
	background-color: #cccccc;
	text-decoration: none;
	font: bold 11px Arial;
	vertical-align: top;
	text-align: center;
}

table.client thead tr th a {
	text-decoration: none;
	font: 11px Arial;
	color: black;
}

table.client td a {
	text-decoration: none;
	font: 11px Arial;
	color: #d9261c;
}

table.client tr.even {
	background-color: #fff;
	vertical-align: top;
}

table.client {
	border: 1px solid #ccc;
	border-collapse: collapse;
	width: 100%;
}

table.client td,table.client th {
	border: 1px solid #ccc;
	padding: 2px;
	vertical-align: top;
}

table.client td {
	font: 10px Verdana, Arial;
	vertical-align: top;
}

span.pagelinks {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	width: 79%;
	display: block;
	border-top: none;
}

span.pagelinks a {
	text-decoration: none;
	font: 11px Arial;
	color: #d9261c;
}

a.ls {
	text-decoration: none;
	font: 11px Arial;
	color: #d9261c;
}

h2 {
	font: 15px Arial;
	padding-bottom: 12px;
}

h3 {
	font: 14px Arial;
	padding-bottom: 8px;
}

h4 {
	font: bold 13px Arial;
	padding-bottom: 4px;
}

p {
	font: 11px Arial;
	padding-bottom: 4px;
}