#main TABLE {
	table-layout: fixed;
	border-collapse: collapse ;
	border: thin solid #999999;
	font-family: "Times New Roman", "Times", "serif";
	font-size: small;
	font-style: normal;
	color: #333333;
	line-height: 120%;
}
#main TH,TD {
	border-bottom: solid 1px #999999 ;
	padding: 2px;
} 

IMG.projection {
	float:left ;
	margin-left: 20px;
	margin-right:20px;
}
TH.th90 {
	background-color:#CCCCCC ;
	width: 90px ;
	text-align:left;
}

TH.th200 {
	background-color:#CCCCCC ;
	width: 200px ;
	text-align:left;
}
TH.thbg {
	background-color:#CCCCCC ;
	text-align:left;
}
IMG.center {
	text-align: center;
}
