<style type="text/css">
	<!--
	/*
	* This file defines the main styles
	*
		* To use this file, use the following code INSIDE a HEAD tag:
	* 	<link rel=stylesheet href="style.css" type="text/css">
	*
	* Note that 71 percent font size -- if used -- will be like smallest being
	* available to medium, while smallest no longer becomes blurred.
	*/
	/*
	BODY {
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-position: center;
		background-image: url(Theworldinspace_GrayScale.gif);
	}
	*/
	BODY {
		font:normal 68% verdana,arial,helvetica;
		line-height:170%;
	}

	.ShadowFilter:link { color:#6699CC; }
	.ShadowFilter:visited { color:#6699CC; }
	.ShadowFilter:active { color:red; }
	.ShadowFilter:hover { color:#6699CC; }
	.ShadowFilter {
		width:565;
		height:35;
		filter:Shadow (Color="#000000", Direction="-135");
	}

	.PageTitleText {
		letter-spacing:2pt;
		color:silver;
		font-size:1.5em;
	}

	/*	TABLE { line-height:115%; } */
	TD, TH {
		font-size:75%;
		line-height:150%;
	}

	INPUT {
		font-family: verdana,helvetica,arial;
		font-size: 3em;
	}

	Option.selected {
		background-color:navy;
		color:#ffffff;
	}

	SELECT {
		font-family: verdana,arial,helvetica;
		font-size: 1em;
		background-color:#dddddd;;
		color:#660000;
	}

	.tableAText {
		line-height:115%;
	}

	LEGEND {
		color:gray;
	}

	A:link { color:blue; }
	A:visited { color:#330066; }
	A:active { color:red; }
	A:hover { color:red; }

	P, .PageSignature, UL, OL {
	}

	P.centerP { text-align:center; }

	H1 {
		background-color:navy;
		color:white;
		font-weight:normal;
		font-size:110%;
		font-family:"Trebuchet MS",Verdana,Arial,Times;
		letter-spacing:3pt;
		text-indent:2pt;
	}

	H2 {
		background-color:maroon;
		color:white;
		font-weight:normal;
		font-size:110%;
		font-family:"Trebuchet MS",Verdana,Arial,Times;
		letter-spacing:3pt;
		text-indent:2pt;
	}

	H3 {
		margin-top:30px;
		margin-bottom:-10px;
		padding:2px;
		color:black;
		font-weight:strong;
		font-size:100%;
		line-height:110%;
		border: thin ridge maroon;
		border-left-width: 1px;
		border-top-width:1px;
		border-right-style:none;
		border-bottom-style:none;
	}

	.H3SubSection {
		margin-left:10px;
		padding:5px;
	}

	H4 {
		margin-top:30px;
		margin-bottom:-10px;
		color:black;
		padding:2px;
		font-weight:strong;
		font-size:100%;
		line-height:110%;
		border: thin ridge red;
		border-left-width: 1px;
		border-top-width:1px;
		border-right-style:none;
		border-bottom-style:none;
	}

	.H4SubSection {
		margin-left:15px;
		padding:5px;
	}
	
	H5 {
		font-weight:strong;
		font-size:100%;
		color:black;
	}

	/* === Defined Classes === */
	.Updated {
		color:red;
		font-weight:bold;
	}

	.Old {
		color:maroon;
		font-style:italic;
	}

	.blockquoteClass {
		color:maroon;
		border: thin ridge green; padding: 5px;
		line-height:180%;
	}

	.blockQuoteCitation {
		color:black;
		background-color: #cccccc;
		border-bottom-color : Black;
		border-bottom-style : double;
		border-bottom-width : 1px;
		border-left-style : none;
		border-right-style : none;
		border-top-color : Black;
		border-top-style : double;
		border-top-width : 1px;
		padding:5px;
	}

	.greenFontClass { color:DarkGreen; }
	.navyFontClass { color:navy; }
	.blackFontClass { color:black; }

	A.notCurrentPage { font-family:"Trebuchet MS",Verdana,Arial,Times; line-height:115%; /* font-size:x-small; */}
	A.notCurrentPage:link { color:#000066; }
	A.notCurrentPage:visited { color:#000066; }
	A.notCurrentPage:active { color:blue; }
	A.notCurrentPage:hover { color:blue; }

	A.currentPage { font-family:"Trebuchet MS",Verdana,Arial,Times; line-height:115%; /* font-size:x-small; */}
	A.currentPage:link { color:#660000; }
	A.currentPage:visited { color:#660000; }
	A.currentPage:active { color:red; }
	A.currentPage:hover { color:red; }

	.sideBar { color:black; background-color:#cccc99; line-height:120%;  }
	/*	.sideBarText { position:relative; left:-5pt; } */
	.sideBarText { margin-left:12pt; line-height:120%; list-style: disc; }
	.sideBarTextBox { border: 1 solid green; padding: 1px; margin:1pt; background-color:#cccccc; }
	.sideBarSubSectionBox { background-color:#dddddd; line-height:120%; padding:1px; margin-top:3pt; margin-bottom:1pt;}
	.sideBarHeader { background-color:#006666; color:silver; }
	.sideBarFooter { background-color:#006666; color:silver; font-size:68%; }
	.commentOrSuggestions { color:#000066; }

	.introText {
		background-color:#ccccff;
		color:red;
		font-style:italic;
		font-size:smaller;
	}

	.noteHighlightOn {
		cursor: pointer;
		line-height:200%;
		padding: 1px;
		margin:1pt;
		border: 1 solid #999999;
		background-color:#dddddd;
	}
	
	.noteHighlightOff {
		line-height:200%;
		padding: 1px;
		margin:1pt;
		border: 1 solid #cccccc;
		background-color:#dddddd;
	}

	.noteLink { text-decoration: none; }
	A.noteLink:link { color:blue; }
	A.noteLink:visited { color:#330066; }
	
	.noteBlock {
  		border : 1px dotted Gray;
		padding: 3px;
	}
	
	.noteInline { color: gray; }
	
	/* used by the main section pages where quotes appear in the tables... */
	.SectionQuote {
		color : red;
		font-family : verdana,arial;
		font-style : italic;
		font-size : 8.5pt;
		line-height:180%;
	}

	.PictureCaption {
		font-size:smaller;
	}

	.PageCreated, .PageUpdated {
		font-style:italic;
	}
	-->
</style>
