
/* BEGIN - ttFooter */

#ttFooter		{
				position: absolute;
                top: 1115px;
				width: 950px;
				height: 110px;
				margin: 10px auto;
				padding: 20px 0;
				text-align: center;
				color: #000000;
				font: normal 12px/12px Gill Sans, verdana, sans-serif;
				word-wrap: break-word;
				z-index: 10;
			}

#ttFooter a		{
				color: #006987;
				/*text-decoration: none;*/
				font: bold 12px/12px Gill Sans, verdana, sans-serif;
			}
		
#ttFooter a:visited {
				color: #666666;
			}
		
#ttFooter a:hover {
				color: #FF6600;
			}            
            
/* END - ttFooter */

