body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Century Gothic";
	font-size: 13px;
	color: #333;
	background-color: #000;
}

#footpanel {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 9999; /*--Keeps the panel on top of all other elements--*/
	background: #000;
	border: 0px;
	border-bottom: none;
	width: 100%;
	height:40px;
	margin: 0 0;
	color: #666;
}

.blue_txt1:link {
	color:#3CF;
	font-size: 12px;
	text-decoration:none;
}
.blue_txt1:visited {
	color:#3CF;
	font-size: 12px;
	text-decoration:none;
} 
.blue_txt1:hover {
	color:#06F;
	font-size: 12px;
	text-decoration:none;
} 
.blue_txt1:active {
	color: #3CF;
	font-size: 12px;
	text-decoration:none;
}

.blue_txt2:link {
	color:#00C;
	font-size: 13px;
	text-decoration:none;
}
.blue_txt2:visited {
	color:#00C;
	font-size: 13px;
	text-decoration:none;
} 
.blue_txt2:hover {
	color:#06F;
	font-size: 13px;
	text-decoration:none;
} 
.blue_txt2:active {
	color: #00C;
	font-size: 13px;
	text-decoration:none;
}


.grey_txt1:link {
	color:#FFFF40;
	font-size: 13px;
	text-decoration:none;
	font-weight: bold;
}
.grey_txt1:visited {
	color:#FFFF40;
	font-size: 13px;
	text-decoration:none;
	font-weight: bold;
} 
.grey_txt1:hover {
	color:#FFF;
	font-size: 13px;
	text-decoration:none;
	font-weight: bold;
} 
.grey_txt1:active {
	color:#FFFF40;
	font-size: 13px;
	text-decoration:none;
	font-weight: bold;
}


.copyright{	
	color: #AAA;
	font-size: 12px;
	text-decoration:none;}
		

.red1{	
	color:#F00;
	font-size: 12px;
	text-decoration:none;
	font-weight: bold;
}

.red_txt1:link {
	color:#F00;
	font-size: 12px;
	text-decoration:underline;
	font-weight: bold;
}
.red_txt1:visited {
	color:#F00;
	font-size: 12px;
	text-decoration:underline;
	font-weight: bold;
} 
.red_txt1:hover {
	color:#900;
	font-size: 12px;
	text-decoration:underline;
	font-weight: bold;
} 
.red_txt1:active {
	color: #F00;
	font-size: 12px;
	text-decoration:underline;
	font-weight: bold;
}

.ttl1{	
	color:#FFF;
	font-size: 14px;
	text-decoration:none;
	font-weight: bold;
}

.txt1{	
	color:#333;
	font-size: 11px;
	text-decoration:none;
}

.txt2{	
	color:#fff;
	text-decoration:none;
}

.txt3{	
	color: #333;
	font-size: 14px;
	text-decoration:none;
}