/* CSS Document */
.list_tr			{
	color: #333333;
	font: 10px Arial, Helvetica, sans-serif;
}
.list_td 			{
	color: #333333;
	background: #FFFFFF;
	padding: 1px;
	padding-left: 5px;
	padding-right: 5px;
	font: 11px Arial, Helvetica, sans-serif;
}
thead td	{
	color: #333333;
	background: #EAEAEA;
	border: 1px outset white;
	cursor: default;
	border-top: 1px solid buttonhighlight;
	border-left: 1px solid buttonhighlight;
	border-right: 1px solid buttonshadow;
	border-bottom: 1px solid buttonshadow;
	height: 16px;
	font: bold 12px/140% Arial, Helvetica, sans-serif;
}
thead .arrow{
	color: #CC3300;
	width: 15px;
	height: 15px;
	padding: 0;
	overflow: hidden;
	margin-top: -3;
	margin-bottom: 2;
	padding: 0;
	padding-top: 0;
	padding-bottom: 2;
	font: 15px webdings;
}
a:link {
	color: #4C4C4C;
	text-decoration: underline;
}
a:visited {
	color: #4C4C4C;
	text-decoration: underline;
	}
a:hover {
	color: #CC6600;
	text-decoration: underline;
	}
a:active {
	color: #CC6600;