body, table {
	color: #C0C0C0;
	font-family: "Arial";
	font-size: 11px;
}
body {
	background-color: #505050;
}
input, select, textarea {
	font-family: "Arial";
	font-size: 11px;
}


a img {
	border-width: 0px;
}
a {
	text-decoration: "none";
	color: #DDAA22;
	cursor: crosshair;
}
a:hover {
	text-decoration: "underline";
	color: #FFCC44;}
input, textarea, select {
	font-family: "Arial";
	font-size: 11px;
}
small {
	font-size: 10px;
}

.row_head {
	background-color: #202020;
}
.row1 {
	background-color: #333333;
}
.row2 {
	background-color: #404040;
}
.tb_bg {
	background-color: #777777;
}