		a:link  {
			text-decoration : underline;
			color : #095298;
		}
		a:hover  {
			text-decoration : underline;
			color : #52695a;
		}
		a:active  {
			text-decoration : underline;
			color : #52695a;
		}
		a:visited  {
			text-decoration : underline;
		}
		body, th, td,  div, p {
			font-family : Georgia, Times New Roman, serif;
			font-size: 12px;
			color: #000000;
		}
		h1 {
			font-family : Georgia, Times New Roman, serif;
			font-size: 24px;
			color: #52695a;
			font-weight : bold;
			margin-left: 40px; 
			margin-right: 20px; 
			margin-top: 30px; 
			margin-bottom: 20px;
		}
		h2 {
			font-family : Georgia, Times New Roman, serif;
			font-size: 18px;
			color: #52695a;
			font-weight : bold;
			margin-left: 40px; 
			margin-right: 20px; 
			margin-top: 30px; 
			margin-bottom: 20px;
		}
		hr {
			color: #52695a;
			height : 1px;
		}
