/* 

All custom styles go in here.
Do not put custom styles in the template-styles.css 
file as this might be overwritten if the standard template
is used and a colour change is put in place.
*/

.pageContent blockquote blockquote a:link , 
.pageContent blockquote blockquote a:visited  {
	font: bold 1.3em/1.5em Tahoma, Arial, Verdana, Helvetica, sans-serif;	
	margin: 5px;
 	padding: 0 0 0 30px;  
   	background: #F5F5F5;
	border-left: 3px solid #D4D4D4;	
	color: #444;
	text-decoration: none;
	background-image: url('images/pdficon_small.gif');
	background-repeat: no-repeat;
	background-position: 3% 50%;
}

.pageContent blockquote blockquote a:hover {
	text-decoration: underline;
}

blockquote blockquote h3 {
	font: normal 1.2em/1.5em Tahoma, Arial, Verdana, Helvetica, sans-serif;	
	margin: 2px;
 	padding: 0 0 0 10px;  
	border-left: 3px solid #D4D4D4;	
	color: #444;
}

blockquote blockquote h3 strong {
	font-weight: bold;
}