
.menuWrapper {
	padding: 15px;
}

TD.black, FONT.black{
font-size: 12px;
font-family: verdana, arial;
color: black;
}

TD.blacks, FONT.blacks{
font-size: 10px;
font-family: verdana, arial;
color: black;
}

TD.white, FONT.white{
font-size: 12px;
font-family: verdana, arial;
color: white;
}

TD.whites, FONT.whites{
font-size: 10px;
font-family: verdana, arial;
color: white;
}

A.blacklink{
font-size: 12px;
font-family: verdana, arial;
color: black;
}

A.blacklink:link {text-decoration: underline}
A.blacklink:visited {text-decoration: underline}
A.blacklink:active {text-decoration: underline}
A.blacklink:hover {text-decoration: underline; color: darkred;}

A.whitemenulink{
font-size: 12px;
font-family: verdana, arial;
color: white;
}

A.whitemenulink:link {text-decoration: none}
A.whitemenulink:visited {text-decoration: none}
A.whitemenulink:active {text-decoration: none}
A.whitemenulink:hover {text-decoration: underline; color: #DADADA;}


A.whitelink{
font-size: 10px;
font-family: verdana, arial;
color: white;
}

A.whitelink:link {text-decoration: underline}
A.whitelink:visited {text-decoration: underline}
A.whitelink:active {text-decoration: underline}
A.whitelink:hover {text-decoration: underline; color: #DADADA;}


TD.inverse{
background-color: black;
font-size: 12px;
font-family: verdana, arial;
color: white;
}

FONT.huge, TD.huge{
fontsize: 18px;
font-family: verdana, arial;
color: black;
}

.spacer10 {
	height: 10px;
	width: 1px;
}

.spacer15 {
	height: 15px;
	width: 1px;
}

.spacer20 {
	height: 20px;
	width: 1px;
}

/*popup*/
.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
.white_content {
	font-size: 13px;
	font-family: verdana, arial;
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 50%;
	padding: 16px;
	border: 16px solid #800000;
	background-color: white;
	z-index:1002;
	overflow: auto;
}
