
	h1 {
		color: black;
		font-family: Arial;
		font-size: 14pt;
		font-style: bold;
		text-align: center;
	}
	h2 {
		color: black;
		font-family: Arial;
		font-size: 11pt;
		font-style: bold;
	}
	b {
		color:blue;
	}
	a {
		color:blue;
		cursor : pointer;
		text-decoration:none;
	}
	.QuickLinks {
		font-family: Arial;
		font-size: 10pt;
		font-style: normal;
		text-align: center;
	}
	.CopyrightNotice {
		font-family: Arial;
		font-size: 8pt;
		font-style: normal;
		color:gray;
		text-align: center;
	}
	.MainTable {
		font-family: Arial;
		font-size: 9pt;
		font-style: normal;
		color:gray;
		background: White;
	}
	.ContentTable {
		font-family: Arial;
		font-size: 11pt;
		font-style: normal;
		color:black;
		background: White;
	}
	.contentText {
		font-family: Arial;
		font-size: 11pt;
		font-style: normal;
		color:black;
	}
	.MenuTbl {
		font-family: Arial;
		font-size: 8pt;
		font-style: normal;
		color:black;
	}
	.MenuTitle {
		font-family: Arial;
		font-size: 9pt;
		font-style: normal;
		color: black;
		text-align: center;
		font-weight: bold;
		background: #A8E8FB;
	}
	.MenuLinks {
		font-family: Arial;
		font-size: 8pt;
		font-style: normal;
		background: #A8E8FB;
	}
	.MenuLinks a:hover {
		color: red;
		font-weight: bold;
		text-decoration: underline;
			
	}
	
	.MenuTitle2 {
		font-family: Arial;
		font-size: 9pt;
		font-style: normal;
		color: black;
		text-align: center;
		font-weight: bold;
		background: #E4F2FF;
	}
	.MenuLinks2 {
		font-family: Arial;
		font-size: 8pt;
		font-style: normal;
		background: #E4F2FF;
	}
	.MenuLinks2 a:hover {
		color: red;
		font-weight: bold;
		text-decoration: underline;			
	}
	.FooterTable {		
		font-family: Arial;
		font-size: 9pt;
		font-style: normal;
		color:gray;
		background: White;	
		width: 760;
	}
