/* CSS Document */


	
	.MenuTop {
	width:800px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	padding:0px;
	text-align:left;

}	
	
	body {
	background-color: #000606;
	margin-top: 0px;
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	padding: 0px;
	background-image: url(../pics/pagebacking/pagebacking.jpg);
	background-repeat: repeat-x;
}
	
a:link {
	color: #0FF;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #0FF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
	.FooterText {
	font-family: "Trebuchet MS"; 
	font-size: 12px; 
	color: #FFFFFF; 
	font-weight: bold; 
	}
	a.FooterText:link {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #E0D17A;
	font-weight: bold;
	text-decoration: none;
	text-transform: capitalize;
	font-variant: normal;

}
a.FooterText:visited {
	color: #B68D30;
	text-decoration: none;
}
a.FooterText:hover {color: #00FFCC;
text-decoration:none;
}
