body {
	margin: 0px;
	padding: 0px;
	width: 900px;
}

.footer {
	position: absolute;
	z-index: 10;
	height: 37px;
	width: 100%;
	left: 0px;
	top: 0px;
}

.footerDots {
	height: 7px;
	width: auto;
	background-image:  url(../images/regulars/telldots.gif);
}

.footerText {
	background-color: #F0F0F0;
	height: 30px;
	width: 100%;
}

.footerEmail {
	position: absolute;
	z-index: 15;
	width: 100%;
	left: 182px;
	top: 17px;
}

.menuText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #333;
	margin: 0px;
}

.menuText a:link {
	text-decoration: none;
	color: #333;
}

.menuText a:visited {
	text-decoration: none;
	color: #333;
}

.menuText a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #FFCC00;
}

.menuText a:active {
	color: #000000;
	text-decoration: none;
	background-color: #FFCC00;
}

