/*  
Styles across multiple sites
*/

.foottext{
	color: #fff;
	width: 188px;
	padding-right: 5px;
	font-size: 10px;
	}
	
.foottext a, 
.foottext a:visited{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	}
	
.foottext a:hover{
	text-decoration: underline;
	}
	
.foottitles{
	font-size: 12px;
	font-weight: bold;
	}
	
.foottableend{
	width: 752px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	}
