@charset "utf-8";
/*body {
	background-color: #E4E0E0;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Arial;
	line-height: 18px;
	color: #000000;
	font-size:11px;
}*/
@import url("/global.css");
body {
	background-color: #010066;
}
td img {
/* Another Mozilla/Netscape bug with making sure our images display correctly */
	display: block;
}
.menuContent {
	position:absolute;
	padding:125px 0 0 128px;
	z-index:500;
	left:0px;
	top:0px;
}
.imageContent{
	z-index:100;
}
.backtoindex {
	display:block;
	position:absolute;
	z-index:550;
	left:4px;
	top:5px;
	width:124px;
	height:120px;
	text-indent:-1000px;
	text-decoration:none;
	overflow:hidden;
}