	#content a {
		color: #FF9933;
		font-style: normal;
	 	font-weight: bold;
	} 
	#content a:hover {
		color: red;
	}
	#content em {
	 	color: #c20024;
	 	font-weight: bold;	
	}	
	#content h1 {
	 	color: #c20024;
		font-size: 18pt;
		font-weight: bold;
		padding: 0;
	 }
	#content h2 {
	 	color: #013372;
		font-size: 15pt;
		padding: 15px 0 0px 0;
		margin: 0;
		font-weight: bold;
	}
	#content h3 {
	 	color: #013372;
		font-size: 13pt;
		font-weight: bold;
	}	
	#content p {
		text-align: justify;
	}
	div#topmenu a {
		color: white;
		font-weight: bold;
		text-decoration: none;
		margin: 10px 0 10px 0;
		padding: 10px 0 10px 0;
	}