body {
	background-color: #FFF;
	color:#232D30;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:1.5em;

}

/* tables */
th {
	text-align: left;
	padding: 8px;
	background-color: #e6EEEE;
	height: 30px;

	border-bottom:2px solid #D6D2C2;
	cursor:default;


	font-size:8pt;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	left:0pt;
	line-height:normal;
	overflow:hidden;
	padding:3px 5px;
	position:relative;
	top:0pt;
	white-space:nowrap;
}

td {
	color: #3D3D3D;
	font-family:arial;
	font-size:8pt;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	overflow:hidden;
	padding:3px 5px;
	white-space:nowrap;
}

thead {

}

table {
	font-family:arial;
	margin:10px 0pt 15px;
	font-size: 8pt;
	border:1px solid #dad9c7;
	width: 100%;

}
th.header {
	background-image: url(small.gif);
	cursor: pointer;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 20px;
	border-right: 1px solid #dad9c7;
	margin-left: -1px;
}

.even {
	background-color:#FCFAF6;
}

th.headerSortUp {
	background-image: url(small_asc.gif);
	background-color: #3399FF;
}

th.headerSortDown {
	background-image: url(small_desc.gif);
	background-color: #3399FF;
}