/*    copyright 2012 Real Earth Models. Portions copyright 1999-2012 by R.A.Hyman.  All rights reserved.    */


	#bottomStuff  a:link		{ color:#999; text-decoration:underline; }
	#bottomStuff  a:visited	{ color:#999; text-decoration:underline; }
	#bottomStuff  a:hover	{ color:#B94022; text-decoration:underline; }
	#bottomStuff  a:active	{ color:#999; text-decoration:underline; }

	#bottomStuff  a:link		{ color:#005FC6; text-decoration:none; }
	#bottomStuff  a:visited	{ color:#005FC6; text-decoration:underline; }
	#bottomStuff  a:hover	{ color:#B94022; text-decoration:underline; }
	#bottomStuff  a:active	{ color:#005FC6; text-decoration:underline; }


	#bottomNotes { position:relative; top:5px;
		}
	#bottomNotes span { white-space:nowrap; 
		cursor:pointer;
		color:#999; text-decoration:underline; }
	#bottomNotes span:hover { 
		color:#B94022; }

	#bottomStuff br {
		content: " ";
		display: block;
		margin: .5em;
		}

	#bottomNotes p { text-decoraton:none; }

	@media screen {
  		#companyInfo { width:100%; margin:0.3em auto 1.4em auto; }
		#companyCopyright { display:none; }
		.dotSeparator { display:inline-block;
			*display:inline; /* for IE7*/
			*zoom:1;/* for IE7*/
			margin:0 0.5em; }
		.bottom-inline { display:inline-block;
			*display:inline; /* for IE7*/
			*zoom:1;/* for IE7*/ }

		#bottomLinks { display:block }
		#bottomRuler { display:block; }
	}
	@media print {
		#bottomNotes { position:relative; top:-20px; }
  		#companyInfo { width:34em; margin:0em 0 1.2em 1em; }
		.bottom-inline { font:11pt "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
			line-height:1.5em; 
			color:#000; }
		#companyName { font-size:12pt; padding:0.5em; }
		#companyCopyright { font-size:9pt; padding:0.5em; }
		.dotSeparator { display:none; }
		#bottomLinks { display:none; }
		#bottomRuler { display:none; }
	}
