/* Blockquote styling options
More info can be found on the webguide.

Created 21-01-2010, EKS
-------------------------------------------------*/
div.content blockquote.quote_bub {
	background: url("/global/images/quote_bub_66_99.jpg") no-repeat scroll 0 0 transparent;
	height: 90px;
	margin:0;
}
div.content p.quote_bub {
	font-size: 14px;
	padding-left: 100px;
	padding-top: 30px;
	padding-right: 100px;
	padding-bottom: 30px;
}
/* Large font quotes and large 66 and 99 */
div.content blockquote.quote_6699 {
    font-family: Georgia,Times New Roman;
    font-size: 18px;
    letter-spacing: -0.1px;
    margin: 0 10px;
	padding: 10px 0;
	line-height: 28px;
}
div.content span.startquote {
    background: url("/global/images/66.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 28px;
    position: relative;
    right: 5px;
    top: -10px;
    width: 38px;
}
div.content span.endquote {
    background: url("/global/images/99.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 33px;
    left: -5px;
    margin: 0 0 0 10px;
    position: relative;
    top: -5px;
    width: 38px;
}
/* Small font quotes and large 66 and 99 */
div.content blockquote.quote_6699_small {
    font-family: Georgia,Times New Roman; 
    font-size: 15px; 
    line-height: 19px; 
    margin: 10px 0pt;
}
div.content span.startquote_sm {
    background: url("/global/images/66_sm.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 19px;
    position: relative;
    right: 5px;
    top: -5px;
    width: 28px;
}
div.content span.endquote_sm {
    background: url("/global/images/99_sm.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 19px;
    left: -5px;
    margin: 0 0 0 10px;
    position: relative;
    top: -3px;
    width: 28px;
}