/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
}
.thead td {
	border-bottom: solid 1px #cccccc;
	vertical-align: bottom;
}
.tfoot td {
	border-top: solid 1px #cccccc;
	vertical-align: bottom;
}
fieldset {
	width: 518px;
	margin: 0px;
	padding: 5px;
}
legend {
	color: #ff6600;
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
	padding: 3px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
td.stitle {
	white-space: nowrap;
}
tr.even td {
	background-color: #191919;
}