/* CSS Document */

	#fccContent {
		width: 650px;
	}

	.Head {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-weight: bold;
		color: #000000;
		display: none;
		visibility: hidden;
	}
	
	hr {
		display: none;
		visibility: hidden;
	}
	
	.Normal {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #000000;
		text-align: justify;
		line-height: 22px;
		text-decoration: none;
	}
	
	.Normal ul {
		list-style-type:none;
		margin-left: 10px;
	}
	
	.Normal li {
		list-style-type:none;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #000000;
		padding: 0px;
		text-indent: 0px;
	}
	
	a:link {
		color: red;
		text-decoration: underline;
	}

	a:visited {
		color: red;
		text-decoration: underline;
	}

	a:hover {
		color: red;
		text-decoration: underline;
	}
	
	#sml-01, #sml-02, #sml-03 {
		width: 233px;
		float: left;
		clear: left;
		padding-bottom: 8px;
	}
	
	#smr-01, #smr-02, #smr-03, #smr-04, #smr-05 {
		width: 233px;
		float: right;
		clear: right;
		padding-bottom: 25px;
		text-align: right;
	}
	
	img {
		border: 0px;
	}
	
/* container print styles */

@media print {
	.Head {
		font-family: "Times New Roman", Times, serif;
		font-size: 20pt;
		color: #FFCC00;
		text-decoration: none;
	}
	
	.Normal {
		text-align: justify;
		line-height:14pt;
		font-family: "Times New Roman", Times, serif;
		font-size: 10pt;
		color: #000000;
		text-decoration: none;
	}
}