/* CSS Document */

.head { 
	caption: Paragraph Head;
	font-family:Times Times New Roman, Serif;
	margin:8px 0pt 0pt;
    display: block;
	font-size: 24px;
	color:#993300;
	font-weight:normal;
	line-height: 26px;
}
.subhead { 
	caption: Paragraph Sub-Head;
	margin:0;
	padding:0;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CC6600;
}
.bodytext {
    font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	caption: Default Text; 
}

.imgLeft {
	caption: Photo left-aligned ;
	float:left;
	margin: 0 20px 15px 0;
	}
.imgRight {
	caption: Photo right-aligned;
	float: right;
	margin: 0 0px 15px 20px;
	}