		BODY	{
					font-family: verdana;
					font-size: 10pt;
					color: #000000;
					text-align: center;
					margin: 10px;
                   	background: #ffffff;
				}
			
			H1	{
					font-size: 16pt;
					text-align: center;
				}
			
			H2	{
					font-size: 14pt;
					font-weight: bold;
				}
				
			A   {
					font-size: 10pt;
					font-weight: bold;
					color: #0000ff;
					text-decoration: none;
				}
				
		A:hover	{
					text-decoration: underline;
				}
				
			HR	{
					height: 2px;
					color: #0192DD;
				}
			TD	{
					font-size: 10pt;
					text-align: right;
				}