body,td,th {
	font-size: 12px;
	color: #FFFFFF;
}
body {
	background-color: #CC9900;	
}
.text_red{
	color: #FF0000;
	font-weight: bold;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #333333;
}

.button_del {
	width: 20px;
	height: 20px;
	border: none;
	cursor: hand;
	background-color: transparent;
	background-image: url(../webcontrol/images/icon_del.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.button_edit {
	width: 20px;
	height: 20px;
	border: none;
	cursor: hand;
	background-color: transparent;
	background-image: url(../webcontrol/images/icon_edit.gif);
	background-repeat: no-repeat;
	background-position: left top;
}