@charset "UTF-8";
/* CSS Document */

	.callout {
		float:right;
		width:200px;
		margin: 20px 0 20px 20px;
		font-family: "Trebuchet MS",sans-serif;
		font-size:16px;
		font-weight:bold;
		line-height:1.5em;
		color:#666666;
		border-left:#666666 solid thick;
		padding-left:15px;
		}
	.calloutSource {
		font-weight:normal;
		font-size:12px;
		font-style:italic;
		line-height:1em;
		margin:20px 0 0 20px;
		text-indent:-.8em;
		text-align:right;
		}
	.imageSource {
		text-align:right;
		font-family:Arial, Helvetica, sans-serif;
		font-size:9px;
		font-weight:bold;
		font-style:italic;
		color:#666666;
		padding:2px 0 10px 0;
		}
	.imageCaption {
		font-family: "Trebuchet MS",sans-serif;
		font-size:12px;
		font-weight:bold;
		color:#333333;
		padding-top:5px;
		border-top:solid thin #333333;
		}
	.wrapright {
		float: right;
		width:300px;
		margin-bottom:5px;
		margin-top:5px;
		margin-left:5px;
		margin-right:5px;
		font-weight: bold;
		}

