
		p {
			font-family : 'Times New Roman', Times, serif;
			font-size : 14px;
			/*color : #272382;*/
			color: black;
			margin-top: 0px;
			margin-bottom: 20px;
	    }
		
		p.img {
			font-family : 'Times New Roman', Times, serif;
			font-size : 14px;
			/*color : #272382;*/
			color: black;
			margin-top: 0px;
			margin-bottom: 50px;
	    }

	                
		 a:link, a:visited {
		 	font-size: inherit;
			font-family: 'Times New Roman', Times, serif;
			font-weight: normal;
	    	text-decoration: none;
			color: #AA0000;
		 }
	
		 a:active, a:hover {
	font-size: inherit;
	font-family: 'Times New Roman', Times, serif;
	font-weight: normal;
	text-decoration: underline;
	color: #AA0000;
}
		 
		 h2 {
	font-family : 'Times New Roman', Times, serif;
	font-size : 20px;
	/*color : #272382;
	*/
	color: #3333AA;
	margin: 0px;
	padding: 0px;
}

		 h3 {
	font-family : 'Times New Roman', Times, serif;
	font-size : 16px;
	/*color : #272382;
	*/
	color: #3333AA;
	margin: 0px;
	padding: 0px;
	display : inline;
}

		 
		 hr {
		 	margin-bottom: 15px;
			color: #3333AA;
			width: 75%;
		 }

