/* CSS Document */

/*purple     color="#794c92"*/
/*purpleMed  color="#7D5788"*/
/*mustard    color="#ffcc99"*/
/*bg green   color="#99cc66"*/

/*purple top color="#af829f"*/
/*purple bot color="#5a1f7d"*/
/*blue top   color="#e1f4ff"*/
/*blue bot   color="#b1e1ff"*/

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	-webkit-text-size-adjust:none;	
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: center;
}
ul {
	list-style-type: none;
	/*margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #794c92; */
}
li {
	/*float: left;*/
	/*font-family: 'FuturistExtraBold';*/
}
.footer {
	overflow: hidden;
	background-color: #794c92;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 15px 0px;
}
.footer_m {
	overflow: hidden;
	background-color: #794c92;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 15px 0px;
	display: none;
}
.footerCopyright {
	padding: 10px 8px;
	font-size: 15px;
}
.footerCopyright_m {
	background-color: #794c92;
	padding: 0px 0px; padding-bottom: 10px;
	font-size: 12px;
	display: none;
}
.footer a {
	float: none;
	text-decoration: none;
	color: white;
	text-align: center;
	padding: 15px 4px;
	font-size: 15px;
}
.footer_m a {
	float: none;
	text-decoration: none;
	color: white;
	text-align: center;
	padding: 15px 8px;
	font-size: 15px;
}
.active {
	background-color: #af829f;
	color: white;
}
.footer a:hover  {
	background-color: #ffcc99;
	color: white;
}
.footer_m a:hover  {
	background-color: #ffcc99;
	color: white;
}
@media screen and (max-width: 1000px) {
	.footerCopyright{
		font-size: 14px;
		padding: 17px 2px;
	}
	.footer a{
		font-size: 14px;
		padding: 17px 2px;
	}
}

@media screen and (max-width: 1000px) {

}
/*Almost 1:1 640 displays*/
@media only screen and (max-width: 620px) {

}
/*Smallest screen size adjustments*/
@media only screen and (max-width: 400px) {
	.footer_m, .footerCopyright_m {
		display: block;
	}
	.footer {
		display: none;
	}
}