/* CSS DOCUMENT */

/* header-copy controls copyright display in the header. */

.header-copy {
	/*background-color: inherited from header.css */
	color:#FFCC00;
	/* does it inherit? */
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size:11px;
	font-weight:normal;
	height:70px;
	max-height:72px; /* as total header frameset heigh set at 75px and ql icons 35px by 35px */
	margin:10px 10px 0px 10px; /* t r b l */
	/*overflow:hidden; /* stops user from resizing the element ??? */	
	/*padding:2px 2px 2px 2px; /* t r b l */
	/*resize:none; /* stops user from resizing the element */
	width:225px;
	/*max-width:300px;*/
}

/* for account specific quick links */
.tbl-copy {
	/*background-color:#FFFFFF; inherited from header.css */
	border-collapse:collapse; /* Sets whether table borders should collapse into a single border or be separated */
	border-spacing:0px /* Sets the distance between the borders of adjacent cells */
	margin:0px;
	/*max-height:72px; set by .header-ql */
	padding:0px;
	
    }
.td-copy {
	font-weight:bold;
	padding:2px;
	text-align:center;
	vertical-align:text-bottom;
	vertical-align:bottom;
}
