/***********************************************************/
/***********************************************************/
/**** CSS: FuturaWorlds	Version 0.1			****/
/**** Creator: Joshua Pack				****/
/**** Website: http://www.hightek-designs.com		****/
/**** Copywrite 2006-2009 Hightek Designs		****/
/***********************************************************/
/***********************************************************/


  body 
{
 	margin: 0px;
	padding:0px;
	font-family: sans-serif, arial, inpact, "Times New Roman", Times;
	font-weight: bold;
	font-size: 9pt;
	color: white;
}

.main {
	padding:15px;
}


a:link {
	color: lightgrey;
	background: inherit;
}

a:visited {
	color: lightgrey;
	background: inherit;
}

a:active {
	color: lightgrey;
	background: inherit;
}

a:hover {
	text-decoration: none;
	color: lightblue;
	background: inherit;
}


.memberscenter-on {

	border: 1px solid black;
	background: #e0e0e0;
	color: #5d6065;
	width: 400px;
	padding: 1px;
	font-size: 10pt;
}

.memberscenter-off {

	border: 1px solid black;
	background: #5d6065;
	color: #e0e0e0;
	width: 400px;
	padding: 1px;
	font-size: 10pt;
}

a.mc-on:link {
	color: #5d6065;
	background: inherit;
}

a.mc-on:visited {
	color: #5d6065k;
	background: inherit;
}

a.mc-on:active {
	color: #5d6065;
	background: inherit;
}

a.mc-on:hover {
	text-decoration: none;
	color: black;
	background: inherit;
}

a.mc-off:link {
	color: #e0e0e0;
	background: inherit;
}

a.mc-off:visited {
	color: #e0e0e0;
	background: inherit;
}

a.mc-off:active {
	color: #e0e0e0;
	background: inherit;
}

a.mc-off:hover {
	text-decoration: none;
	color: black;
	background: inherit;
}

.copyright {
	/* position: relative;*/
	bottom: 70pt;
	font-weight: bold;
	font-size: 8pt;
}

.bottom-line {
	/* position: relative;*/
	bottom: 70pt;
	font-size: 9pt;
	font-weight: bold;
	word-spacing: 10pt;
}


/* End */

