/* CSS Document */
body {font-family:Times New Roman, Arial, sans-serif;}
.title
	{
		font-size: 22px;
		font-weight:bold;
	}
.subtitle
	{
		font-size: 18px;
		font-weight:normal;
	}
.box
	{
		border:1px solid #ccc;
		background:#F7F7F7;
		padding:8px;
		margin:5px;
	}
.quote
	{
		font-style:italic;
	}
.float-left
	{
		float:left;
		padding:0 10px 10px 0;
		border:0;
	}
.float-right
	{
		float:right;
		padding:0 0 10px 10px;
		border:0;
	}	
.image-left
	{
		float:left;
		margin:0 10px 10px 0;
		border:0;
	}	
.image-right
	{
		float:right;
		margin:0 0 10px 10px;
		border:0;
	}		
	
.photo_w_notes {color:#999;font-size:10px;}
.photo_w_notes img {border-bottom:1px dotted #ccc;display:block;padding-bottom:4px;}


