<!--
/* study Style */
body {background-color: white;
		margin: O;}

	.studyTable {width: 740px;
		border: 1px solid #ffcc99;
		background-color: white;
		}
	
	/* properties of left column  with background image*/
	
	/*left columnbackground */
	/* Papiez image */
	.backgroundPapiez { 
		
	/* background moved by 0px and -40 px, respectively */
		background-image: url('../studies/writers/papiez5.gif');
		background-position: 0px -40px;
		background-repeat: no-repeat;
		background-color: #ffffff;
	}
	
	/* Rubens image */
		.backgroundRubens {
		
	/* background moved by -20px and -20 px, respectively */
		background-image: url('../studies/writers/Rubens5.gif');
		background-position: -20px -20px;
		background-repeat: no-repeat;
		background-color: #ffffff;
	}
	/*backgroundMadonna */
	.backgroundMadonna {
		/* background moved by -20px and -20 px, respectively */
		background-image: url('../studies/writers/MadonnaLitta1490.gif');
		background-position: -20px -20px;
		background-repeat: no-repeat;
		background-color: #ffffff;
	}
	
	/*left column properties */
	.tdProperties { width: 540px; 
		vertical-align: top;
		padding: 10px;
		font-size: 10pt;
		color: #800080;}
	
	/* end of background image */
	
	/* properties of right  column  with background color*/
	.studyColumn2 {width: 200px; 
		background-color: #f1e4e7;
		vertical-align: top;
		text-align: center;
		padding: 5px;
		}

		
	/* description style layout */ 	
	.description {
		text-align: justify; 
		margin-left: 160px;
		font-size: 8pt;
		color: #800080;
		font-style: italic;
		}	
		
	/* author style layout */ 
	.title{text-align: right;
		font-weight: normal;
		color: #800080;
		}
	/* title style layout */ 
	.title{text-align: right;
		font-weight: bold;
		color: #800080;
		}

	/* main text style layour */	
	p {	color: #800000;
		font-family: arial, helvetica, sans-serif; 
		font-size: 10pt;
		text-align: right;
		}
		
		/* right column style */
	.menuOdd  {padding: 10px;
		width: 180px;
		background-color: #c899ad;
		border: 1px solid #bc8197;
		color: #fff;
		font-size: 10pt;
		font-weight: bold;
		}
	.menuOddCatalog {padding: 10px;
		width: 190px;
		background-color: #c899ad;
		border: 1px solid #bc8197;
		color: #fff;
		font-size: 10pt;
		font-weight: bold;
		}
		
	
-->

