table.nav {
	width: 1024px;
	border-spacing: 0px;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
}

td.nav {
	font-family: "kristenITCRegular", calibri, Arial, sans-serif;
	vertical-align: middle;
	height: 30px;
	color: white;
	cursor: pointer;
}
#login_details {
	font-family: calibri, arial, sans-serif;
	font-size: 10pt;
	position: relative;
	top: 15px;
	color: white;
}
#login_details a {
	text-decoration: none;
	color: white;
}
#login_details a:hover {
	text-decoration: none;
	color: red;
}
.footer {
	margin: 0px auto 0px auto;
	position: relative;
	top: -65px;
}
.footer_none {
	margin: 0px auto 0px auto;
	position: relative;
	top: 0px;
}
.footer_text {
	margin: 0px auto 0px auto;
	font-family: calibri, Arial, sans-serif;
	font-size: 8pt;
	color: #9561a8;
	width: 1024px;
}
.footer_text a {
	text-decoration: none;
	color: #9561a8;
}
.footer_fence {
	margin: 0px auto 0px auto;
	width:1024px;
	height:65px;
}
.footer_text .selected img {
	vertical-align: middle;
	opacity: 1;
	filter: alpha(opacity=100);
}
.footer_text .option img {
	opacity: 0.3;
	filter: alpha(opacity=30);
	vertical-align: middle;
}
.footer_text .option img:hover {
	cursor: pointer;
	opacity: 1;
	filter: alpha(opacity=100);
}

