@charset "UTF-8";
/* CSS Document */

	h2 {
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		font-weight:bold;
		color:#000000;
		margin-bottom:0px;
		padding-bottom:0px;
		}
	.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;
		}
