.menu_table {
	width: 100%;
	left: 0px;
	top: 0px;
}
.menu_cell {
	height: 20px;
	display: block;
	width: 175px;
}

.menulink {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #6699CC;
	text-decoration: none;
	text-align: center;
	display: block;
	border: 1px solid #6699CC;
}


.menulink:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	display: block;
	border: 1px solid;
	background-color: #6699CC;
	border-color: #666666;
}
.signuptxt {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #6699CC;
	width: 175px;
}
.align_center {
	text-align: center;
}

.footer_left {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-indent: 10px;
	text-align: left;
	width: 50%;
}

.footer_right {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;
	text-indent: 10px;
	text-decoration: none;
}
.footer_table {
	width: 100%;
	top: 0px;
	background-color: #6699CC;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
}
.align_top {
	left: 0px;
	vertical-align: top;
}
.align_left {
	text-align: left;
}
.blue {
	color: #000066;
}
