body {
	margin: 0px;
	background: #000000;
	color: #ACADB0;
	font-family: Verdana;
	font-size: 14px;
	overflow-x: overflow;
}

img {
	border: 0px;
}

table {
	border: 0px;
}

td {
	font-size: 14px;
}

.menuTxt {
	cursor: hand;
	cursor: pointer;
	color: #ACADB0;
	font-size: 15px;
}

.menuTxtOver {
	cursor: hand;
	cursor: pointer;
	color: #FFFFFF;
	font-size: 15px;
}

.menuImg {
	cursor: hand;
	cursor: pointer;
	border: 1px solid black;
}

.menuImgOver {
	cursor: hand;
	cursor: pointer;
	border: 1px solid white;
}

td.menuLogo {
	height: 175px;
	background: url(/images/logo.jpg) no-repeat;
	vertical-align: top;
}

td.tdContent {
	height: 400px;
	text-align: center;
	vertical-align: top;
}