/*
BUBBLEVAULT
/css/pages.css
Individual Page stylesheet
author: Chris Armstrong, thoughtbubble Ltd
created: 08 August 2008
*/

#holding_pdf_row { background-color:#F4F5F6; text-align:left; padding-left:20px; }
#holding_pdf_row a:link, #holding_pdf_row a:visited {
	display:block;
	padding:10px 0px 10px 35px;
	background-image:url(../images/holding/PDF_Icon.gif);
	background-repeat:no-repeat;
	background-position:0 5px;
	color:#3495C8;
	text-decoration:none;
	width:780px;
	margin:auto;
}
#holding_pdf_row a:hover { text-decoration:underline; }
#holding_image_row { text-align:center; }

#holding_credit_row { text-align:center; padding:30px 0 20px 0; font-size:0.75em; }
#holding_credit_row a:link, #holding_credit_row a:visited {
	color:#3495C8;
	text-decoration:none;
}
#holding_credit_row a:hover { text-decoration:underline; }