table#fctable {
	width: 760px;
	padding: 0;
	border-collapse:collapse;
	margin-top:20px;
	margin-bottom:20px;
	}

table#fctable caption {
	width: 740px;
	padding: 5px 0;
	font-size: 0.9em;
	line-height: 1.2em;
	text-align: left;
	margin: 0;
	}

table#fctable th {
	padding: 7px 10px;
	text-align: left;
	line-height: 1.3em;
	border-bottom: 1px dotted #CCCCCC;
	color: #FFFFFF;
	background: #eceeef;
	white-space: nowrap;
	}

table#fctable td {
	padding: 7px 10px;
	text-align: left;
	line-height: 1.5em;
	border-bottom: 1px dotted #CCCCCC;
	}
	
table#fctable th.ue {
	padding: 7px 10px;
	text-align: left;
	line-height: 1.3em;
	border-top: 3px solid #DCEEA8;
	color: #FFFFFF;
	background: #eceeef;
	white-space: nowrap;
	}

table#fctable td.ue {
	padding: 7px 10px;
	text-align: left;
	line-height: 1.5em;
	border-top: 3px solid #DCEEA8;
	}
	
table#fctable td h3 {
	font-size:1.2em;
	margin-bottom:5px;
	color:#336600;}