Table {
	border: none;
} 
A {
	font-size: 12px;
	text-align: center;
}
A:link {
	color: #CCCC00;
}
A:visited {
	color: #BBBB66;
}
A:active {
	color: #DDDDDD;
}
A:hover {
	color: #669900;
}
.ThRows { 
	background-color: #333333;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	font-size: 9pt;
}
.TrRows {
	background-color: #333333;
	color: #CCCCCC;
	font-size: 9pt;
}
.TrAdd  {
	background-color: #3F3F3F;
	color: #CCCCCC;
	font-size: 9pt;
}
.TrAddCC  {
	background-color: #3F3F3F;
	color: #CCCCCC;
	font-size: 9pt;
}
.TrAddCC input  {
	width: 140px;
}
.TrHover {
	background-color: #444444;
	color: #000000;
	font-size: 9pt;
}
input {
	border: none;
	font-size: 10px;
	width: auto;
}
textarea {
	border: none;
	background-color: #CCCCCC;
	font-size: 10px;
}
select {
	border: none;
	background-color: #CCCCCC;
	font-size: 10px;
}



