/*This is the CSS file for the Amazon Links at the bottom of UIA.*/
body{ 
	background-color:#FFFFFF;
	color:#000000;
	margin:0;
	}

.AdContainer {
	margin:10px 5px 5px 5px;
	padding:5px;
	border:1px solid #bbbbbb;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	background-color:#D1D6E9;
	color:#000000;
	cursor:pointer;	
	text-decoration:none; 
	}
.LeftTd{
	background-image:url(images/facebar.jpg); 
	background-position:top left; 
	background-repeat:repeat-y;  
	}
