/* -----------------------------------------------------------------
								REFERENCE
----------------------------------------------------------------*/

DIV.reference H2 {
	margin-top: 0em;
}

DIV.reference-image {
	float: left;
}

DIV.reference-image IMG {
	padding: 5px;
	border: 1px solid gray;
	margin: 0px 1em 1em 0px;
}
DIV.reference-contact {
	margin-bottom: 10px;
}

SPAN.reference-contact-position {
	font-style:italic;
}
DIV.reference-text {
	padding-bottom: 1.5em;
}
DIV.reference-time {
	margin-bottom: 10px;
}
DIV.reference-url {
}


div.box div.reference-title {
	margin-bottom: 0.5em;
}
div.box DIV.reference-image IMG {
	padding: 2px;
	border: 1px solid gray;
	margin: 0px 0.5em 0.1em 0px;
}


/* -----------------------------------------------------------------
								QUOTE
----------------------------------------------------------------*/
DIV.quote:first-child {
	border-width: 0px;
	margin-top: 0px;
	padding-top: 0px;
}
DIV.quote {
	border-top: 1px dotted #d3d3d3;
	margin-bottom: 0.5em;
	padding-top: 0.5em;
}


DIV.quote-block DIV.quote-text {
	display: block;
	font-style: normal;
	text-indent: 1.5em;
	padding-bottom: 1.5em;
	background: transparent url(../../images/quote-end.png) no-repeat scroll bottom right;
}
DIV.quote-block DIV.quote-text P {

}
DIV.quote-block {
	padding: 0.1em 1.5em 0em 2em;
	background: #f5f7ff url(../../images/quote-start.png) no-repeat scroll 0.2em 3em;
}

DIV.quote-contact {
	padding-bottom: 1em;
	text-align: right;
	font-weight: bold;
}
SPAN.quote-contact-position {
	font-weight: normal;
}
DIV.content SPAN.quote-url, DIV.content SPAN.quote-url * {
	font-size: 10pt;
	font-weight: normal;
}
DIV.quote-image IMG {
	float: right;
	padding-top: 40px;
	margin: 0px 0px 20px 20px;
}

DIV.quote-image {
	clear: both;
}

DIV.box DIV.quote-contact {
	font-weight: normal;
}