/* CSS Document */

	.Head {
		position: relative;
		display: block;
		margin-left: 0px;
		margin-top: 0px;
		font-size: 24px;
		color: #FF4B2C;
	}
	
	.Normal {
		text-align: justify;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #333333;
		text-decoration: none;
	}
	
	a:link {
		color: #000000;
		text-decoration: underline;
	}

	a:visited {
		color: #000000;
		text-decoration: underline;
	}

	a:hover {
		color: #FF4B2C;
		text-decoration: underline;
	}
	
	.CommandButton {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #000000;
	}
	
	.CommandButton a {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #000000;
		text-decoration: none;
	}
	
	.CommandButton a:hover {
		color: #FF69B4;
		text-decoration: underline;
	}
	
/* 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;
	}
}