			BODY {
				font-weight: normal;
				font-size: 10pt;
				font-family: Verdana, Arial;
				color: black;
				text-align: justify;
			}
			TD {
				font-weight: normal;
				font-size: 10pt;
				font-family: Verdana, Arial;
				color: black;
				text-align: justify;
			}
			A { 
				font-weight: bold;
				color: #003399;
				text-decoration: none;
			}
			A:hover {
				color: red;
				cursor: hand; 
			}
			H1 { 
				font-weight: bold;
				font-size: 10pt;
			}
			H2 {
				font-weight: bold;
				font-size: 10pt; 
				color: #6666cc;
			}
			.ScreenHeader {
				font-weight: bold;
				font-size: 16pt;
				font-family: Verdana, Arial;
				color: #6666cc;
				text-align: center 
			}
			.Console {
				font-weight:bold;
				font-family: Courier;
				font-size:10pt;
				color: black;
				text-align: left;
			}
			.Command {
				font-weight: bold;
				font-family: Courier;
				font-size: 10pt;
				color: black;
				text-align: left;
				background-color: lightgoldenrodyellow;
			}
			.SectionHeader {
				color: #6666cc;
				font-size:13pt;
				text-decoration: none;
			}

			.Footer
			{
				font-size:8pt;
				font-style:italic;
			}