.sctable caption
	{
	color : #444444 ;
	}

.sctable table
	{
	margin-left : 150px ;
	table-layout : fixed ;
	border : solid 1px #ff1493 ;
	border-collapse : collapse ;
	/*color : #366F91 ;*/
	font-size : 10pt ;
	}
	
.sctable tr
	{
	/*height : 4em ;*/
	}
	
.sctable th
	{
	height : 2em ;
	border : solid 1px #ff1493 ;
	background-color : #ffb6c1 ;	
	font-weight : normal ;
	text-align : center ;

	/*
	text-align : left ;
	padding-left : 1em ;
	*/
	}

.sctable td
	{
	height : 4em ;
	border : solid 1px #ff1493 ;
	padding-left : 0.5em ;
	/*
	width : 15em ;
	padding-left : 0.5em ;
	*/
	}