<!--
/* Portrait  Style */

/* vertical position of the portrait in the table cell */
.portrait {vertical-align: top;}

/* position of the portrait in the table */

.portraitPosition {width: 260px; 
					height: 359px;
					margin-top: 105px;
					}

.drawingPosition {width: 260px; 
					height: 359px;
					margin-top: 15px;
					border: 1px solid black;
					}

.title {text-align: center;}

.textAlign {text-align: justify; 
		margin-left: 5px; 
		margin-right: 5px;
	}
	
	.printing {text-align: center;
					line-height: 25px;}


-->

