@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-image: url(images/d-bg.jpg);
	background-repeat: repeat-x;
	background-color: #EEF9FF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
td, th, tr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	vertical-align: top;
	text-align: left;
}

.menutd {
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: center;
	padding-left: 3px;
	font-size: 14px;
	font-weight: bold;
	padding-top: 15px;
}
.menutd a {
	color: #333333;
	text-decoration: none;
}

.menutd a:visited {
	color: #333333;
	text-decoration: none;
}
.menutd a:active {
	color: #006633;
	text-decoration: underline;
}
.menutd a:hover {
	color: #006633;
	text-decoration: underline;
}
.footertd {
	text-align: center;
	vertical-align: middle;
	padding-bottom: 8px;
	background-image: url(images/d-footer.jpg);
	background-repeat: no-repeat;
}
.content td {
	text-align: center;
	vertical-align: middle;
}
