@import url("photoleftstyle.css");
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	color: #000000;
	background-position: left center;
}
.issuedate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	background-repeat: no-repeat;
	vertical-align: middle;
}
.photoleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.photoright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.phototopbottommargin {
	float: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.phototoprightbottommargin {
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
}
.phototopleftbottommargin {
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.photoleftextrapad{
	float: left;
	margin-right: 25px;
	margin-bottom: 25px;
	margin-top: 25px;
}
.photocenterextrapadtop{
	float: center;
	margin-top: 15px;
}
.photorightpadleftrighttopbottom{
	float: right;
	margin-top: 15px;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
}
.photocentertopadonly{
	float: center;
	margin-top: 15px;
}