/* CSS Document */
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a {
	color:#FFF;
	text-decoration:none;
}

a:visited {
	color:#FFF;
}

a:active {
	color:#FFF;
}

a:hover {
	color:#666;
}
/* B E G I N  F O O T E R  L I N K S */

.thrColElsHdr #footer { 
	font-family:"Times New Roman", Times, serif;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	color:#FFF;
	text-align:center;
}
	
.thrColElsHdr #footer li {
 font-size: .75em;
 display: inline;
 padding: 0px 10px 0px 0px;
}


.thrColElsHdr #footer a:hover {
text-decoration:none;
}
	 
.thrColElsHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.thrColElsHdr #footerltbgrd { 
	font:"Times New Roman", Times, serif;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	color:#000;
	text-align:center;
}
	
.thrColElsHdr #footerltbgrd li {
 font-size: .75em;
 display: inline;
 padding: 0px 10px 0px 0px;
}


.thrColElsHdr #footerltbgrd a:hover {
text-decoration:none;
}
	 
.thrColElsHdr #footerltbgrd p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


/* E N D  F O O T E R  L I N K S */