/* CSS Document */

@media print  {

#quote {
	font-size: 10pt;
}

}

@media print, handheld  {

#quote #open, #quote #close {
	display: none;
}

}

@media screen {

#quote {
	font-size: 1em;
}

}

#quote {
	margin-top: 15px;
	line-height: 1.50;
	margin-bottom: 30px;
}
#quote #open {
	float: left;
	margin-top: -7px;
	margin-right: 12px;
	background-image: url(../images/speechopen_lightback.gif);
	height: 29px;
	width: 29px;
}
#quote #close {
	float: right;
	margin-left: 12px;
	height: 29px;
	width: 29px;
	margin-top: -9px;
	background-image: url(../images/speechclose_lightback.gif);
}
#quote .contact {
	margin-bottom: 5px;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.25;
	margin-top: 6px;
}
#quote .contact A {
	margin-top: 2px;
	display: block;
	text-decoration: none;
}

