body {
	font-family: Verdana;
	font-size: 13px;
	color: #000000;
	background-color: #CCCCCC;
	margin: 0px;
	padding: 10px;
}

a {
	text-decoration: none;
	color: #009900;
}

a:hover {
	color: #00CC00;
}
.menutd {
	color: #FFFFFF;
	font-weight: bold;
}
.menutd:hover {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #00CC00;
	cursor: pointer;
	cursor: hand;
}

/* CSS container shadow */
.shadow-container {
	position: relative;
	left: 6px;
	top: 6px;
	margin-right: 1px;
	margin-bottom: 1px;
}

.shadow1,
.shadow2,
.shadow3,
.shadow4,
.shadow5,
.shadow6,
.shadow7,
.container {
	position: relative;
	left: -1px;
	top: -1px;
}

.shadow1 {
	background: #e0e0e0;
}

.shadow2 {
	background: #d0d0d0;
}

.shadow3 {
	background: #c0c0c0;
}

.shadow4 {
	background: #b0b0b0;
}

.shadow5 {
	background: #a0a0a0;
}

.shadow6 {
	background: #909090;
}

.shadow7 {
	background: #898989;
}

.container {
	background: #ffffff;
	border: 2px solid #808080;
}
/* CSS container shadow */
