BODY {
	background-color: #F0F9FB;
}


div.global {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 604px;
	margin-left: -300px;
	margin-top: -250px;
	background-color: White;
}

table.main {
	border-bottom-width : 1px;
	border-left-width : 1px;
	border-right-width : 1px;
	border-top-width : 1px;
	border-color: #ADD8E6;
	border-style: solid;
}

td.menu {
	background-color: White;
	font-family: Verdana;
	font-size: 13px;
	text-align: center;
	color: #00008B;
}

td.blank {
	background-color: White;
	font-family: Verdana;
	font-size: 10px;
	text-align: center;
	color: #708090;
}

td.menu:HOVER {
	background-image: url(mback.gif);
}

A.menulink {
	font-family: Verdana;
	font-size: 13px;
	text-align: center;
	color: #00008B;
	text-decoration: none;
}

A.blanklink {
	font-family: Verdana;
	font-size: 10px;
	text-align: center;
	color: #708090;
	text-decoration: none;
}
