/* CSS Document */

	.Head {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-weight: bold;
		color: #BA433D;
	}
	
	.Normal {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #000000;
		text-align: justify;
		line-height: 18px;
		text-decoration: none;
	}
	
	.Normal h1 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 15px;
		font-weight: bold;
		color: #BA433D;
		text-align: justify;
		line-height: 18px;
		text-decoration: none;
	}
	
	.Normal h2 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #BA433D;
		text-align: justify;
		line-height: 18px;
		text-decoration: none;
		padding-bottom: 10px;
	}
	
	.Normal h3 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 15px;
		font-weight: bold;
		color: #BA433D;
		text-align: justify;
		line-height: 18px;
		text-decoration: none;
	}
	
	.Normal h4 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 15px;
		font-weight: bold;
		color: #BA433D;
		text-align: justify;
		line-height: 18px;
		text-decoration: none;
	}
	
	.Normal h5 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 15px;
		font-weight: bold;
		color: #BA433D;
		text-align: justify;
		line-height: 18px;
		text-decoration: none;
	}
	
	.Normal h6 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 15px;
		font-weight: bold;
		color: #BA433D;
		text-align: justify; 
		line-height: 18px;
		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;
	}
	
	.Normal h2 a:link {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 15px;
		font-weight: bold;
		color: #BA433D;
		text-align: justify;
		line-height: 18px;
		text-decoration: none;
	}
	
	.Normal h2 a:visited {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 15px;
		font-weight: bold;
		color: #BA433D;
		text-align: justify;
		line-height: 18px;
		text-decoration: none;
	}
	
	.Normal h2 a:hover {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 15px;
		font-weight: bold;
		color: #000000;
		text-align: justify;
		line-height: 18px;
		text-decoration: none;
	}
	
	a:link {
		color: #000000;
		text-decoration: underline;
	}

	a:visited {
		color: #000000;
		text-decoration: underline;
	}

	a:hover {
		color: #336EA6;
		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;
	}
}