
		#main #content table{
			margin-top: 25px;
			margin-right: 0;
			margin-bottom: 0;
			margin-left: 50px;
			padding: 0;
			text-align:center;
			border: 1px solid #C1DAD7;
						}

		#main #content th {
			font: bold 11px;
			color: #4f6b72;
			border: 1px solid #C1DAD7;
			letter-spacing: 2px;
			text-transform: uppercase;
			text-align: left;
			padding: 6px 6px 6px 12px;
			background: #CAE8EA url(images/bg_header.jpg) no-repeat;
			text-align:center;
		}


		#main #content th.nobg {
			border: 1px solid #C1DAD7;
			background: none;
		}
		
		#main #content td {
			border-right: 1px solid #C1DAD7;
			border-bottom: 1px solid #C1DAD7;
			background: #fff;
			padding: 3px;
			color: #4f6b72;
			text-align:center;
		}
		
		
		#main #content td.alt {
			background: #F5FAFA;
			color: #797268;
		}
		
		#main #content th.spec {
			border-left: 1px solid #C1DAD7;
			border-top: 0;
			background: #fff url(images/bullet1.gif) no-repeat;
			font-size: 10px;
			font-weight: bold;
		}
		
		#main #content th.specalt {
			border-left: 1px solid #C1DAD7;
			border-top: 0;
			background: #f5fafa url(images/bullet2.gif) no-repeat;
			font-size: 10px;
			font-weight:bold;
			color: #797268;
		}