<!--
/* Portrait list Style */



	table.portraitList {width: 740px;
		border: 2px solid #ffcc99;
		background-color: white;
		border-collapse: collapse;
		}
	
	/* properties of  columns*/
	
th { 	font-family: arial, helvetica, sans-serif; 
		font-size: 10pt;
		text-align: center;
		background-color: lightyellow;
		border: px solid #ffcc99;
		padding-top: 5px;
		padding-bottom: 5px;
		border: 1px solid #ffcc99;
		}
	
	/*column properties */
	td.portraitList { width: 200px; 
		vertical-align: top;
		padding: 5px;
		font-size: 10pt;
		color: #800080;
			color: #800000;
		font-family: arial, helvetica, sans-serif; 
		font-size: 10pt;
		text-align: left;
		background-color: white;
		border: 1px dotted #ffcc99;
		}
	


		
	
-->

